summaryrefslogtreecommitdiffstats
path: root/src/server/globals.c
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Add minRequestSize: Enlarge relayed requestsSimon Rettberg2021-05-111-10/+27
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-141-13/+16
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-1/+1
* [SERVER] Make sure bgrWindowSize doesn't overwhelm uplink queueSimon Rettberg2020-03-171-0/+4
* [SERVER] Rewrite uplink queue handlingSimon Rettberg2020-03-131-0/+6
* [SERVER] Handle "warn unused result" casesSimon Rettberg2020-03-061-1/+4
* [SERVER] Introduce ignoreAllocErrorsSimon Rettberg2020-02-241-0/+3
* [SERVER] Introduce autoFreeDiskSpaceDelaySimon Rettberg2019-09-051-0/+12
* [SERVER] Better lock debugging: Always check lock orderSimon Rettberg2019-08-071-1/+1
* i[SERVER] Include new pretendClient in config dumpv2.2Simon Rettberg2019-08-021-0/+1
* [SERVER] Turn all spinlocks into mutexesSimon Rettberg2019-07-261-3/+7
* [SERVER] Add pretendClient config optionSimon Rettberg2019-07-231-0/+2
* [SERVER] Fix compilation on clang (atomic vars)Simon Rettberg2018-07-101-4/+4
* [SERVER] Reload server config on SIGHUPSimon Rettberg2018-07-101-51/+75
* [SERVER] Introduce backgroundReplication=hashblockSimon Rettberg2018-07-091-4/+16
* [SERVER] Add bgrMinClients: Thresold to control when BGR startsSimon Rettberg2018-04-121-2/+5
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-111-1/+3
* [SERVER] Experimental support for sparse files in proxy modeSimon Rettberg2018-03-151-0/+7
* [SERVER] Check RLIMIT_NOFILE on startup and try to increase if requiredSimon Rettberg2017-11-081-0/+39
* [SERVER] Add multiple config options for limiting stuffSimon Rettberg2017-11-081-14/+146
* [SERVER] Support finer control over replication when a proxy connects to a proxySimon Rettberg2017-11-021-0/+2
* [SERVER] Ignore invalid basePath in globals.c, do bailout in server.cSimon Rettberg2017-11-021-9/+12
* [SERVER] Split server-only defs from config.h to serverconfig.hSimon Rettberg2017-08-261-2/+4
* cleanup commitsSebastian2016-02-111-2/+0Star
* [SERVER] Remove non-working images from list, plus refactoringSimon Rettberg2015-12-151-0/+2
* [SERVER] Make listen port configurableSimon Rettberg2015-12-141-0/+10
* [SERVER] Update includes for moved log.hSimon Rettberg2015-12-021-1/+1
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-3/+29
* Get rid of unneccessary volatileSimon Rettberg2015-02-221-1/+1
* [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare...Simon Rettberg2015-01-141-1/+1
* [SERVER] Get rid of epoll in alservers.c, make valgrind+gdb happy by handling...Simon Rettberg2015-01-061-1/+1
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi...Simon Rettberg2014-12-311-7/+7
* [SERVER] Create compilation unit for wait/signalling logic (using eventfd)Simon Rettberg2014-12-311-1/+1
* [SERVER] Add setting to enable/disable background replication, add comments t...Simon Rettberg2014-12-291-0/+2
* [SERVER] Configurable client timeout, adaptive replication speed (to be teste...Simon Rettberg2014-12-221-0/+2
* [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-101-0/+2
* blaSimon Rettberg2013-11-071-0/+2
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-1/+3
* [SERVER] several improvementsSimon Rettberg2013-08-021-0/+6
* [SERVER] Fix create_image() by adding fallback solutions for fallocate()Simon Rettberg2013-08-011-1/+8
* [SERVER] Add command line options to create empty image of certain size with ...Simon Rettberg2013-08-011-0/+29
* Remove all glib dependencies from serversr2013-07-171-1/+1
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-161-0/+1
* Rewrite in progres....sr2013-07-091-0/+6