summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-22 19:41:17 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-22 19:41:17 +0000
commitc5b9ec889e90406b7395f0d39556d90c3e428d3e (patch)
treef2d11468f1961efa3be4b74a2c7e303665d01452 /ChangeLog
parentc648ed1bc5505b92a2cc447c2fa3109418ea657b (diff)
downloadtinyproxy-c5b9ec889e90406b7395f0d39556d90c3e428d3e.tar.gz
tinyproxy-c5b9ec889e90406b7395f0d39556d90c3e428d3e.zip
Renamed the LOCKing macros and added assert debugging code. Also, moved
the mutex initialization into a function call so that I can use an error checking mutex once I figure out how to get it to work on my computer.
Diffstat (limited to '')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0702e99..1d8c5b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-04-22 Robert James Kaes <rjkaes@flarenet.com>
+ * src/thread.c: Renamed the LOCKing macros and added debugging
+ asserts to them. Also, moved the mutex initialization into the
+ thread_pool_create() function since I would like to use an error
+ checking mutex, but my machine doesn't seem to work with it. I
+ left the code there in case I can get it to work later.
+
* src/log.c (send_stored_logs): Added this function since the
log_message() function will now stored the messages if the config
file has not been processed yet. This function is called from