summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SERVER] Return client count when requesting stats but not client listSimon Rettberg2017-10-062-4/+14
* [SERVER] rpc: Fix bitmask calc for odd subnet sizes (not 8, 16, ...)Simon Rettberg2017-10-041-1/+1
* [SERVER] How about updating atime on connect?Simon Rettberg2017-10-041-0/+3
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-015-45/+264
* [SERVER] Move includes from header to source unitSimon Rettberg2017-10-012-2/+2
* [SERVER] Helper function for loading line based space separated data from fileSimon Rettberg2017-10-013-34/+63
* [*] constness for sock_sendAll paramsSimon Rettberg2017-10-012-3/+3
* [SERVER] Fix closing timeout reset, fix log messagesSimon Rettberg2017-09-082-1/+5
* [SERVER] Refactor: Move client list to net.* and isolateSimon Rettberg2017-09-078-247/+290
* [SERVER] Implement closeUnusedFd config optionSimon Rettberg2017-09-024-0/+36
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-0210-35/+51
* [SERVER] Split server-only defs from config.h to serverconfig.hSimon Rettberg2017-08-268-32/+54