aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Added simple GC interval scheduling.Per Larsson2021-12-051-0/+13
|/ / / / / /
* / / / / / Added support for loading Lua config file from CLI option and merged server/s...Per Larsson2021-11-251-63/+117
|/ / / / /
* | | | / Added upstream connect/transfer timeout options.Per Larsson2021-11-161-1/+15
| |_|_|/ |/| | |
* | | | Added option --zen-upstream-dns that will be resolved to one or more endpoint.Per Larsson2021-10-291-0/+7
| |_|/ |/| |
* | | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-151-0/+1
| |/ |/|
* | asio HTTP implementation (#23)Stefan Boberg2021-10-141-0/+13
|/
* Added option to specify path to logfile.Per Larsson2021-10-061-0/+1
* Added support for choosing best ZEN upstream endpoint based on latency.Per Larsson2021-10-021-5/+13
* Added simple stats HTML dashboard with route /dashboard.Per Larsson2021-10-011-0/+1
* Added cache HIT/MISS stat counters.Per Larsson2021-10-011-1/+1
* Added upstream cache perf metrics.Per Larsson2021-10-011-1/+1
* mesh: Hide mesh functionality behind ZEN_ENABLE_MESH defineStefan Boberg2021-09-271-0/+4
* Added --upstream-jupiter-prod for easy production settings.Per Larsson2021-09-231-0/+7
* Simpler upstream stats. Enabled with --upstream-stats.Per Larsson2021-09-231-0/+7
* Improved error message when lua config file parsing fails.Stefan Boberg2021-09-221-5/+7
* Added lua config script syntax error handling.Stefan Boberg2021-09-221-0/+8
* Don't exit until any key pressed when showing help (tmp fix).Per Larsson2021-09-221-1/+4
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-171-8/+33
|\
| * Added upstream cache policy command line option (read|write,readonly,writeonl...Per Larsson2021-09-171-8/+33
* | Implemented basics for Windows server support (not yet 100% - needs to proper...Stefan Boberg2021-09-171-0/+15
|/
* Changed `std::exception` into `std::runtime_error` since `std::exception` doe...Stefan Boberg2021-09-151-1/+1
* Changed logging implementationStefan Boberg2021-09-151-1/+1
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-2/+4
* Added options for indicating a server is running in "dedicated" modeStefan Boberg2021-09-151-0/+1
* Mesh should not default to onStefan Boberg2021-09-081-3/+3
* Support for switching between storing derived data using the legacy DDC endpo...Per Larsson2021-09-061-1/+11
* Removed legacy key-value cache (may be reinstated in another form in the future)Stefan Boberg2021-09-031-2/+0
* Zen upstream support (#7)Per Larsson2021-09-031-8/+122
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-4/+12
* Improved crash reporting setup and removed old stubsStefan Boberg2021-08-211-0/+7
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-061-1/+1
* Made some changes to how mesh config worksStefan Boberg2021-06-211-1/+9
* Adding zenservice codeStefan Boberg2021-05-111-0/+157