aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-221-1/+1
* add missing statsd.enabled and gc.projectstore.duration.seconds (#275)Dan Engelbrecht2025-01-161-10/+13
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+1
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-0/+10
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-151-0/+8
* workspace share security (#192)Dan Engelbrecht2024-10-231-51/+11
* remove gc v1 (#121)Dan Engelbrecht2024-10-031-0/+5
* gc command attachment options (#176)Dan Engelbrecht2024-09-301-6/+4
* Fixing compilation errors with fmt v11 (#172)Dmytro Ivanov2024-09-271-0/+1
* work around issues compiling fmt::join call on mac (#170)Stefan Boberg2024-09-271-1/+9
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-251-0/+14
* meta info store (#75)Dan Engelbrecht2024-08-301-0/+20
* added `--detach` option to zenserver (#115)Stefan Boberg2024-08-141-0/+3
* improve logging on main failure (#111)Dan Engelbrecht2024-08-141-0/+2
* add gc single threaded option (#104)Dan Engelbrecht2024-08-071-0/+8
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+10
* added logic to change default HTTP server implementation when running on Wine...Stefan Boberg2024-05-021-3/+8
* set gc-v2 as default (#56)Dan Engelbrecht2024-04-221-1/+1
* typo fix in gc.lightweightintervalsecondsStefan Boberg2024-04-111-1/+1
* improved assert (#37)Dan Engelbrecht2024-04-041-3/+3
* remove reference caching (#658)Dan Engelbrecht2024-02-271-10/+0
* ensure we can build without trace (#619)Stefan Boberg2023-12-191-0/+2
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-121-4/+71
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-0/+4
* logging configuration via command line options (#589)Stefan Boberg2023-12-061-3/+22
* moved LuaConfig code so it can be used outside of config.cpp (#575)Stefan Boberg2023-11-281-540/+105
* added --powercycle option (#565)Stefan Boberg2023-11-231-0/+3
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-211-0/+19
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-0/+14
* remove dependency on cxxopts exception types (#542)Stefan Boberg2023-11-151-10/+13
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-0/+12
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-4/+8
* New GC implementation (#459)Dan Engelbrecht2023-10-301-0/+8
* statsd metrics reporting (#496)Stefan Boberg2023-10-251-0/+12
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-241-0/+11
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-2/+2
* added command line option to start server clean (#481)Stefan Boberg2023-10-171-0/+4
* Merge remote-tracking branch 'origin/main' into zs/default-port-changeStefan Boberg2023-10-121-0/+2
|\
| * adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-121-0/+2
* | Change default port to 8558zousar2023-10-111-1/+1
|/
* remove legacy compute interfaces (#461)Stefan Boberg2023-10-111-150/+0
* cache reference tracking (#455)Dan Engelbrecht2023-10-101-0/+10
* zenserver project restructuring (#442)Stefan Boberg2023-10-061-453/+441
* added --quiet option to suppress default logging to stdout (#446)Stefan Boberg2023-10-041-0/+2
* removed websocket protocol support(#445)Stefan Boberg2023-10-041-16/+0
* Limit size of memory cache layer (#423)Dan Engelbrecht2023-10-021-5/+34
* lightweight gc (#431)Dan Engelbrecht2023-10-021-0/+10
* http and httpsys config options (#401)Dan Engelbrecht2023-09-141-2/+41
* add `cache-write-log` and `cache-access-log“ configuration options (#394)Dan Engelbrecht2023-09-111-0/+16
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-011-7/+23