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