summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-15 21:32:24 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-15 21:32:24 +0000
commit8df2fba997d6baef51ccd0126f9d3f347f866ce6 (patch)
treed2e7f9976df9fa4c12778783fb6510bb7c8c7863 /ChangeLog
parent98602229796f8b1572d564449764b55d1fea35bc (diff)
downloadtinyproxy-8df2fba997d6baef51ccd0126f9d3f347f866ce6.tar.gz
tinyproxy-8df2fba997d6baef51ccd0126f9d3f347f866ce6.zip
More changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85d53e0..fd2e72a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,22 @@
+2001-09-15 Robert James Kaes <rjkaes@flarenet.com>
+
+ * Removed all the log_message()s which reported that memory could
+ not be allocated. There's little point in reporting a memory
+ shortage since the computer will probably crash soon anyway.
+
+ * src/reqs.c (process_request): Added the code for showing the
+ stats back into the function.
+
+ * src/tinyproxy.c (takesig): When SIGHUP is received the log file
+ is rotated instead of being truncated. The rotated log has ".rot"
+ appended to the file name.
+
2001-09-14 Robert James Kaes <rjkaes@flarenet.com>
* src/uri.c: Removed this file since it's no longer needed.
* src/reqs.c: Split the process_method() function into separate
- smaller functions. Added support tunnel SSL connections.
+ smaller functions. Added support for tunnel SSL connections.
* src/tinyproxy.h: Added a field to handle SSL connections.