diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-15 21:32:24 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-15 21:32:24 +0000 |
commit | 8df2fba997d6baef51ccd0126f9d3f347f866ce6 (patch) | |
tree | d2e7f9976df9fa4c12778783fb6510bb7c8c7863 /ChangeLog | |
parent | 98602229796f8b1572d564449764b55d1fea35bc (diff) | |
download | tinyproxy-8df2fba997d6baef51ccd0126f9d3f347f866ce6.tar.gz tinyproxy-8df2fba997d6baef51ccd0126f9d3f347f866ce6.zip |
More changes.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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. |