summaryrefslogtreecommitdiffstats
path: root/src/server/locks.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup commitsSebastian2016-02-111-3/+2Star
|
* [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
* [SERVER] Use a thread pool for client connectionsSimon Rettberg2015-01-051-1/+2
|
* Improve uplink handling, add code to debug thread creation/destruction, ↵Simon Rettberg2014-06-161-0/+50
| | | | change stupid convention of freeDiskSpace returning 0 on error, which is ambiguous to the disk simply being full...
* [SERVER] several improvementsSimon Rettberg2013-08-021-0/+3
| | | | | | 1) Close uplink if local copy is complete 2) Fix memleak when closing uplink (recv buffer was not cleared) 3) Add configurable artificial delays for client and server connections
* kernel module changessr2013-07-181-1/+3
|
* Replace all pthread_spin_* calls with spin_*, so that all locking can be ↵sr2013-07-171-2/+2
| | | | | | tracked and debugged Fix compilation of kernel module
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-161-0/+30