summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [SHARED] connect_ms might change above, don't checkSimon Rettberg2020-03-231-1/+1
| * [SERVER] image_ensureDiskSpace should only deletes proxied imagesSimon Rettberg2020-03-201-18/+19
| * [SERVER] Remember atime in .meta fileSimon Rettberg2020-03-203-62/+139
| * [SERVER] Forbid hidden files when scanning image dirSimon Rettberg2020-03-201-1/+2
| * [SERVER] Fix warnings, add assertionsSimon Rettberg2020-03-203-9/+15
| * [SHARED] crc32: Don't skip table lookup if PCLMUL is unavailableSimon Rettberg2020-03-191-12/+13
| * [SERVER] crc32: Fix compile with optimizationsSimon Rettberg2020-03-191-2/+2
| * [SERVER] Use PCLMUL for crc32 on AMD64 if availableSimon Rettberg2020-03-192-55/+178
| * [SERVER] Shorter wait when closing socket after replySimon Rettberg2020-03-191-0/+2
| * [SERVER] Add name param to threadpool_runSimon Rettberg2020-03-196-7/+16
| * [SERVER] Use first request in queue for RTT measurementsSimon Rettberg2020-03-171-6/+20
| * [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