From 8df2fba997d6baef51ccd0126f9d3f347f866ce6 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sat, 15 Sep 2001 21:32:24 +0000 Subject: More changes. --- ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85d53e0..fd2e72a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,22 @@ +2001-09-15 Robert James Kaes + + * 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 * 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. -- cgit v1.2.3