summaryrefslogtreecommitdiffstats
path: root/src/server/globals.h
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Add minRequestSize: Enlarge relayed requestsSimon Rettberg2021-05-111-0/+6
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-141-3/+12
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-4/+4
* [SERVER] Add FUSE modeSimon Rettberg2020-07-281-2/+5
* [SERVER] Remember atime in .meta fileSimon Rettberg2020-03-201-0/+1
* [SERVER] Fix warnings, add assertionsSimon Rettberg2020-03-201-1/+1
* [SERVER] Rewrite uplink queue handlingSimon Rettberg2020-03-131-10/+25
* [SERVER] Add printf macro for image (name:rid as %s:%d)Simon Rettberg2020-03-061-0/+1
* [SERVER] Reload cache maps periodically for local imagesSimon Rettberg2020-03-061-1/+2
* [SERVER] Add timer task for saving cache mapsSimon Rettberg2020-03-041-1/+2
* [SERVER] Expose image->problem bools as bitmask in RPC json dataSimon Rettberg2020-03-031-2/+2
* [SERVER] Also add a flag for uplink queue overloadSimon Rettberg2020-03-031-1/+2
* [SERVER] Remove "working" flag, introduce fine-grained flagsSimon Rettberg2020-03-031-1/+6
* [SERVER] Introduce ignoreAllocErrorsSimon Rettberg2020-02-241-0/+6
* [SERVER] rpc: Add cachemap featureSimon Rettberg2019-09-061-1/+1
* [SERVER] Introduce autoFreeDiskSpaceDelaySimon Rettberg2019-09-051-0/+7
* [SERVER] Support limiting alt-servers to specific namespaceSimon Rettberg2019-09-041-0/+8
* [SERVER] Use weakref for cache mapsSimon Rettberg2019-08-291-2/+8
* [SERVER] Make signal handling more POSIXSimon Rettberg2019-08-281-0/+1
* [SERVER] Use reference counting for uplinkSimon Rettberg2019-08-271-1/+3
* [SERVER] Get rid of alt-servers thread, per-uplink rtt historySimon Rettberg2019-08-221-15/+26
* [SERVER] Add struct representing active connection to uplink serverSimon Rettberg2019-08-181-9/+5Star
* [SERVER] uplink: More consistent type/variable namingSimon Rettberg2019-08-181-3/+9
* [SERVER] Use more _AtomicSimon Rettberg2019-08-071-3/+3
* [SERVER] uplink: Improve attaching to existing requestsSimon Rettberg2019-08-061-12/+0Star
* [SERVER] Atomicize some global flagsSimon Rettberg2019-08-031-1/+1
* [SERVER] Make image->users atomic and get rid of some lockingSimon Rettberg2019-08-021-1/+1
* [SERVER] Turn all spinlocks into mutexesSimon Rettberg2019-07-261-4/+4
* [SERVER] Add pretendClient config optionSimon Rettberg2019-07-231-0/+7
* [SERVER] uplink: Relay request in client's thread if possibleSimon Rettberg2019-07-231-0/+1
* [SERVER] Don't keep an uplink connection established foreverSimon Rettberg2019-01-311-1/+1
* [SERVER] Use atomic vars for uplink byte countersSimon Rettberg2018-08-131-2/+1Star
* [SERVER] Use atomic var for (total)bytesSent countersSimon Rettberg2018-08-081-7/+5Star
* [SERVER] Reload server config on SIGHUPSimon Rettberg2018-07-101-19/+20
* [SERVER] Introduce backgroundReplication=hashblockSimon Rettberg2018-07-091-1/+5
* [SERVER] Refactor uplink/cache handling, improve crc checkingSimon Rettberg2018-07-041-2/+3
* [SERVER] Add bgrMinClients: Thresold to control when BGR startsSimon Rettberg2018-04-121-0/+5
* [SERVER] Experimental support for sparse files in proxy modeSimon Rettberg2018-03-151-0/+14
* [SERVER] Add multiple config options for limiting stuffSimon Rettberg2017-11-081-0/+29
* [SERVER] Support finer control over replication when a proxy connects to a proxySimon Rettberg2017-11-021-0/+7
* [SERVER] Improve handling of byte stats countersSimon Rettberg2017-10-251-3/+4
* [SERVER] Fix types or add explicit casts everywhere we might have type conver...Simon Rettberg2017-10-241-4/+4
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-191-5/+9
* [SERVER] Try to connect to different server if proxy cycle is detectedSimon Rettberg2017-10-171-0/+1
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-171-3/+6
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-011-15/+5Star
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-021-1/+1
* [SERVER] Split server-only defs from config.h to serverconfig.hSimon Rettberg2017-08-261-0/+7
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-101-1/+1
* First steps in make signals more abstract from the underlying mechanism; repl...Simon Rettberg2016-02-051-1/+2