From 4dd64f873e73437ab67a886d4aac569a5c0797d1 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 7 Sep 2001 00:45:32 +0000 Subject: Updates --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0fff32a..bad687c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2001-09-06 Robert James Kaes + + * 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 * src/reqs.c (process_client_headers): Moved the skip header test -- cgit v1.2.3