diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-01-25 00:01:45 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-01-25 00:01:45 +0000 |
commit | 1819c0f818b281a57ac6fddcaae3dbbf615a2da1 (patch) | |
tree | 92ae4102bc15073e6e3ebe9dfdf09b8b5b6032d7 /ChangeLog | |
parent | 388920bc53a01d983cd438d8ee1f1518f92097ce (diff) | |
download | tinyproxy-1819c0f818b281a57ac6fddcaae3dbbf615a2da1.tar.gz tinyproxy-1819c0f818b281a57ac6fddcaae3dbbf615a2da1.zip |
Added code to check for "errors" from the accept call in thread_main() and
also a new thread_kill_threads() function which should cancel all threads
when the main thread is being closed.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-01-13 Robert James Kaes <rjkaes@flarenet.com> + + * src/thread.c (thread_kill_threads): Added a function to + explictly go through all the active threads and kill them. + 2002-01-07 Robert James Kaes <rjkaes@flarenet.com> * src/thread.c (thread_main): Added code to check if tinyproxy is |