summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-09 20:07:10 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-09 20:07:10 +0000
commitfb616011efb62d3cfb96969eba814aae042a047e (patch)
tree8451cadc1b4a188cf381a94079da7d0e1e2a12c4
parenteef4559783e46028b1972afea32b07309871bd88 (diff)
downloadtinyproxy-fb616011efb62d3cfb96969eba814aae042a047e.tar.gz
tinyproxy-fb616011efb62d3cfb96969eba814aae042a047e.zip
More changes in the ChangeLog :)
Diffstat (limited to '')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b90b145..adabb76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2002-04-09 Robert James Kaes <rjkaes@flarenet.com>
+ * src/anonymous.c: Changed this module to use the hashmap module
+ instead of it's own internal linked list. Common code is good. :)
+
+ * src/reqs.c (process_client_headers): Fixed the XTINYPROXY_ENABLE
+ section to actually check if xtinyproxy has been configured.
+ (compare_headers): Removed this function since it's been replaced
+ by a call to anonymous_search().
+
* src/acl.c (make_netmask): James Flemer cleaned up the
make_netmask() function to remove the big static table. Much
nicer now.