summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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-026-4/+39
* [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-306-4/+95
* [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-264-48/+884
* [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-251-4/+12
* [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
* [FUSE] Spacing; Don't check if server proto is newer than clientSimon Rettberg2017-10-241-3/+3
* [FUSE] Fix type mismatch warningsSimon Rettberg2017-10-243-18/+37
* [SERVER] Initialize PRNGSimon Rettberg2017-10-242-0/+2
* [SERVER] Get rid of zlib dependencySimon Rettberg2017-10-244-19/+649
* [SERVER] Fix types or add explicit casts everywhere we might have type conver...Simon Rettberg2017-10-2416-110/+120
* [SERVER] Properly support passing negative values to timing_gets()Simon Rettberg2017-10-201-1/+1
* [SERVER] Mute signedness warning on 32bitSimon Rettberg2017-10-201-2/+2
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-1910-74/+264
* [SERVER] More tweaks to alt-server selection wrt proxy cyclesSimon Rettberg2017-10-181-4/+9
* [SERVER] Don't try to load metadata files as images; fix clang-analyzer false...Simon Rettberg2017-10-182-15/+36
* [SERVER] Try to connect to different server if proxy cycle is detectedSimon Rettberg2017-10-174-9/+34
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-1710-45/+101
* [SERVER] rpc: Support querying storage size + available spaceSimon Rettberg2017-10-114-9/+27
* [KERNEL] version check to support pointer to backing_dev_info in request_queueSimon Rettberg2017-10-091-0/+6
* [SERVER] Fix invalid pointer derefSimon Rettberg2017-10-061-1/+1
* [SERVER] rpc: Return a unique id generated at startup with each replySimon Rettberg2017-10-061-4/+19