| Commit message (Expand) | Author | Age | Files | Lines |
* | [SERVER] Fix warnings, simplify locking | Simon Rettberg | 2019-08-26 | 1 | -1/+1 |
* | [SERVER] Get rid of alt-servers thread, per-uplink rtt history | Simon Rettberg | 2019-08-22 | 1 | -3/+5 |
* | [SERVER] Better lock debugging: Always check lock order | Simon Rettberg | 2019-08-07 | 1 | -7/+0 |
* | [SERVER] Reload server config on SIGHUP | Simon Rettberg | 2018-07-10 | 1 | -0/+1 |
* | [SERVER] Refactor uplink/cache handling, improve crc checking | Simon Rettberg | 2018-07-04 | 1 | -1/+1 |
* | [SERVER] Print info about signal sender | Simon Rettberg | 2018-05-03 | 1 | -5/+46 |
* | [SERVER] Proper exit code and message when shutting down due to error or signal | Simon Rettberg | 2018-04-27 | 1 | -2/+6 |
* | [SERVER] Ignore SIGPIPE | Simon Rettberg | 2018-04-10 | 1 | -0/+1 |
* | [SERVER] Add --errormsg to only serve HTTP-JSON error code | Simon Rettberg | 2017-11-02 | 1 | -29/+51 |
* | [SERVER] Clean up arguments, show version on startup | Simon Rettberg | 2017-11-02 | 1 | -13/+8 |
* | [SERVER] Add AFL support | Simon Rettberg | 2017-10-30 | 1 | -3/+36 |
* | [SERVER] Missed occurence of AF_INET(6) -> HOST_IP[46] | Simon Rettberg | 2017-10-30 | 1 | -3/+6 |
* | [SERVER] Fix types or add explicit casts everywhere we might have type conver... | Simon Rettberg | 2017-10-24 | 1 | -1/+1 |
* | [SERVER] Use monotonic clock for measuring time | Simon Rettberg | 2017-10-19 | 1 | -4/+8 |
* | [SERVER] Refactor: Move client list to net.* and isolate | Simon Rettberg | 2017-09-07 | 1 | -125/+15 |
* | [SERVER] Fix formatting | Simon Rettberg | 2016-03-22 | 1 | -15/+15 |
* | dnbd3server build success on freebsd :) | Sebastian | 2016-02-11 | 1 | -10/+15 |
* | cleanup commits | Sebastian | 2016-02-11 | 1 | -18/+10 |
* | [SERVER] Fix a lot of (mostly harmless) data races | Simon Rettberg | 2016-01-11 | 1 | -7/+6 |
* | [SERVER] Cancel scanning of image dir if _shutdown is set | Simon Rettberg | 2015-12-16 | 1 | -2/+4 |
* | [SERVER] More fine grained locking for RPC; better error logging | Simon Rettberg | 2015-12-16 | 1 | -1/+6 |
* | [SERVER] Make listen port configurable | Simon Rettberg | 2015-12-14 | 1 | -1/+1 |
* | [SERVER] Free memory on exit to get new valgrind high score | Simon Rettberg | 2015-12-14 | 1 | -1/+4 |
* | [SERVER] Update includes for moved log.h | Simon Rettberg | 2015-12-02 | 1 | -1/+1 |
* | [FUSE] Mid-refactoring, does not compile | Simon Rettberg | 2015-11-24 | 1 | -1/+1 |
* | [SERVER] Reload images in another thread when triggered by signal | Simon Rettberg | 2015-05-12 | 1 | -6/+12 |
* | [Server] Added statistics of images and uptime to json. | Stephan Schwaer | 2015-05-05 | 1 | -1/+0 |
* | Removed dnbd3_printClients, added clients to statistics json in rpc. | Stephan Schwaer | 2015-05-04 | 1 | -15/+0 |
* | [SERVER] Added counters for received and sent bytes. | Stephan Schwaer | 2015-04-27 | 1 | -1/+3 |
* | [SERVER] printf -> logadd, make USR2 trigger a log cycle, remove old fake del... | Simon Rettberg | 2015-02-23 | 1 | -34/+20 |
* | [SERVER] Overhauled logging | Simon Rettberg | 2015-02-22 | 1 | -21/+18 |
* | [SERVER] Set client connection timeout in client thread | Simon Rettberg | 2015-01-07 | 1 | -2/+0 |
* | [SERVER] Big code cleanup, refactoring, minor bugfixing | Simon Rettberg | 2015-01-06 | 1 | -52/+51 |
* | [SERVER] Use a thread pool for client connections | Simon Rettberg | 2015-01-05 | 1 | -7/+7 |
* | [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi... | Simon Rettberg | 2014-12-31 | 1 | -15/+15 |
* | [SERVER] Minor tweaks and improvements | Simon Rettberg | 2014-12-31 | 1 | -2/+2 |
* | [SERVER] Configurable client timeout, adaptive replication speed (to be teste... | Simon Rettberg | 2014-12-22 | 1 | -2/+2 |
* | Improve uplink handling, add code to debug thread creation/destruction, chang... | Simon Rettberg | 2014-06-16 | 1 | -5/+6 |
* | [SERVER] Thread and uplink handling | Simon Rettberg | 2014-02-13 | 1 | -4/+3 |
* | [*] Add automatic version string generationv2.0 | Simon Rettberg | 2014-01-13 | 1 | -0/+1 |
* | [SERVER] Don't wait forever on shutdown | Simon Rettberg | 2014-01-13 | 1 | -1/+2 |
* | [SERVER] SIGHUP triggers reload aswell. Some changes to server shutdown funct... | Simon Rettberg | 2014-01-02 | 1 | -21/+18 |
* | [SERVER] Fix possible deadlock through printf usage in signal handler | Simon Rettberg | 2013-12-10 | 1 | -15/+21 |
* | [SERVER] Once again rework locking in uplink and freeing of resources to figh... | Simon Rettberg | 2013-11-15 | 1 | -1/+1 |
* | [SERVER] Create client threads detached instead of detaching them after creat... | Simon Rettberg | 2013-11-14 | 1 | -5/+4 |
* | [SERVER] Shut down altservers finder properly | Simon Rettberg | 2013-11-12 | 1 | -0/+2 |
* | Joey style commit | Simon Rettberg | 2013-11-07 | 1 | -1/+1 |
* | [SERVER] Add --bind parameter to specify bind interface (currently IPv4 only) | Simon Rettberg | 2013-11-07 | 1 | -2/+8 |
* | [SERVER] Block signals on network threads | Simon Rettberg | 2013-09-17 | 1 | -1/+2 |
* | [SERVER] Typo... | Simon Rettberg | 2013-09-16 | 1 | -1/+1 |