summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-29 16:19:05 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-29 16:19:05 +0000
commit6a1c2dde7933db80a5a61d31cfb6e72dd59ef869 (patch)
tree2c9c90c0b73d93e08ff4c8048b00a8ca137210e6
parent477dacb5fad8bd6a3045e5d5b02def93484718f0 (diff)
downloadtinyproxy-6a1c2dde7933db80a5a61d31cfb6e72dd59ef869.tar.gz
tinyproxy-6a1c2dde7933db80a5a61d31cfb6e72dd59ef869.zip
Updated to list changes in src/reqs.c and src/dnscache.c
Diffstat (limited to '')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8940b09..596ef78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-03-29 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/dnscache.c: added the <sys/types.h> header.
+
+ * src/reqs.c (clientreq): fixed a problem with the anonymous
+ headers. There was a test for the POST line since we have to send
+ all headers at the moment to handle that (actually, that might not
+ be true anymore...), but the test was incorrect and would send all
+ the headers through on all requests. Fixed the test and now only
+ the selected headers are sent.
+
2000-03-28 Robert James Kaes <rjkaes@flarenet.com>
* src/reqs.c (clientreq): Fixed a bug which would cause a SEGV if