| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed issue with ProjectStore::OplogStorage::Exists() | Stefan Boberg | 2021-06-09 | 1 | -7/+7 | |
| | | | | | It would always return false, which was caused by earlier removal of the .zdb files | |||||
| * | Added initial implementation of chunk batch API | Carl-Magnus Nordin | 2021-06-02 | 1 | -9/+56 | |
| | | ||||||
| * | Added support for salt in oplog append operations, which can be used to ↵ | Stefan Boberg | 2021-06-02 | 1 | -3/+28 | |
| | | | | | avoid payload file conflicts when multiple operations end up producing the same large output chunks | |||||
| * | clang-format fixes | Stefan Boberg | 2021-05-27 | 1 | -8/+8 | |
| | | ||||||
| * | Added locks to protect against races in parallel oplog updates | Stefan Boberg | 2021-05-27 | 1 | -0/+21 | |
| | | ||||||
| * | Compile out all rocksdb code for a smaller binary | Stefan Boberg | 2021-05-25 | 1 | -6/+16 | |
| | | ||||||
| * | Eliminated exploratory LMDB/RocksDB code from default path | Stefan Boberg | 2021-05-24 | 1 | -16/+3 | |
| | | ||||||
| * | clang-format | Stefan Boberg | 2021-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Renamed CasBlobFile -> BasicFile | Stefan Boberg | 2021-05-21 | 1 | -3/+3 | |
| | | ||||||
| * | Moved CasBlobFile into basicfile.h | Stefan Boberg | 2021-05-21 | 1 | -0/+1 | |
| | | ||||||
| * | Added support for package additional files. Added io hash chunk id to… (#2) | Per Larsson | 2021-05-21 | 1 | -90/+42 | |
| | | | | | Added support for attaching additional files to oplog entries in project store | |||||
| * | Added oplog prep step to avoid redundant chunk transfers | Stefan Boberg | 2021-05-17 | 1 | -0/+74 | |
| | | ||||||
| * | Implemented move-in-place for large CAS payloads | Stefan Boberg | 2021-05-13 | 1 | -3/+3 | |
| | | ||||||
| * | Made SharedBuffer/UniqueBuffer share guts with IoBuffer | Stefan Boberg | 2021-05-13 | 1 | -2/+1 | |
| | | | | | This enables way more efficient marshaling of compact binary objects and attachments | |||||
| * | Added minor TODO | Stefan Boberg | 2021-05-12 | 1 | -0/+1 | |
| | | ||||||
| * | Implemented basic support for marshaling attachments out-of-band with the ↵ | Stefan Boberg | 2021-05-11 | 1 | -1/+14 | |
| | | | | | | | | | package payload Currently supported in project store but will also be used for the structured cache Currently, cleanup is missing. Ultimately the intent is that the file used for marshaling will simply be moved into place. | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+1547 | |