aboutsummaryrefslogtreecommitdiff
path: root/zen/zen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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