| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |