aboutsummaryrefslogtreecommitdiff
path: root/zenserver/projectstore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-formatStefan Boberg2021-05-221-1/+1
|
* Renamed CasBlobFile -> BasicFileStefan Boberg2021-05-211-3/+3
|
* Moved CasBlobFile into basicfile.hStefan Boberg2021-05-211-0/+1
|
* Added support for package additional files. Added io hash chunk id to… (#2)Per Larsson2021-05-211-90/+42
| | | | Added support for attaching additional files to oplog entries in project store
* Added oplog prep step to avoid redundant chunk transfersStefan Boberg2021-05-171-0/+74
|
* Implemented move-in-place for large CAS payloadsStefan Boberg2021-05-131-3/+3
|
* Made SharedBuffer/UniqueBuffer share guts with IoBufferStefan Boberg2021-05-131-2/+1
| | | | This enables way more efficient marshaling of compact binary objects and attachments
* Added minor TODOStefan Boberg2021-05-121-0/+1
|
* Implemented basic support for marshaling attachments out-of-band with the ↵Stefan Boberg2021-05-111-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 codeStefan Boberg2021-05-111-0/+1547