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