summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 958f6dc..20d820c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-12-19 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (write_message): Encapsulate code to handle sending
+ snprintf() built lines to a file descriptor.
+
+2001-12-18 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (connect_to_tunnel): Moved the tunnel connection code
+ into its own function.
+ (TUNNEL_CONFIGURED): Added a macro to help simplify the tests for
+ tunnelling support.
+
2001-12-17 Robert James Kaes <rjkaes@flarenet.com>
* src/reqs.c (handle_connection): Also log the request when
@@ -16,7 +28,7 @@
upstream proxy support.
(establish_http_connection): Lines are now composed in a buffer
and then sent to the safe_write() function. This was done because
- some sites (like www.heise.de) do not like having the the request
+ some sites (like www.heise.de) do not like having the request
line sent in pieces.
2001-12-15 Robert James Kaes <rjkaes@flarenet.com>