summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-13 17:51:19 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-13 17:51:19 +0000
commita6705159a5d77bebd1d3edfd8f3cfe092a775a6c (patch)
tree402b112ab90b5b580e22a82d92491b6ea2364b19 /ChangeLog
parentd40a4e8af7ed599d34497f9246672f6850dc4478 (diff)
downloadtinyproxy-a6705159a5d77bebd1d3edfd8f3cfe092a775a6c.tar.gz
tinyproxy-a6705159a5d77bebd1d3edfd8f3cfe092a775a6c.zip
# Updated the changelog file to include all the changes since 1.5.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3be2689..45532c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2002-11-13 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (relay_connection):
+ Shutdown the client socket for writing once all the data has been
+ sent.
+
+ * src/conns.c (destroy_conn):
+ Added code to log any error messages when the sockets are closed.
+
+2002-11-05 Robert James Kaes <rjkaes@flarenet.com>
+
+ * doc/tinyproxy.conf:
+ Removed the example for the Tunnel directive since it's been removed.
+
+2002-11-03 Robert James Kaes <rjkaes@flarenet.com>
+
+ * configure.ac, src/grammar.y, src/reqs.c, src/scanner.l,
+ src/tinyproxy.c, src/tinyproxy.h:
+
+ Removed all the code supporting the TCP tunnelling feature of
+ tinyproxy. There is really no need for this code, since there are
+ perfectly good programs out there (like rinetd) which are designed for
+ TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more,
+ and nothing less; therefore, the tunnelling code is gone.
+
+2002-10-17 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (relay_connection):
+ Ivan pointed out a bug with the code to send any
+ remaining data to the server when the connections are being closed.
+ It was a one line fix.
+
+2002-10-03 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/tinyproxy.c:
+ Fixed up the storing and sending of the internal tinyproxy logs prior
+ to when the log file is created. Also, the log file is created with
+ the proper owner permissions.
+
+ * src/log.c, src/log.h:
+ The internal log structure now uses a vector rather than a hash. This
+ change was required to actually display all the logs in the correct
+ order. Also, all log lines are stored internally while tinyproxy is
+ starting. At the appropriate point all the logs are written to the
+ log file.
+
+ * src/filter.c: Filtering is now case insensitive.
+
+ * src/child.c (child_main):
+ Check to make sure memory could be allocated to handle
+ the child request.
+ (child_main_loop): Added a call to truncate_log_file() when the log
+ file is to be rotated.
+
2002-08-09 Robert James Kaes <rjkaes@flarenet.com>
Released tinyproxy 1.5.1 (2002-08-09)