summaryrefslogtreecommitdiffhomepage
path: root/src/thread.h
AgeCommit message (Collapse)Author
2002-01-25Added code to check for "errors" from the accept call in thread_main() andRobert James Kaes
also a new thread_kill_threads() function which should cancel all threads when the main thread is being closed.
2001-09-07Fixed up return types.Robert James Kaes
2001-05-27Changed the thread_main() function to only deal with the connections perRobert James Kaes
thread if the user has actually requested it. Also changed some of the data types for the variables.
2000-09-12tinyproxy now uses a pool of threads to handle connections. All the workRobert James Kaes
for creating new threads, deleting old thread, and generally managing the pool is done here.