| Commit message (Expand) | Author | Age | Files | Lines |
* | [*] Mark logadd() as printf-style function, fix errors that it revealed | Simon Rettberg | 2017-10-31 | 1 | -2/+2 |
* | [SERVER] Use monotonic clock for measuring time | Simon Rettberg | 2017-10-19 | 1 | -14/+20 |
* | [SERVER] Bump debug lock tracking limits | Simon Rettberg | 2016-07-13 | 1 | -2/+2 |
* | [SERVER] Fix formatting | Simon Rettberg | 2016-03-22 | 1 | -2/+2 |
* | cleanup commits | Sebastian | 2016-02-11 | 1 | -11/+1 |
* | [SHARED] signal.h -> fdsignal.h | Simon Rettberg | 2016-02-10 | 1 | -1/+1 |
* | First steps in make signals more abstract from the underlying mechanism; repl... | Simon Rettberg | 2016-02-05 | 1 | -2/+2 |
* | [SERVER] Update includes for moved log.h | Simon Rettberg | 2015-12-02 | 1 | -1/+1 |
* | [FUSE] Start refactoring so we can handle multithread fuse | Simon Rettberg | 2015-11-21 | 1 | -1/+1 |
* | [SERVER] Overhauled logging | Simon Rettberg | 2015-02-22 | 1 | -12/+12 |
* | Get rid of unneccessary volatile | Simon Rettberg | 2015-02-22 | 1 | -3/+3 |
* | [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare... | Simon Rettberg | 2015-01-14 | 1 | -1/+1 |
* | [SERVER] Get rid of epoll in alservers.c, make valgrind+gdb happy by handling... | Simon Rettberg | 2015-01-06 | 1 | -0/+1 |
* | [SERVER] Use a thread pool for client connections | Simon Rettberg | 2015-01-05 | 1 | -1/+1 |
* | [SERVER] Dead code removal, minor performance tweaks, refactoring, etc. | Simon Rettberg | 2015-01-02 | 1 | -9/+9 |
* | [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi... | Simon Rettberg | 2014-12-31 | 1 | -1/+1 |
* | [SERVER] Minor tweaks and improvements | Simon Rettberg | 2014-12-31 | 1 | -1/+5 |
* | Improve uplink handling, add code to debug thread creation/destruction, chang... | Simon Rettberg | 2014-06-16 | 1 | -2/+4 |
* | [SERVER] Refactoring, more debug output, try to check for cyclic proxying | Simon Rettberg | 2013-10-22 | 1 | -1/+3 |
* | [SERVER] Fix race condition in uplink request aggregation, other small improv... | Simon Rettberg | 2013-08-13 | 1 | -0/+2 |
* | [SERVER] several improvements | Simon Rettberg | 2013-08-02 | 1 | -5/+54 |
* | [SERVER] Uplink handing complete (untested, as alt servers can't be defined y... | Simon Rettberg | 2013-07-31 | 1 | -1/+1 |
* | Implement CRC-32 list generation; fix quick CRC-32 check on image loading | sr | 2013-07-23 | 1 | -0/+1 |
* | kernel module changes | sr | 2013-07-18 | 1 | -15/+28 |
* | Replace all pthread_spin_* calls with spin_*, so that all locking can be trac... | sr | 2013-07-17 | 1 | -3/+19 |
* | Add debug-lock functions that will helpt to spot deadlocks etc. while developing | sr | 2013-07-16 | 1 | -0/+220 |