summaryrefslogtreecommitdiff
path: root/src/thread.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2002-05-26No longer using a threading model; so these files have been replaced byRobert James Kaes1-37/+0
the child.c/child.h files (which use a pre-forked model.)
2002-01-25Added code to check for "errors" from the accept call in thread_main() andRobert James Kaes1-1/+2
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 Kaes1-4/+4
2001-05-27Changed the thread_main() function to only deal with the connections perRobert James Kaes1-2/+2
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 Kaes1-0/+36
for creating new threads, deleting old thread, and generally managing the pool is done here.