diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2000-10-23 Robert James Kaes <rjkaes@flarenet.com> + + * src/dnscache.c (new_dnscache): Creates a new DNS tree. Called + before any other DNS requests. + + * src/dnscache.c (dnscache): Removed the garbage collection + routine since I haven't figured out how to delete the tree without + causing a SEGFAULT. Ugh. + + * src/anonymous.c (new_anonymous): Create a new Anonymous tree. + + * src/tinyproxy.c (main): Initialize the DNS and Anonymous + subsytems. + 2000-09-25 Robert James Kaes <rjkaes@flarenet.com> * src/dnscache.c (dns_insert): If the insert fails, delete the |