summaryrefslogtreecommitdiffstats
path: root/src/server/threadpool.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-5/+5
| | | | | | - Added message type parameter - Log to file and stdout, no more logging in memory - Added options to server.conf to filter which messages show up where
* Get rid of unneccessary volatileSimon Rettberg2015-02-221-1/+1
| | | | Some minor debugging code, mostly commented out
* [SERVER] Fix automatic proxying to use supplied connection; fix race ↵Simon Rettberg2015-01-271-2/+0Star
| | | | condition in uplink_init
* [SERVER] Support blocking signals, saves a syscall in threadpoolSimon Rettberg2015-01-091-2/+2
|
* [SERVER] Big code cleanup, refactoring, minor bugfixingSimon Rettberg2015-01-061-6/+29
|
* [SERVER] Use a thread pool for client connectionsSimon Rettberg2015-01-051-0/+108