aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/admin_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unix Domain Socket auto discovery (#833)Stefan Boberg2026-03-131-14/+14
* add command line option for scrub timeslice (#742)Dan Engelbrecht2026-02-031-1/+10
* remove spurious cpr.h includes (#520)Stefan Boberg2025-09-291-4/+0
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-051-159/+101
* improve console output (#476)Dan Engelbrecht2025-08-261-16/+16
* faster scavenge (#417)Dan Engelbrecht2025-06-041-8/+2
* minor: fix unused variable warning on some compilersStefan Boberg2025-06-031-4/+4
* add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-221-11/+8
* long filename support (#330)Dan Engelbrecht2025-03-311-2/+2
* fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-121-8/+11
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-221-2/+2
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+2
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-151-0/+8
* remove gc v1 (#121)Dan Engelbrecht2024-10-031-7/+7
* gc command attachment options (#176)Dan Engelbrecht2024-09-301-0/+23
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-251-4/+2
* gc unused refactor (#165)Dan Engelbrecht2024-09-231-0/+44
* add gc single threaded option (#104)Dan Engelbrecht2024-08-071-0/+7
* Added --copy-log, --copy-cache-log and copy-http-log option to zen logs comma...Dan Engelbrecht2024-02-121-8/+64
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-4/+9
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-281-16/+4
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-271-17/+15
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-271-0/+54
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-211-0/+17
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-061-0/+184
* individual gc stats (#506)Dan Engelbrecht2023-10-301-0/+5
* New GC implementation (#459)Dan Engelbrecht2023-10-301-0/+16
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-201-0/+10
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-0/+50
* lightweight gc (#431)Dan Engelbrecht2023-10-021-0/+5
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-221-0/+102
* Collect all zen admin-related commands into admin.h/.cpp (#418)Dan Engelbrecht2023-09-221-0/+270