summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Add bgrMinClients: Thresold to control when BGR startsSimon Rettberg2018-04-121-0/+2
| | | | | Background replication will not kick in if there aren't at least that many clients connected.
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-111-0/+3
|
* [SERVER] Experimental support for sparse files in proxy modeSimon Rettberg2018-03-151-0/+2
| | | | | | | | | | | | Will not preallocate images in this mode. Old images are only deleted if the disk is full, determined by write() calls to the cache file yielding ENOSPC or EDQUOT. In such a case, the least recently used image(s) will be deleted to free up at least 256MiB, and then the write() call will be repeated. This *should* work somewhat reliably unless the cache partition is ridiculously small. Performance might suffer a little, and disk fragmentation might occur much faster than in prealloc mode. Testing is needed.
* [SERVER] Add multiple config options for limiting stuffSimon Rettberg2017-11-081-0/+10
| | | | | maxClients, maxImages, maxPayload, maxReplicationSize Refs #3231
* [SERVER] Support finer control over replication when a proxy connects to a proxySimon Rettberg2017-11-021-0/+2
| | | | | | | Introduce new flag in "select image" message to tell the uplink server whether we have background replication enabled or not. Also reject a connecting proxy if the connecting proxy uses BGR but we don't, as this would basically force the image to be replicated locally too.
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-011-0/+5
| | | | | | | | | - ACL is defined in new file rpc.acl - Queries are still WIP, for now something like /query?q=stats&q=images /query?q=clients works, although the parsing is still ugly - Also supports HTTP keep-alive
* Revert "up"Jonathan Bauer2016-06-132-5/+8
| | | | This reverts commit bc062fbb650df939c93d88520e822e9df8abc4be.
* upJonathan Bauer2016-06-102-8/+5Star
|
* [SERVER] Get rid of .sample for config files (saves you the rename orgy ↵Simon Rettberg2016-03-222-0/+1
| | | | after install)
* Cmake tuning; move cfg folderSebastian2016-02-113-0/+71