summaryrefslogtreecommitdiffstats
path: root/src/server
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
* [*] 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
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-023-41/+2Star
* [SERVER] Split server-only defs from config.h to serverconfig.hSimon Rettberg2017-08-267-7/+54
* [SERVER] Change handling of nonworking images, check for size changeSimon Rettberg2017-08-241-77/+169
* [SERVER] Fix status query on big endianSimon Rettberg2017-08-211-4/+7
* [SERVER] Make crclist handling endian-safeSimon Rettberg2017-04-272-1/+9
* [SERVER] Remove stray lineSimon Rettberg2017-04-271-1/+0Star
* [SERVER] Fix image_load aswell...Simon Rettberg2016-11-091-12/+12
* [SERVER] Fix loading of rid-based images in vmdk legacy modeSimon Rettberg2016-11-091-9/+8Star
* [SERVER] Bump debug lock tracking limitsSimon Rettberg2016-07-131-2/+2
* [SERVER] Fix formattingSimon Rettberg2016-03-227-54/+55
* [SERVER] (FreeBSD) Unlock send mutex on sendfile errorSimon Rettberg2016-03-221-0/+1