summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* [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-083-0/+70
* [SERVER] Add multiple config options for limiting stuffSimon Rettberg2017-11-085-19/+183
* [SERVER] altservers: Tweak, cleanup, refactor, renameSimon Rettberg2017-11-084-22/+32
* [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
* [SERVER] Support finer control over replication when a proxy connects to a proxySimon Rettberg2017-11-025-4/+33
* [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
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-314-7/+8
* [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-304-4/+84
* [SERVER] Missed occurence of AF_INET(6) -> HOST_IP[46]Simon Rettberg2017-10-301-3/+6
* [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-284-12/+12
* [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] 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
* [SERVER] Initialize PRNGSimon Rettberg2017-10-242-0/+2
* [SERVER] Get rid of zlib dependencySimon Rettberg2017-10-242-19/+19
* [SERVER] Fix types or add explicit casts everywhere we might have type conver...Simon Rettberg2017-10-249-85/+91
* [SERVER] Mute signedness warning on 32bitSimon Rettberg2017-10-201-2/+2
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-198-74/+104
* [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-173-9/+33
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-176-34/+62
* [SERVER] rpc: Support querying storage size + available spaceSimon Rettberg2017-10-114-9/+27
* [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-014-44/+263
* [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
* [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-023-0/+33