diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-07 00:45:32 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-07 00:45:32 +0000 |
commit | 4dd64f873e73437ab67a886d4aac569a5c0797d1 (patch) | |
tree | cd2a295799948244afb1ee9e9f128d9a5c319b7d | |
parent | aa9e05430a9de380101547a0875af02f2d588c69 (diff) | |
download | tinyproxy-4dd64f873e73437ab67a886d4aac569a5c0797d1.tar.gz tinyproxy-4dd64f873e73437ab67a886d4aac569a5c0797d1.zip |
Updates
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2001-09-06 Robert James Kaes <rjkaes@flarenet.com> + + * src/thread.c (thread_main): The code which closes a thread + doesn't actually work correct so I've moved the test to just after + a thread has handled a connection. The code still needs to be + cleaned up to handle locking. + + * src/ternary.c (ternary_destroy): Fixed the deletion code as it + would cause a segfault if it was every called. Also, lowered the + sizes of the arrays for better memory usage. + + * src/dnscache.c: After a certain number of insertions delete the + DNS cache and free the memory. The reason for this is that a + ternary tree doesn't lend itself to removing individual + entries. It's just easier (and cleaner) to simply delete the cache. + 2001-09-04 Robert James Kaes <rjkaes@flarenet.com> * src/reqs.c (process_client_headers): Moved the skip header test |