summaryrefslogtreecommitdiffstats
path: root/src/server/server.c
Commit message (Expand)AuthorAgeFilesLines
* [KERNEL] Removes duplicate word 'of' in license headersManuel Bentele2021-04-161-1/+1
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-021-3/+5
* [SERVER] replaced non-existent FUSE define to match CMake's build definesManuel Bentele2020-11-271-3/+3
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-4/+5
* [BUILD] add option to build the dnbd3-server with afl-fuzz supportManuel Bentele2020-10-201-5/+12
* [BUILD] set build type and stop Release build if repository is dirtyManuel Bentele2020-10-191-5/+5
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-9/+9
* [SERVER] FUSE: Fix arguments to fuseSimon Rettberg2020-07-301-1/+1
* [SERVER] Fix: Missing argument to fprintf()Simon Rettberg2020-07-301-1/+1
* [SERVER] Add FUSE modeSimon Rettberg2020-07-281-5/+27
* [SERVER] Add name param to threadpool_runSimon Rettberg2020-03-191-3/+3
* [SERVER] Include build type and version in RPCSimon Rettberg2020-03-171-2/+5
* [SERVER] Handle "warn unused result" casesSimon Rettberg2020-03-061-1/+4
* [SERVER] Make signal handling more POSIXSimon Rettberg2019-08-281-5/+17
* [SERVER] Add timer infrastructureSimon Rettberg2019-08-271-9/+133
* [SERVER] Fix warnings, simplify lockingSimon Rettberg2019-08-261-1/+1
* [SERVER] Get rid of alt-servers thread, per-uplink rtt historySimon Rettberg2019-08-221-3/+5
* [SERVER] Better lock debugging: Always check lock orderSimon Rettberg2019-08-071-7/+0Star
* [SERVER] Reload server config on SIGHUPSimon Rettberg2018-07-101-0/+1
* [SERVER] Refactor uplink/cache handling, improve crc checkingSimon Rettberg2018-07-041-1/+1
* [SERVER] Print info about signal senderSimon Rettberg2018-05-031-5/+46
* [SERVER] Proper exit code and message when shutting down due to error or signalSimon Rettberg2018-04-271-2/+6
* [SERVER] Ignore SIGPIPESimon Rettberg2018-04-101-0/+1
* [SERVER] Add --errormsg to only serve HTTP-JSON error codeSimon Rettberg2017-11-021-29/+51
* [SERVER] Clean up arguments, show version on startupSimon Rettberg2017-11-021-13/+8Star
* [SERVER] Add AFL supportSimon Rettberg2017-10-301-3/+36
* [SERVER] Missed occurence of AF_INET(6) -> HOST_IP[46]Simon Rettberg2017-10-301-3/+6
* [SERVER] Fix types or add explicit casts everywhere we might have type conver...Simon Rettberg2017-10-241-1/+1
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-191-4/+8
* [SERVER] Refactor: Move client list to net.* and isolateSimon Rettberg2017-09-071-125/+15Star
* [SERVER] Fix formattingSimon Rettberg2016-03-221-15/+15
* dnbd3server build success on freebsd :)Sebastian2016-02-111-10/+15
* cleanup commitsSebastian2016-02-111-18/+10Star
* [SERVER] Fix a lot of (mostly harmless) data racesSimon Rettberg2016-01-111-7/+6Star
* [SERVER] Cancel scanning of image dir if _shutdown is setSimon Rettberg2015-12-161-2/+4
* [SERVER] More fine grained locking for RPC; better error loggingSimon Rettberg2015-12-161-1/+6
* [SERVER] Make listen port configurableSimon Rettberg2015-12-141-1/+1
* [SERVER] Free memory on exit to get new valgrind high scoreSimon Rettberg2015-12-141-1/+4
* [SERVER] Update includes for moved log.hSimon Rettberg2015-12-021-1/+1
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-241-1/+1
* [SERVER] Reload images in another thread when triggered by signalSimon Rettberg2015-05-121-6/+12
* [Server] Added statistics of images and uptime to json.Stephan Schwaer2015-05-051-1/+0Star
* Removed dnbd3_printClients, added clients to statistics json in rpc.Stephan Schwaer2015-05-041-15/+0Star
* [SERVER] Added counters for received and sent bytes.Stephan Schwaer2015-04-271-1/+3
* [SERVER] printf -> logadd, make USR2 trigger a log cycle, remove old fake del...Simon Rettberg2015-02-231-34/+20Star
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-21/+18Star
* [SERVER] Set client connection timeout in client threadSimon Rettberg2015-01-071-2/+0Star
* [SERVER] Big code cleanup, refactoring, minor bugfixingSimon Rettberg2015-01-061-52/+51Star
* [SERVER] Use a thread pool for client connectionsSimon Rettberg2015-01-051-7/+7
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi...Simon Rettberg2014-12-311-15/+15