summaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* [SHARED] More timing helpersSimon Rettberg2019-02-091-0/+23
* [SERVER] Only set BGR flag in handshake for BGR_FULLSimon Rettberg2018-11-161-1/+1
* [SHARED] Use atomic for logger maskSimon Rettberg2018-08-081-2/+2
* [SERVER] Refactor uplink/cache handling, improve crc checkingSimon Rettberg2018-07-041-1/+1
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-112-8/+27
* [SHARED] Reset errnoSimon Rettberg2018-04-051-0/+2
* [SERVER] rpc: Add q=logfile, q=altservers and q=config to /querySimon Rettberg2017-11-082-8/+7Star
* [SHARED] Add log_hasMask() to check if a certain loglevel is setSimon Rettberg2017-11-072-0/+11
* [SHARED] Add sockaddr2dnbd3 func, add multiConnect func, EINTR handlingSimon Rettberg2017-11-062-30/+141
* [SERVER] Support finer control over replication when a proxy connects to a proxySimon Rettberg2017-11-021-0/+6
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-312-2/+3
* [SERVER] Add AFL supportSimon Rettberg2017-10-301-0/+5
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-281-7/+6Star
* [SERVER] Rename missing occurence of ret, possibly leading to infinite loop :(Simon Rettberg2017-10-261-1/+1
* [SERVER] Get rid of zlib dependencySimon Rettberg2017-10-242-0/+630
* [SERVER] Fix types or add explicit casts everywhere we might have type conver...Simon Rettberg2017-10-245-22/+26
* [SERVER] Properly support passing negative values to timing_gets()Simon Rettberg2017-10-201-1/+1
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-192-0/+160
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-171-1/+7
* [*] constness for sock_sendAll paramsSimon Rettberg2017-10-012-3/+3
* [SERVER] Fix formattingSimon Rettberg2016-03-221-1/+1
* dnbd3server build success on freebsd :)Sebastian2016-02-111-3/+6
* cleanup commitsSebastian2016-02-113-8/+1Star
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-105-6/+6
* dfskljgdslkfsdklgjSimon Rettberg2016-02-051-3/+3
* [SHARED] Fix linux detection on clangSimon Rettberg2016-02-051-4/+4
* [SHARED] Implement pipe() based signallingSimon Rettberg2016-02-054-71/+261
* First steps in make signals more abstract from the underlying mechanism; repl...Simon Rettberg2016-02-052-21/+52
* [SERVER] BREAKING: Get rid of pseudo case-insensitivityv2.1Simon Rettberg2016-02-011-2/+2
* [SERVER] Fix a lot of (mostly harmless) data racesSimon Rettberg2016-01-112-4/+4
* [SERVER] Remove non-working images from list, plus refactoringSimon Rettberg2015-12-151-1/+1
* [FUSE] Add virtual status fileSimon Rettberg2015-12-022-4/+39
* [FUSE] Stability improvements, runs for longer than a couple secs now :)Simon Rettberg2015-12-013-27/+43
* [FUSE] It works! Kinda...Simon Rettberg2015-11-303-5/+18
* [FUSE] Compiles againSimon Rettberg2015-11-303-4/+242
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-243-1/+380
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-213-0/+239