summaryrefslogtreecommitdiff
path: root/src/thread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2001-09-08Fixed a memory leak in thread_main().Robert James Kaes1-3/+17
2001-09-07Explictly added the DETACHED creation method on threads.Robert James Kaes1-2/+5
2001-09-07Error message cleanup.Robert James Kaes1-19/+29
2001-09-06Try moving the kill thread code into the thread_main() function so it canRobert James Kaes1-19/+13
2001-09-06Initialzed the servers_waiting explictly. Added debugging code to find outRobert James Kaes1-3/+8
2001-08-28Changed the default stack size to 128 KB.Robert James Kaes1-2/+8
2001-08-27Changed the default stack size since some OS's have a stack size which isRobert James Kaes1-3/+13
2001-08-26Fixed a problem where child threads would not be closed if they had beenRobert James Kaes1-7/+8
2001-05-27Changed the thread_main() function to only deal with the connections perRobert James Kaes1-18/+20
2001-05-23Fixed a potential problem with not zeroing the number of connections whenRobert James Kaes1-2/+12
2000-12-09Implimented the MaxRequestsPerChild directive.Robert James Kaes1-15/+34
2000-12-08Fixed a problem with polling for the number of active threads. No longerRobert James Kaes1-41/+23
2000-09-12tinyproxy now uses a pool of threads to handle connections. All the workRobert James Kaes1-0/+214