| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused KV cache related code | Stefan Boberg | 2021-09-26 | 1 | -252/+0 |
| | | |||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -8/+8 |
| | | | | | | | * Code should no longer directly `#include spdlog/spdlog.h`, instead use `#include <zencore/logging.h>` * Instead of explicit calls to `spdlog::info(...)` and such please use the logging macros defined in `zencore/logging.h`. I.e `ZEN_INFO`, `ZEN_DEBUG`, `ZEN_TRACE`, `ZEN_ERROR`, `ZEN_CRITITCAL` * The macros will pick up the "most local" logger via a `Log()` call to retrieve a logger instance. To override the default logger in a class please implement your own `Log()` function | ||||
| * | 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 | ||||
| * | Fixed up legacy cache store for CRC32 function rename | Stefan Boberg | 2021-05-24 | 1 | -2/+2 |
| | | |||||
| * | Moved CRC32 compute into separate cpp/h to enable usage outside of the retro ↵ | Stefan Boberg | 2021-05-24 | 1 | -291/+3 |
| | | | | | cache | ||||
| * | Split out structured cache store code into dedicated cpp/h pair | Stefan Boberg | 2021-05-22 | 1 | -558/+10 |
| | | |||||
| * | Structured cache changes | Stefan Boberg | 2021-05-22 | 1 | -200/+32 |
| | | | | | | - Changed cachestore to use BasicFile and TCasLog instead of local variants - Added structured cache persistence tests | ||||
| * | Fixed up PutLargeObject() error handling | Stefan Boberg | 2021-05-21 | 1 | -14/+26 |
| | | |||||
| * | Partial refactoring of structured cache implementation - WIP | Stefan Boberg | 2021-05-21 | 1 | -14/+14 |
| | | |||||
| * | WIP structured cache endpoints - tactical check-in not fully functional yet | Stefan Boberg | 2021-05-20 | 1 | -0/+5 |
| | | |||||
| * | Added paths as context to I/O error exception messages | Stefan Boberg | 2021-05-11 | 1 | -2/+6 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+1235 |