Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-25 | Added code to check for "errors" from the accept call in thread_main() and | Robert James Kaes | 1 | -1/+2 | |
also a new thread_kill_threads() function which should cancel all threads when the main thread is being closed. | |||||
2001-09-07 | Fixed up return types. | Robert James Kaes | 1 | -4/+4 | |
2001-05-27 | Changed the thread_main() function to only deal with the connections per | Robert James Kaes | 1 | -2/+2 | |
thread if the user has actually requested it. Also changed some of the data types for the variables. | |||||
2000-09-12 | tinyproxy now uses a pool of threads to handle connections. All the work | Robert James Kaes | 1 | -0/+36 | |
for creating new threads, deleting old thread, and generally managing the pool is done here. |