summaryrefslogtreecommitdiffstats
path: root/src/server/threadpool.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup commitsSebastian2016-02-111-5/+1Star
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-101-1/+1
* First steps in make signals more abstract from the underlying mechanism; repl...Simon Rettberg2016-02-051-9/+9
* [SERVER] Fix a lot of (mostly harmless) data racesSimon Rettberg2016-01-111-2/+3
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-1/+1
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-5/+5
* Get rid of unneccessary volatileSimon Rettberg2015-02-221-1/+1
* [SERVER] Fix automatic proxying to use supplied connection; fix race conditio...Simon Rettberg2015-01-271-2/+0Star
* [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