summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [SERVER] Delete image files after releasing image to get rid of stale .map filesSimon Rettberg2018-03-191-7/+9
* [SERVER] image.c: Add size to RPC data, rename bytesReceived, always add upli...Simon Rettberg2018-03-191-7/+11
* [SERVER] Increase read() block size when calculating CRC32Simon Rettberg2018-03-191-1/+1
* [SERVER] image_getCompletenessEstimate: Fix reversed logic in timeout checkSimon Rettberg2018-03-191-1/+3
* [SERVER] Fix int overflows on 32bit builds in CRC generationSimon Rettberg2018-03-162-7/+7
* [SERVER] Make sparse file mode actually workSimon Rettberg2018-03-163-9/+24
* [SERVER] Experimental support for sparse files in proxy modeSimon Rettberg2018-03-156-11/+69
* [SERVER] Make TSAN happySimon Rettberg2017-12-191-1/+3
* [SERVER] jansson < 2.6 compatSimon Rettberg2017-11-101-0/+5
* [SERVER] Check RLIMIT_NOFILE on startup and try to increase if requiredSimon Rettberg2017-11-081-0/+39
* [SERVER] altservers: Short timeout during RTT measurement, round request rangeSimon Rettberg2017-11-082-5/+10
* [SERVER] rpc: Add q=logfile, q=altservers and q=config to /querySimon Rettberg2017-11-085-8/+77
* [SERVER] Add multiple config options for limiting stuffSimon Rettberg2017-11-087-20/+193
* [SERVER] altservers: Tweak, cleanup, refactor, renameSimon Rettberg2017-11-085-27/+40
* [SERVER] Properly clamp to 4k borders in updateCachemap()Simon Rettberg2017-11-071-2/+9
* [SERVER] Use multiConnect() to find uplink for replicationSimon Rettberg2017-11-072-13/+38
* [FUSE] Split final multiConnect-wait across multiple callsSimon Rettberg2017-11-071-8/+8
* [SHARED] Add log_hasMask() to check if a certain loglevel is setSimon Rettberg2017-11-072-0/+11
* [FUSE] Reset salen before getpeername() callSimon Rettberg2017-11-071-1/+2
* [FUSE] Make use of sock_multiConnect() for initial connectionSimon Rettberg2017-11-061-10/+36
* [SHARED] Add sockaddr2dnbd3 func, add multiConnect func, EINTR handlingSimon Rettberg2017-11-062-30/+141
* [FUSE] Remember up to 16 alt servers, but work only with 5Simon Rettberg2017-11-041-8/+59
* [SERVER] Support finer control over replication when a proxy connects to a proxySimon Rettberg2017-11-027-4/+41
* [FUSE] Fix printf warning for logadd callSimon Rettberg2017-11-021-1/+1
* [SERVER] Add --errormsg to only serve HTTP-JSON error codeSimon Rettberg2017-11-023-29/+65
* [SERVER] Ignore invalid basePath in globals.c, do bailout in server.cSimon Rettberg2017-11-021-9/+12
* [SERVER] Clean up arguments, show version on startupSimon Rettberg2017-11-021-13/+8Star
* [SERVER] rpc: Keep track of and cap number of active http sessionsSimon Rettberg2017-11-011-11/+57
* [SERVER] rpc: Remove old TODO, set thread name for persistent connectionsSimon Rettberg2017-11-011-1/+5
* [SERVER] Since fuse client assumed no backwards compat before v3, lie to clientsSimon Rettberg2017-11-011-1/+1
* [FUSE] Improve log messages a bitSimon Rettberg2017-11-011-2/+5
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-317-11/+13
* [SERVER] net.c: Refactoring and renamingSimon Rettberg2017-10-311-58/+33Star
* [SERVER] Image list private to image.cSimon Rettberg2017-10-312-5/+2Star
* [SERVER] rpc: encoding of our reply is utf-8, add to reply headerSimon Rettberg2017-10-301-1/+1
* [SERVER] Add AFL supportSimon Rettberg2017-10-307-4/+101
* [SERVER] Missed occurence of AF_INET(6) -> HOST_IP[46]Simon Rettberg2017-10-301-3/+6
* [BENCH] Fix compileSimon Rettberg2017-10-301-0/+1
* [SERVER] rpc: Honor client's Connection header, add some commentsSimon Rettberg2017-10-301-35/+106
* [SERVER] Don't send error 500 to client on local connection timeoutSimon Rettberg2017-10-301-1/+3
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-2810-46/+52
* [SERVER] Add function to parse x-www-form-urlencoded stringsSimon Rettberg2017-10-284-26/+126
* [SERVER] Use picohttpparser from h2oSimon Rettberg2017-10-265-49/+885
* [SERVER] net: Simplify check for HTTPSimon Rettberg2017-10-261-10/+11
* [SERVER] Rename missing occurence of ret, possibly leading to infinite loop :(Simon Rettberg2017-10-261-1/+1
* [SERVER] uplink: Fix updating of global byte counter, fix incremental updatesSimon Rettberg2017-10-251-2/+7
* [SERVER] Only start reloading images if no other reload is in progressSimon Rettberg2017-10-252-5/+13
* [SERVER] Improve handling of byte stats countersSimon Rettberg2017-10-253-19/+29
* [SERVER] Improve altserver handling and selectionSimon Rettberg2017-10-251-26/+41
* [FUSE] Cache signalfd instances used in fuse read handlerSimon Rettberg2017-10-241-2/+43