summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-01-25 00:01:45 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-01-25 00:01:45 +0000
commit1819c0f818b281a57ac6fddcaae3dbbf615a2da1 (patch)
tree92ae4102bc15073e6e3ebe9dfdf09b8b5b6032d7 /ChangeLog
parent388920bc53a01d983cd438d8ee1f1518f92097ce (diff)
downloadtinyproxy-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f97d40..8239b38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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