summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-25 18:58:55 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-25 18:58:55 +0000
commit7fe567da9498a34b2e891d5b3007e9f6ae1ea0d6 (patch)
treeceff75dcb08d8de44b8d8e6a72661b9f015747f0
parentb4ef24844fa1ea850c7b8027efa7d40ec6a8cf6b (diff)
downloadtinyproxy-7fe567da9498a34b2e891d5b3007e9f6ae1ea0d6.tar.gz
tinyproxy-7fe567da9498a34b2e891d5b3007e9f6ae1ea0d6.zip
Changed to the hashmap module, and to the remove_connection_headers()
function.
Diffstat (limited to '')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d8c5b8..271d4e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-04-25 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (remove_connection_headers): Handle both the
+ Connection header _and_ the Proxy-Connection header.
+
+ * src/hashmap.c: The hashmap will now handle multiple keys with
+ the same value. This change was need because some sites like
+ Yahoo will send out multiple "Set-Cookie" lines. The
+ hashmap_keys() function has been removed and has been replaced
+ with the iterator concept. Also, a few of the functions have had
+ either their arguments changed, or their return type. Read the
+ comments in the header file for more information.
+
2002-04-22 Robert James Kaes <rjkaes@flarenet.com>
* src/thread.c: Renamed the LOCKing macros and added debugging