aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds
Commit message (Expand)AuthorAgeFilesLines
...
* filesystem: Added FileContents::Flatten() and ensured it's possible to #inclu...Stefan Boberg2021-10-011-0/+1
* timer: cleaned up Stopwatch, removed GetCpuTimerValueStefan Boberg2021-09-293-4/+4
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-3/+2
* Merged main into linux-macMartin Ridgers2021-09-2119-11/+178
|\
| * Don't sweep instance table in read-only modeStefan Boberg2021-09-171-1/+4
| * clang-formatStefan Boberg2021-09-1718-23/+24
| * Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-1718-5/+70
| * Moved zenserverprocess into zenutil/zenserverprocess.hStefan Boberg2021-09-176-4/+38
| * Exposed session id in ZenServerStateStefan Boberg2021-09-161-1/+19
| * Added stubs for scrub CLI commandStefan Boberg2021-09-162-0/+42
| * Improved top/ps behaviourStefan Boberg2021-09-161-3/+7
* | Use std::fd::path's character type for FileSysTraveral::Visitor APIMartin Ridgers2021-09-161-1/+1
|/
* Changed `std::exception` into `std::runtime_error` since `std::exception` doe...Stefan Boberg2021-09-152-8/+8
* Changed logging implementationStefan Boberg2021-09-158-55/+55
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-159-11/+9
* Changed explicit http status checking into IsHttpSuccessCode() callStefan Boberg2021-09-131-1/+2
* Removed #pragma once from cpp files (copy pasta fail)Stefan Boberg2021-09-039-18/+0
* added 'zen drop' command to drop cache buckets onlineStefan Boberg2021-08-172-0/+87
* Basic implementation of 'down' commandStefan Boberg2021-08-091-0/+43
* Basic implementation of zen top/ps (currently identical but won't be) functio...Stefan Boberg2021-08-092-0/+49
* Added some new management commandsStefan Boberg2021-08-075-2/+132
* Added stub code for 'top' command (no implementation yet - awaiting some vcpk...Stefan Boberg2021-06-182-0/+40
* Adding zenservice codeStefan Boberg2021-05-1110-0/+915