| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add "version" command with "detailed" option (#192) | Dan Engelbrecht | 2022-11-21 | 1 | -0/+3 |
| | | | | specify host url to query running service version, otherwise you get zen command version | ||||
| * | Add `import-project` and `export-project` (#183) | Dan Engelbrecht | 2022-11-18 | 1 | -7/+14 |
| | | | | * Add `import-project` and `export-project` command line parsing | ||||
| * | Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5 | Dan Engelbrecht | 2022-06-17 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | - Bumped ZEN_SCHEMA_VERSION - CasStore no longer a public API, it is hidden behind CidStore - Moved cas.h from public header folder - CidStore no longer maps from Cid -> Cas, we store entries in Cas under RawHash - CasStore now decompresses data to validate content (matching against RawHash) - CasChunkSet renames to HashKeySet and put in separate header/cpp file - Disabled "Chunk" command for now as it relied on CAS being exposed as a service - Changed CAS http service to Cid http server - Moved "Run" command completely inside ZEN_WITH_EXEC_SERVICES define - Removed "cas.basic" test - Uncommented ".exec.basic" test and added return-skip at start of test - Moved ScrubContext to separate header file - Renamed CasGC to GcManager - Cleaned up configuration passing in cas store classes - Removed CAS stuff from GcContext and clarified naming in class - Remove migration code | ||||
| * | Merge from main | Stefan Boberg | 2022-04-25 | 1 | -0/+2 |
| |\ | |||||
| | * | Add pre-commit config (#69) | Joe Kirchoff | 2022-04-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * Add .pre-commit-config.yaml * format all using pre-commit clang-format hook * Add pre-commit to inject unreal header comment * Remove prepare_commit.bat & update CODING.md * Remove check-added-large-files, add headers before clang-format | ||||
| * | | Added option to use Catch2 framework for tests | Stefan Boberg | 2022-04-05 | 1 | -3/+2 |
| |/ | |||||
| * | Fixed up compile errors if mimalloc use is disabled | Martin Ridgers | 2022-01-14 | 1 | -1/+5 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -2/+8 |
| |\ | |||||
| | * | Only Windows-based terminals need VT100/ANSI support enabling | Martin Ridgers | 2021-12-02 | 1 | -0/+2 |
| | | | |||||
| | * | Missing return statement | Martin Ridgers | 2021-12-02 | 1 | -1/+5 |
| | | | |||||
| | * | Use StrCaseCompare() instead of Windows-only _stricmp() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | zen: eliminated unused deploy command | Stefan Boberg | 2021-11-17 | 1 | -3/+0 |
| |/ | |||||
| * | zen: added print/printpackage subcommands to help in debugging or inspecting ↵ | Stefan Boberg | 2021-10-01 | 1 | -12/+17 |
| | | | | | CbObject data generally | ||||
| * | clang-format | Stefan Boberg | 2021-09-20 | 1 | -1/+1 |
| | | |||||
| * | trivial: include cleanup | Stefan Boberg | 2021-09-20 | 1 | -2/+1 |
| | | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -28/+28 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | clang-format | Stefan Boberg | 2021-09-17 | 1 | -3/+2 |
| | | |||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -32/+18 |
| | | |||||
| * | Added explicit logging initialization to main() of standalone executables, ↵ | Stefan Boberg | 2021-09-15 | 1 | -0/+2 |
| | | | | | to make things work with the new default logger shadowing changes | ||||
| * | Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | easier to tweak implementation | ||||
| * | added 'zen drop' command to drop cache buckets online | Stefan Boberg | 2021-08-17 | 1 | -0/+3 |
| | | | | | also cleaned up the server side implementation a bit | ||||
| * | Basic implementation of zen top/ps (currently identical but won't be) ↵ | Stefan Boberg | 2021-08-09 | 1 | -0/+2 |
| | | | | | functionality | ||||
| * | Added some new management commands | Stefan Boberg | 2021-08-07 | 1 | -9/+23 |
| | | |||||
| * | Added stub code for 'top' command (no implementation yet - awaiting some ↵ | Stefan Boberg | 2021-06-18 | 1 | -0/+3 |
| | | | | | vcpkg dependencies) | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+300 |