From 8a95d10be253fb5a5f7a15629ddc747df913e134 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 11 Jul 2002 18:46:34 +0000 Subject: # Updated the ChangeLog --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index b639bda..14c6e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2002-07-09 Robert James Kaes + + * src/utils.c: (create_file_safely): + (pidfile_create): Changed all the error logging to write to + standard error and then exit the program. This will prevent + segmentation fault problems from occurring because the log file + could not be created properly. + + * src/heap.c (malloc_shared_memory): + Changed the static character array to include the ".XXXXXX" string + already. This saves one system call when creating a temporary + file name. + +2002-07-08 Robert James Kaes + + * README: + Updated the "Support" section to include a link to the tinyproxy + Bug Tracker system hosted by SourceForge. + +2002-07-05 Robert James Kaes + + * configure.ac: + Removed the -D_REENTRANT C flag since tinyproxy is no longer a + multi-threaded program. + 2002-06-27 Robert James Kaes * src/child.c (child_make): -- cgit v1.2.3