Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-30 | Removed the insert_data() function and made the LOCKing go around the | Robert James Kaes | |
entire dnscache() function. Replaced the "replace" code in dns_insert() with a call to ternary_replace(). | |||
2001-08-29 | Added a more fine grained locking system for multiple threads. | Robert James Kaes | |
Removed the new_dnscache() function and moved it into dnscache(). Fixed a memory leak in dns_insert(). | |||
2001-05-27 | Fixed the return type for new_dnscache(). | Robert James Kaes | |
2001-05-23 | Added ASSERT statements. | Robert James Kaes | |
2000-10-23 | Added the new_dnscache routine to initialize the Ternary tree. Also, | Robert James Kaes | |
removed the garbage collection routine. | |||
2000-09-26 | Fixed the insert function to handle a failed insert properly. | Robert James Kaes | |
2000-09-11 | Removed the custom hash routines. Using the ternary module instead. | Robert James Kaes | |
2000-04-26 | Reorganized (or added) the #include <sys/types.h> line so tinyproxy would | Robert James Kaes | |
compile cleanly on FreeBSD systems. | |||
2000-03-29 | Included the <sys/types.h> header. | Robert James Kaes | |
2000-03-11 | Included the changes needed to re-add the upstream proxy option. | Robert James Kaes | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | |
which included commits to RCS files with non-trunk default branches. |