aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0224-3466/+0
* fix down command (#254)Dan Engelbrecht2023-04-242-6/+11
* oplog and cache stats (#244)Dan Engelbrecht2023-04-214-0/+354
* mergeStefan Boberg2023-04-041-2/+2
|\
| * minor: Namnspace -> namespaceStefan Boberg2023-03-301-2/+2
| * minor: FormatResponse -> FormatHttpResponseStefan Boberg2023-03-302-16/+16
* | minor ZenCmdBase cleanupStefan Boberg2023-04-042-31/+31
|/
* minor: spellingStefan Boberg2023-03-301-1/+1
* De/fix rpc replay to handle pid (#243)Dan Engelbrecht2023-03-212-55/+158
* add `--showmethodstats` option for rpc replay to show method statistics (#233)Dan Engelbrecht2023-02-212-40/+103
* Enhanced rpc request recording (#229)Dan Engelbrecht2023-02-172-0/+316
* Move knowledge of UE env variable from zenserver to zen command line tool (#227)Dan Engelbrecht2023-02-132-0/+37
* oplog upload/download (#214)Dan Engelbrecht2023-02-092-21/+561
* remove legacy `export-project` and `import-project` (#222)Dan Engelbrecht2023-02-022-636/+0
* Add `project-create` and `oplog-create` to zen command line tool (#221)Dan Engelbrecht2023-02-022-0/+168
* Clean up project store file structure (#218)Dan Engelbrecht2023-02-016-712/+653
* removed HttpLaunchService and related codeStefan Boberg2023-01-242-219/+0
* zen command line tool improvements (#212)Dan Engelbrecht2023-01-1325-61/+435
* Zen cmd fixes (#201)Dan Engelbrecht2022-12-0712-80/+107
* optimizations (#200)Dan Engelbrecht2022-12-072-25/+7
* add "version" command with "detailed" option (#192)Dan Engelbrecht2022-11-212-0/+100
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-184-0/+723
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-172-19/+27
* clang-format fixesStefan Boberg2022-06-101-1/+3
* extended zen print command to also handle CbPackage and CompressedBuffer form...Stefan Boberg2022-06-101-9/+91
* clang-formatStefan Boberg2022-02-021-1/+2
* Fixed ZenServerEntry::*ListenPort compile errorsMartin Ridgers2022-01-271-2/+2
* Format fix.Per Larsson2022-01-221-1/+3
* Fixed fmt::format() compile errorMartin Ridgers2022-01-111-1/+1
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-3/+1
* Deleted file that mysteriously returned via a mergeMartin Ridgers2021-12-151-87/+0
* Merged main.Per Larsson2021-12-146-30/+164
|\
| * Stubbed out base minimum of MS' PPL use for non-Windows platformsMartin Ridgers2021-12-021-0/+43
| * Ifdef'd Windows-only includeMartin Ridgers2021-12-021-1/+3
| * Use zen::PathToUtf8() instead of WideToUtf8()Martin Ridgers2021-12-021-1/+1
| * Updated RunCommand's file traversal to use platform-agnostic stringsMartin Ridgers2021-12-021-4/+4
| * Cross-platform path-to-utf8 conversionMartin Ridgers2021-12-021-1/+2
| * Fixed unused parameter warningMartin Ridgers2021-12-011-0/+1
| * Removed unused #include statementMartin Ridgers2021-12-011-2/+0
| * Removed unused Utf8Helper classMartin Ridgers2021-12-011-9/+0
| * Changed dedupe command to work with paths as utf8 stringsMartin Ridgers2021-12-011-5/+31
| * Signed/unsigned warning fixMartin Ridgers2021-12-011-2/+2
| * Missing includeMartin Ridgers2021-12-011-0/+2
| * Wrapped Windows-specific include in if-def preprocessor blocksMartin Ridgers2021-11-022-3/+3
| * Merged mainMartin Ridgers2021-10-162-18/+4
| |\
| * | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-1/+1
* | | zen: eliminated unused deploy commandStefan Boberg2021-11-172-115/+0
* | | zen: Improved error reporting for `print` commandStefan Boberg2021-10-201-3/+20
| |/ |/|
* | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-152-18/+4
|/
* zen: added print/printpackage subcommands to help in debugging or inspecting ...Stefan Boberg2021-10-012-0/+148