summaryrefslogtreecommitdiffstats
path: root/src/server/locks.h
Commit message (Collapse)AuthorAgeFilesLines
* [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