summaryrefslogtreecommitdiffstats
path: root/src/server/locks.h
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Fix log calls in thread debug codeSimon Rettberg2020-11-131-5/+7
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-3/+3
* [SERVER] Add FUSE modeSimon Rettberg2020-07-281-0/+2
* [SERVER] Make lock/thread debugging dedicated cmake optionSimon Rettberg2020-03-231-1/+1
* [SERVER] Better lock debugging: Always check lock orderSimon Rettberg2019-08-071-10/+26
* [SERVER] Fix compile in release modeSimon Rettberg2019-08-021-1/+1
* [SERVER] Turn all spinlocks into mutexesSimon Rettberg2019-07-261-16/+19
* cleanup commitsSebastian2016-02-111-3/+2Star
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-5/+5
* [SERVER] Use a thread pool for client connectionsSimon Rettberg2015-01-051-1/+2
* Improve uplink handling, add code to debug thread creation/destruction, chang...Simon Rettberg2014-06-161-0/+50
* [SERVER] several improvementsSimon Rettberg2013-08-021-0/+3
* kernel module changessr2013-07-181-1/+3
* Replace all pthread_spin_* calls with spin_*, so that all locking can be trac...sr2013-07-171-2/+2
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-161-0/+30