aboutsummaryrefslogtreecommitdiff
path: root/src/zen
Commit message (Expand)AuthorAgeFilesLines
...
| * add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-223-0/+124
* | sort commands for cleaner mergesStefan Boberg2023-09-261-2/+2
|/
* added info verb to vfs command help textStefan Boberg2023-09-201-1/+1
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-205-7/+143
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-135-10/+260
* minor: log fixStefan Boberg2023-09-131-1/+1
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-122-2/+34
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-122-30/+40
* add console logging to zen command (#389)Dan Engelbrecht2023-09-081-1/+15
* multithread file realization in oplog-mirror (#388)Dan Engelbrecht2023-09-083-458/+464
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-013-4/+92
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-242-0/+11
* oplog mirror support (#367)Stefan Boberg2023-08-213-0/+149
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-183-8/+172
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-113-5/+7
* 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
* make sure we validate pointers returned from zen::Memory::Alloc (#341)Dan Engelbrecht2023-08-011-0/+4
* add requested item in oplog remote op (#340)Dan Engelbrecht2023-08-012-7/+7
* 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-164-4/+306
* add oplog snapshot command (#331)Dan Engelbrecht2023-06-123-0/+91
* Removed unnecessary windows.h includeStefan Boberg2023-06-081-4/+0
* oplog snapshot (#317)Stefan Boberg2023-05-251-11/+23
* fix for issue with missing options in helpStefan Boberg2023-05-251-0/+2
* sorted the commands exposed from zen CLIStefan Boberg2023-05-191-8/+8
* 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-163-1/+240
* implemented subtree copyingStefan Boberg2023-05-161-4/+103
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-161-13/+4
* disable warning C5105 in ZEN_THIRD_PARTY_INCLUDES_STARTStefan Boberg2023-05-151-1/+1
* auto -> typed declarationsStefan Boberg2023-05-151-2/+3
* removed excessive ZEN_UNUSED declsStefan Boberg2023-05-151-2/+2
* Better defaults for zen cli (#302)Stefan Boberg2023-05-156-21/+201
* Remove ATL header usage (#306)Stefan Boberg2023-05-152-14/+8
* replace use of cxxopts::OptionParseException in our codeStefan Boberg2023-05-087-8/+29
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0232-0/+5591