summaryrefslogtreecommitdiff
path: root/src/thread.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
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.