From f61c275395258e57c346b26831588d7e0a9e9694 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 27 Aug 2001 17:47:40 +0000 Subject: More changes as per usual. :) --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 188e21f..f757f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2001-08-27 Robert James Kaes + + * src/log.c (log_message): Fixed a problem where the connect + messages were not getting through if the log level was set to + INFO. + + * src/tinyproxy.h: Moved some of the includes around so that + tinyproxy can compile correctly on FreeBSD systems. + + * src/thread.c: Added the pthread_attr_t structure since we're + going to be using a non-default sized stack because some OS's have + a stack size which is too small. + + * configure.in: Added a test for detecting FreeBSD's -pthread + mechanism for telling GCC to use POSIX threading. + + * src/utils.c (httperr): Fixed the MIME type. Should be be + text/html, not text/mime. Fix one bug, add two new ones. Sigh. + 2001-08-26 Robert James Kaes * src/utils.c (httperr): Split the headers from the actual message -- cgit v1.2.3