diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-22 19:41:17 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-22 19:41:17 +0000 |
commit | c5b9ec889e90406b7395f0d39556d90c3e428d3e (patch) | |
tree | f2d11468f1961efa3be4b74a2c7e303665d01452 /ChangeLog | |
parent | c648ed1bc5505b92a2cc447c2fa3109418ea657b (diff) | |
download | tinyproxy-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |