summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-10-19 18:03:49 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-10-19 18:03:49 +0000
commitb40e382e5a40ce8ccf980d693e92a38e3d32b75b (patch)
tree0e57d8ac8cb8e745b404ba88c5e99e325ab7fea1 /ChangeLog
parent26587ef1e74dcd1cfb12851d2b97eb76fb55f58b (diff)
downloadtinyproxy-b40e382e5a40ce8ccf980d693e92a38e3d32b75b.tar.gz
tinyproxy-b40e382e5a40ce8ccf980d693e92a38e3d32b75b.zip
More moving around of the source code. Still can't get CONNECT to work
with an upstream proxy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1154a53..4c9cbeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-10-18 Robert James Kaes <rjkaes@flarenet.com>
+ * src/reqs.c (connect_to_upstream): Moved the code needed to
+ rebuild the request line when using the upstream feature into it's
+ own function. Simplifies the handle_connection() function.
+
* src/buffer.c (readbuff): Fixed a problem where a full buffer
would cause the connection to be closed. Thanks to Jeffrey
Wheelhouse for helping me find this problem.
@@ -78,7 +82,7 @@
2001-09-08 Robert James Kaes <rjkaes@flarenet.com>
- * src/ternary.c (BUFARRAY & BUFSIZE): Lowed the values to help
+ * src/ternary.c (BUFARRAY & BUFSIZE): Lowered the values to help
lower memory usage. A ternary tree will now max out at 4MB.
* src/utils.c: Added debugging_(malloc|calloc|free) to help track
@@ -91,7 +95,7 @@
2001-09-07 Robert James Kaes <rjkaes@flarenet.com>
- * src/thread.c (thread_pool_create): Explictly set the detach
+ * src/thread.c (thread_pool_create): Explicitly set the detach
state for threads to PTHREAD_CREATE_DETACHED.
* Various error message clean up.