summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-07 21:30:30 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-07 21:30:30 +0000
commit6edba0dfa6e4f6ea2045dde3984f41831e1caac8 (patch)
tree1efb499a157dc8fb2eee7f95857d8f3821333556 /ChangeLog
parent5b3658b122517aca942a500ebb3d717a3d7a0a4e (diff)
downloadtinyproxy-6edba0dfa6e4f6ea2045dde3984f41831e1caac8.tar.gz
tinyproxy-6edba0dfa6e4f6ea2045dde3984f41831e1caac8.zip
Updated the changelog information.
Diffstat (limited to '')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b79f6..f10be63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2002-04-07 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/hashmap.c:
+ * src/vector.c: These two "modules" are used within the reqs.c
+ file to better handle the headers from the clients.
+
+ * src/reqs.c: Tonnes of functions changed. The most significant
+ is the process_client_header() function which is now using the
+ hashmap functions to handle the Connection header more
+ accurately. With the addition of the add_header_to_connection(),
+ get_all_headers(), and remove_connection_headers() function, the
+ compare_header() function is _vastly_ simplified. Just read the
+ comments in the source itself for more information.
+
+ * src/conns.c: Clenaed up the initialize_conn and destroy_conn
+ functions to better handle error conditions.
+
2002-04-02 Robert James Kaes <rjkaes@flarenet.com>
* configure.ac: Patch from James Flamer which fixes a problem with