diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 17:47:40 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 17:47:40 +0000 |
commit | f61c275395258e57c346b26831588d7e0a9e9694 (patch) | |
tree | 74cf73200c46550776045c60a1d51ac96e95f274 /ChangeLog | |
parent | 23b44e67df60f765417d230beb38856437409877 (diff) | |
download | tinyproxy-f61c275395258e57c346b26831588d7e0a9e9694.tar.gz tinyproxy-f61c275395258e57c346b26831588d7e0a9e9694.zip |
More changes as per usual. :)
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |