summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [SERVER] Make sure bgrWindowSize doesn't overwhelm uplink queueSimon Rettberg2020-03-172-0/+6
| * [SERVER] Include build type and version in RPCSimon Rettberg2020-03-174-8/+16
| * [SERVER] Don't prefetch across hash blocks in BGS_HASHBLOCK modeSimon Rettberg2020-03-171-5/+8
| * [SERVER] threadpool: Simplify get code, make debug code _DEBUG onlySimon Rettberg2020-03-141-4/+7
| * [SERVER] Remove uplink_ prefix from static (private) functionsSimon Rettberg2020-03-141-40/+40
| * [SERVER] Add comments, assert for uplink threadSimon Rettberg2020-03-141-6/+20
| * [SERVER] Use image:rid in log messagesSimon Rettberg2020-03-141-5/+5
| * [SERVER] Check server version before setting hopCount fieldSimon Rettberg2020-03-131-1/+1
| * [SERVER] Check and increase hopCount when adding uplink requestSimon Rettberg2020-03-131-4/+7
| * [SERVER] Rewrite uplink queue handlingSimon Rettberg2020-03-139-395/+518
| * [SERVER] Fix data typeSimon Rettberg2020-03-091-2/+2
| * [SERVER] Fix: Image would be assumed complete if no uplink existsSimon Rettberg2020-03-061-1/+1
| * [SERVER] Add printf macro for image (name:rid as %s:%d)Simon Rettberg2020-03-064-30/+27Star
| * [SERVER] Handle "warn unused result" casesSimon Rettberg2020-03-066-10/+26
| * [SERVER] Reload cache maps periodically for local imagesSimon Rettberg2020-03-063-49/+93
| * [SERVER] Add timer task for saving cache mapsSimon Rettberg2020-03-047-76/+168
| * [SERVER] Likewise, get rid of same loops in client handlerSimon Rettberg2020-03-042-51/+39Star
| * [SERVER] Get rid of two loops in image_updateCacheMapSimon Rettberg2020-03-031-22/+18Star
| * [SERVER] Optimize client handler for CMD_GET_BLOCKSimon Rettberg2020-03-031-25/+43
| * [SERVER] Expose image->problem bools as bitmask in RPC json dataSimon Rettberg2020-03-032-4/+13
| * [SERVER] Also add a flag for uplink queue overloadSimon Rettberg2020-03-033-8/+16
| * [SERVER] Remove "working" flag, introduce fine-grained flagsSimon Rettberg2020-03-036-158/+197
| * [SERVER] altservers: Fix missing index mapping (replication)Simon Rettberg2020-02-261-1/+1
| * [SERVER] Introduce ignoreAllocErrorsSimon Rettberg2020-02-243-2/+16
| * [SERVER] Lookup image on storage even in proxy modeSimon Rettberg2020-01-281-8/+11
| * [SERVER] Fix another nullpointer accessSimon Rettberg2019-10-301-1/+3
| * [SERVER] Fix checking images without cache mapSimon Rettberg2019-10-293-10/+14
| * Merge branch 'master' into atomicSimon Rettberg2019-10-281-1/+0Star
| |\
| * | [*] Fix/simplify checks for linuxSimon Rettberg2019-09-172-3/+3
| * | [SERVER] rpc: Fix warningsSimon Rettberg2019-09-111-2/+2
| * | [*] Use __attribute__((packed)) instead of #pragma packSimon Rettberg2019-09-111-15/+5Star
| * | [SERVER] Make buffer when reading for crc check largerSimon Rettberg2019-09-111-1/+1
| * | [SERVER] Make integrity checks on startup asyncSimon Rettberg2019-09-103-31/+37
| * | Fix compilation on older gccSimon Rettberg2019-09-091-2/+2
| * | [SERVER] Fix warning on clangSimon Rettberg2019-09-071-6/+1Star
| * | [SERVER] picohttpparser: Merge 81fe3d99fd90a55cafb993e53fd3000dbc4d564cSimon Rettberg2019-09-071-21/+46
| * | [SERVER] rpc: Add cachemap featureSimon Rettberg2019-09-064-1/+63
| * | [SERVER] Introduce autoFreeDiskSpaceDelaySimon Rettberg2019-09-053-6/+27
| * | [SERVER] integrity checker: Improve flushing logicSimon Rettberg2019-09-052-90/+111
| * | [SERVER] Support limiting alt-servers to specific namespaceSimon Rettberg2019-09-045-18/+49
| * | [SERVER] Fix altservers_getListForClient()Simon Rettberg2019-09-043-6/+66
| * | [SERVER] Fix indentationSimon Rettberg2019-09-031-4/+4
| * | [SERVER] Fix image_updateCachemap()Simon Rettberg2019-09-031-4/+8
| * | [SERVER] Move signal init to uplink_initSimon Rettberg2019-09-021-10/+11
| * | [SERVER] uplink: Don't disable already disabled imageSimon Rettberg2019-09-021-1/+1
| * | [SERVER] Fix compiler warningsSimon Rettberg2019-09-023-5/+5
| * | [SERVER] uplink: Don't reinit uplink when freeing itSimon Rettberg2019-09-021-13/+3Star
| * | [SERVER] Less debug spam, fix RTT interval calculationSimon Rettberg2019-08-301-3/+5
| * | [SERVER] Introduce debug spamSimon Rettberg2019-08-302-9/+9
| * | [SERVER] No uplink_init when checking working state; improve loggingSimon Rettberg2019-08-302-8/+11