summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Fix stupid bug (not using errno)Simon Rettberg2015-01-132-3/+4
* Fix compilation on CentOS by adding yet another endian related checkSimon Rettberg2015-01-131-1/+1
* [CLIENT] Fix compilation, adapt to stdbool.hSimon Rettberg2015-01-131-25/+25
* [SERVER] Refactoring, extending protocol.hSimon Rettberg2015-01-092-30/+40
* [SERVER] Support blocking signals, saves a syscall in threadpoolSimon Rettberg2015-01-093-2/+13
* [SERVER] Set client connection timeout in client threadSimon Rettberg2015-01-072-2/+2
* [SERVER] Get rid of epoll in alservers.c, make valgrind+gdb happy by handling...Simon Rettberg2015-01-065-39/+17Star
* [SERVER] Big code cleanup, refactoring, minor bugfixingSimon Rettberg2015-01-0611-280/+308
* [SERVER] Use a thread pool for client connectionsSimon Rettberg2015-01-058-19/+145
* [SERVER] Dead code removal, minor performance tweaks, refactoring, etc.Simon Rettberg2015-01-025-99/+24Star
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi...Simon Rettberg2014-12-3120-335/+326Star
* [SERVER] Minor tweaks and improvementsSimon Rettberg2014-12-314-9/+15
* [SERVER] Create compilation unit for wait/signalling logic (using eventfd)Simon Rettberg2014-12-315-54/+118
* [SERVER] Add setting to enable/disable background replication, add comments t...Simon Rettberg2014-12-293-4/+20
* [SERVER] Fix new sendfile handling, wake up uplink thread if server should be...Simon Rettberg2014-12-222-1/+4
* [SERVER] Improve replication and reconnecting behaviourSimon Rettberg2014-12-226-36/+38
* [SERVER] Configurable client timeout, adaptive replication speed (to be teste...Simon Rettberg2014-12-227-25/+44
* [KERNEL] Support for kernel 3.14Simon Rettberg2014-07-041-1/+6
* Improve uplink handling, add code to debug thread creation/destruction, chang...Simon Rettberg2014-06-1612-63/+135
* [CLIENT] Debug argument handling in daemon modeSimon Rettberg2014-04-151-9/+13
* [SERVER] Thread and uplink handlingSimon Rettberg2014-02-133-4/+5
* [*] Add automatic version string generationv2.0Simon Rettberg2014-01-134-2/+11
* [SERVER] Don't wait forever on shutdownSimon Rettberg2014-01-131-1/+2
* [SERVER] Remove assertion that doesn't really check for an illegal stateSimon Rettberg2014-01-131-1/+0Star
* Fixed the amazing infinite loop I introduced when refactoringSimon Rettberg2014-01-111-8/+18
* [SERVER] Minor fixes, add quick and dirty clang support to CMakeLists.txtSimon Rettberg2014-01-092-2/+3
* [SERVER] Fix old image deletion, make image_load a bit nicerSimon Rettberg2014-01-091-102/+146
* [SERVER] SIGHUP triggers reload aswell. Some changes to server shutdown funct...Simon Rettberg2014-01-021-21/+18Star
* [KERNEL] Improved read timeout handlingSimon Rettberg2013-12-202-5/+8
* [SERVER] Fix possible deadlock through printf usage in signal handlerSimon Rettberg2013-12-101-15/+21
* [SERVER] Clean up properly when deleting an imageSimon Rettberg2013-12-061-1/+9
* [SERVER] Remove annoying message about cache maps being savedSimon Rettberg2013-12-061-1/+1
* [SERVER] Fix free disk space checkSimon Rettberg2013-12-042-1/+5
* [SERVER] Deletion restrictionsSimon Rettberg2013-11-201-1/+1
* [SERVER] Stümperhaften double-free gefixtSimon Rettberg2013-11-191-3/+3
* [SERVER] Like kernel module, request first block, not random oneSimon Rettberg2013-11-171-4/+2Star
* [KERNEL] Don't pick a random block for RTT measurementSimon Rettberg2013-11-171-17/+3Star
* [SERVER] Once again rework locking in uplink and freeing of resources to figh...Simon Rettberg2013-11-152-18/+37
* [SERVER] Create client threads detached instead of detaching them after creat...Simon Rettberg2013-11-141-5/+4Star
* [SERVER] Forgot a return that lead to locking messup :/Simon Rettberg2013-11-131-0/+1
* [SERVER] Automatic replication of images that are not complete on proxy. Spee...Simon Rettberg2013-11-132-2/+56
* [SERVER] Increase RTT check delay for uplinks that failed too many times to s...Simon Rettberg2013-11-133-10/+16
* [SERVER] Don't lock on image array when saving cache mapsSimon Rettberg2013-11-131-2/+4
* [SERVER] Decrease cache map save interval for nowSimon Rettberg2013-11-131-1/+2
* [SERVER] Mark image complete if soSimon Rettberg2013-11-131-0/+5
* [SERVER] Shut down altservers finder properlySimon Rettberg2013-11-123-4/+10
* [SERVER] Save cache maps every 30 minsSimon Rettberg2013-11-124-1/+25
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-1210-217/+302
|\
| * tiny fixSimon Rettberg2013-11-111-1/+1
| * [KERNEL] Fix possible deadlock on server switchSimon Rettberg2013-11-112-80/+75Star