aboutsummaryrefslogtreecommitdiff
path: root/zen/zen.cpp
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-421/+0
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-1/+1
* oplog and cache stats (#244)Dan Engelbrecht2023-04-211-1/+8
* mergeStefan Boberg2023-04-041-30/+35
|\
| * zen: sorted commands to reduce potential for merge conflictsStefan Boberg2023-03-301-54/+37
| * minor: FormatResponse -> FormatHttpResponseStefan Boberg2023-03-301-1/+1
* | minor ZenCmdBase cleanupStefan Boberg2023-04-041-22/+2
|/
* Fix alignment for zen command listingStefan Boberg2023-03-271-27/+27
* Enhanced rpc request recording (#229)Dan Engelbrecht2023-02-171-21/+28
* oplog upload/download (#214)Dan Engelbrecht2023-02-091-2/+5
* remove legacy `export-project` and `import-project` (#222)Dan Engelbrecht2023-02-021-4/+0
* Add `project-create` and `oplog-create` to zen command line tool (#221)Dan Engelbrecht2023-02-021-0/+66
* Clean up project store file structure (#218)Dan Engelbrecht2023-02-011-3/+2
* removed HttpLaunchService and related codeStefan Boberg2023-01-241-11/+4
* zen command line tool improvements (#212)Dan Engelbrecht2023-01-131-34/+66
* Zen cmd fixes (#201)Dan Engelbrecht2022-12-071-1/+1
* add "version" command with "detailed" option (#192)Dan Engelbrecht2022-11-211-0/+3
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-7/+14
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-8/+10
* Merge from mainStefan Boberg2022-04-251-0/+2
|\
| * Add pre-commit config (#69)Joe Kirchoff2022-04-051-0/+2
* | Added option to use Catch2 framework for testsStefan Boberg2022-04-051-3/+2
|/
* Fixed up compile errors if mimalloc use is disabledMartin Ridgers2022-01-141-1/+5
* Merged main.Per Larsson2021-12-141-2/+8
|\
| * Only Windows-based terminals need VT100/ANSI support enablingMartin Ridgers2021-12-021-0/+2
| * Missing return statementMartin Ridgers2021-12-021-1/+5
| * Use StrCaseCompare() instead of Windows-only _stricmp()Martin Ridgers2021-10-251-1/+1
* | zen: eliminated unused deploy commandStefan Boberg2021-11-171-3/+0
|/
* zen: added print/printpackage subcommands to help in debugging or inspecting ...Stefan Boberg2021-10-011-12/+17
* clang-formatStefan Boberg2021-09-201-1/+1
* trivial: include cleanupStefan Boberg2021-09-201-2/+1
* It's not possible to compile out testsStefan Boberg2021-09-201-28/+28
* clang-formatStefan Boberg2021-09-171-3/+2
* Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-32/+18
* Added explicit logging initialization to main() of standalone executables, to...Stefan Boberg2021-09-151-0/+2
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* added 'zen drop' command to drop cache buckets onlineStefan Boberg2021-08-171-0/+3
* Basic implementation of zen top/ps (currently identical but won't be) functio...Stefan Boberg2021-08-091-0/+2
* Added some new management commandsStefan Boberg2021-08-071-9/+23
* Added stub code for 'top' command (no implementation yet - awaiting some vcpk...Stefan Boberg2021-06-181-0/+3
* Adding zenservice codeStefan Boberg2021-05-111-0/+300