Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -8/+13 | |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes | 1 | -9/+2 | |
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. | |||||
2001-09-12 | Increased the number of "insertions" before the free memory. | Robert James Kaes | 1 | -2/+2 | |
2001-09-08 | Lowered the number of insertions before the ternary tree is rebuilt. | Robert James Kaes | 1 | -3/+3 | |
2001-09-07 | Error message cleanup. | Robert James Kaes | 1 | -3/+3 | |
2001-09-07 | Added the ability to clear out the DNS cache after a certain number of | Robert James Kaes | 1 | -6/+8 | |
insertions. | |||||
2001-09-06 | Still need to fix a problem with tinproxy segfaulting when we try to | Robert James Kaes | 1 | -2/+14 | |
delete the ternary tree. | |||||
2001-08-30 | Removed the insert_data() function and made the LOCKing go around the | Robert James Kaes | 1 | -56/+14 | |
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 | 1 | -14/+78 | |
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 | 1 | -4/+4 | |
2001-05-23 | Added ASSERT statements. | Robert James Kaes | 1 | -1/+11 | |
2000-10-23 | Added the new_dnscache routine to initialize the Ternary tree. Also, | Robert James Kaes | 1 | -16/+8 | |
removed the garbage collection routine. | |||||
2000-09-26 | Fixed the insert function to handle a failed insert properly. | Robert James Kaes | 1 | -2/+3 | |
2000-09-11 | Removed the custom hash routines. Using the ternary module instead. | Robert James Kaes | 1 | -124/+35 | |
2000-04-26 | Reorganized (or added) the #include <sys/types.h> line so tinyproxy would | Robert James Kaes | 1 | -2/+2 | |
compile cleanly on FreeBSD systems. | |||||
2000-03-29 | Included the <sys/types.h> header. | Robert James Kaes | 1 | -1/+2 | |
2000-03-11 | Included the changes needed to re-add the upstream proxy option. | Robert James Kaes | 1 | -3/+3 | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+198 | |
which included commits to RCS files with non-trunk default branches. |