| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -5/+3 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -3/+3 |
| |\ | |||||
| | * | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | Signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-13 | 1 | -1/+1 |
| | | | |||||
| | * | Replaced use of DWORD with uint32_t | Martin Ridgers | 2021-10-13 | 1 | -1/+1 |
| | | | |||||
| | * | Corrected incorrect casing of include statements | Martin Ridgers | 2021-10-12 | 1 | -2/+2 |
| | | | |||||
| * | | caslog: Added GetLogSize, fixed issue with append offset computation | Stefan Boberg | 2021-11-01 | 1 | -1/+7 |
| | | | |||||
| * | | cas: minor improvement to CasLogFile::Open error handling | Stefan Boberg | 2021-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | clang-format | Stefan Boberg | 2021-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | filecas: Added commit log, chunk gc | Stefan Boberg | 2021-10-21 | 1 | -3/+11 |
| |/ | |||||
| * | Reimplemented CasLogFile in terms of BasicFile | Stefan Boberg | 2021-09-26 | 1 | -28/+23 |
| | | | | | This removes another ATL dependency in favour of something more platform independent | ||||
| * | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 1 | -3/+3 |
| | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | ||||
| * | Changed `std::exception` into `std::runtime_error` since `std::exception` ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | does not have a constructor which accepts a string argument in the standard (this appears to be an MSVC implementation thing) | ||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | | | * 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 | ||||
| * | Implemented support for dropping z$ buckets while online | Stefan Boberg | 2021-08-17 | 1 | -1/+2 |
| | | |||||
| * | Cleaned up exception handling | Stefan Boberg | 2021-05-21 | 1 | -4/+5 |
| | | | | | We now use std::system_error where possible to report Win32 system errors. We still have WindowsException for general HRESULT based errors but we should phase it out where possible | ||||
| * | Moved CasBlobFile into basicfile.h | Stefan Boberg | 2021-05-21 | 1 | -74/+0 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-05-13 | 1 | -2/+6 |
| | | |||||
| * | Added paths as context to I/O error exception messages | Stefan Boberg | 2021-05-11 | 1 | -5/+10 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+220 |