aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds
Commit message (Expand)AuthorAgeFilesLines
...
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-122-0/+75
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-112-4/+12
* 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-272-0/+68
* added --powercycle option (#565)Stefan Boberg2023-11-231-120/+1
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-222-4/+9
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-212-0/+19
* zen run command (#552)Stefan Boberg2023-11-2115-224/+275
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-203-0/+3
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-0/+27
* gc history log (#519)Dan Engelbrecht2023-11-131-17/+20
* spdlog implementation hiding (#498)Stefan Boberg2023-11-062-4/+4
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-062-0/+204
* individual gc stats (#506)Dan Engelbrecht2023-10-302-0/+6
* New GC implementation (#459)Dan Engelbrecht2023-10-302-0/+18
* added missing includes (#504)Stefan Boberg2023-10-273-0/+4
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-202-54/+94
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-202-0/+11
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-182-0/+66
* Change default port to 8558zousar2023-10-111-2/+2
* lightweight gc (#431)Dan Engelbrecht2023-10-022-0/+6
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-222-0/+121
* Collect all zen admin-related commands into admin.h/.cpp (#418)Dan Engelbrecht2023-09-2232-124/+102
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-222-0/+121
* added info verb to vfs command help textStefan Boberg2023-09-201-1/+1
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-204-7/+140
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-134-10/+257
* minor: log fixStefan Boberg2023-09-131-1/+1
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-122-2/+34
* multithread file realization in oplog-mirror (#388)Dan Engelbrecht2023-09-082-457/+463
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-012-4/+90
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-242-0/+11
* oplog mirror support (#367)Stefan Boberg2023-08-212-0/+147
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-182-8/+168
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-112-4/+6
* Add `--assume-http2` option to cloud style import/export command to use a HTT...Dan Engelbrecht2023-08-092-0/+22
* Bugfix: `oplog-import` with `--file` source now sends the oplog folder correc...Dan Engelbrecht2023-08-091-1/+1
* try to resolve access token via env variable local first (#337)Dan Engelbrecht2023-08-011-2/+21
* add requested item in oplog remote op (#340)Dan Engelbrecht2023-08-011-6/+6
* zen print command fix for large objectsStefan Boberg2023-06-301-2/+2
* fix issue where we wouldn't properly configure `zen serve` to talk to a newly...Stefan Boberg2023-06-161-1/+2
* file share support (#328)Stefan Boberg2023-06-162-0/+269
* add oplog snapshot command (#331)Dan Engelbrecht2023-06-122-0/+89
* oplog snapshot (#317)Stefan Boberg2023-05-251-11/+23
* Sb/oplog export fixes (#315)Stefan Boberg2023-05-171-16/+28
* zen print command should use an extendable string buffer to prevent overflowStefan Boberg2023-05-171-1/+1
* added benchmark utility command `bench` (#298)Stefan Boberg2023-05-162-0/+237
* implemented subtree copyingStefan Boberg2023-05-161-4/+103
* removed excessive ZEN_UNUSED declsStefan Boberg2023-05-151-2/+2