summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed dnbd3_printClients, added clients to statistics json in rpc.Stephan Schwaer2015-05-047-32/+89
* [SERVER] PoC RPC interfaceschwaers2015-04-305-5/+94
* [SERVER] Added counters for received and sent bytes.Stephan Schwaer2015-04-277-2/+41
* [FUSE] Fix compiler warnings, adjust file permissions, change fuse file name ...Simon Rettberg2015-04-241-32/+34
* Fix cmake when missing libsSimon Rettberg2015-04-241-11/+15
* [FUSE] Integrate into cmake build processSimon Rettberg2015-04-2413-488/+526
* Fuseschwaer@HiWi.de2015-04-243-0/+496
* [SERVER] Correct debug/error messages in altserver.cSimon Rettberg2015-03-051-7/+7
* [SERVER] printf -> logadd, make USR2 trigger a log cycle, remove old fake del...Simon Rettberg2015-02-238-74/+54Star
* [SERVER] Overhauled loggingSimon Rettberg2015-02-2217-330/+445
* Get rid of unneccessary volatileSimon Rettberg2015-02-2210-35/+56
* [SERVER] Fix bug where checking if a request is cached would yield a false ne...Simon Rettberg2015-02-191-6/+7
* [SERVER] Fix really stupid bug where received data gets written to random memorySimon Rettberg2015-02-191-1/+1
* [SERVER] Fix two minor bugs: Replication stall, integrity checker 100% CPU usageSimon Rettberg2015-02-042-2/+1Star
* [SERVER] Use shared file handle for readingSimon Rettberg2015-01-304-51/+49Star
* [SERVER] Implement proper keep alive for uplinksSimon Rettberg2015-01-282-27/+30
* [SERVER] Also fix fd leak if uplink_init failsSimon Rettberg2015-01-272-1/+2
* [SERVER] Fix automatic proxying to use supplied connection; fix race conditio...Simon Rettberg2015-01-276-37/+45
* [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare...Simon Rettberg2015-01-1413-29/+44
* [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-3121-336/+327Star
* [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-294-4/+28
* [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-228-25/+46
* get-version.sh will always work in the directory it's placed inSimon Rettberg2014-07-041-0/+7
* [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-136-2/+37
* [SERVER] Add example configSimon Rettberg2014-01-133-0/+40
* [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] Let's try compiler detection againSimon Rettberg2014-01-091-5/+7
* [SERVER] Minor fixes, add quick and dirty clang support to CMakeLists.txtSimon Rettberg2014-01-093-4/+12
* [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