summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-27 17:47:40 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-27 17:47:40 +0000
commitf61c275395258e57c346b26831588d7e0a9e9694 (patch)
tree74cf73200c46550776045c60a1d51ac96e95f274 /ChangeLog
parent23b44e67df60f765417d230beb38856437409877 (diff)
downloadtinyproxy-f61c275395258e57c346b26831588d7e0a9e9694.tar.gz
tinyproxy-f61c275395258e57c346b26831588d7e0a9e9694.zip
More changes as per usual. :)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 188e21f..f757f7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-08-27 Robert James Kaes <rjkaes@flarenet.com>
+
+ * 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 <rjkaes@flarenet.com>
* src/utils.c (httperr): Split the headers from the actual message