summaryrefslogtreecommitdiffstats
path: root/src/server/locks.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Refactoring, more debug output, try to check for cyclic proxyingSimon Rettberg2013-10-221-1/+3
|
* [SERVER] Fix race condition in uplink request aggregation, other small ↵Simon Rettberg2013-08-131-0/+2
| | | | improvements and debugging features
* [SERVER] several improvementsSimon Rettberg2013-08-021-5/+54
| | | | | | 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
* [SERVER] Uplink handing complete (untested, as alt servers can't be defined ↵Simon Rettberg2013-07-311-1/+1
| | | | yet, so prepare for lots of fixes ;))
* Implement CRC-32 list generation; fix quick CRC-32 check on image loadingsr2013-07-231-0/+1
|
* kernel module changessr2013-07-181-15/+28
|
* Replace all pthread_spin_* calls with spin_*, so that all locking can be ↵sr2013-07-171-3/+19
| | | | | | tracked and debugged Fix compilation of kernel module
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-161-0/+220