| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed a const which upsets VS 16.9.5 for whatever reason | Stefan Boberg | 2021-05-13 | 1 | -2/+2 |
| | | |||||
| * | Implemented move-in-place for large CAS payloads | Stefan Boberg | 2021-05-13 | 1 | -1/+4 |
| | | |||||
| * | Made SharedBuffer/UniqueBuffer share guts with IoBuffer | Stefan Boberg | 2021-05-13 | 1 | -2/+2 |
| | | | | | This enables way more efficient marshaling of compact binary objects and attachments | ||||
| * | Implemented basic support for marshaling attachments out-of-band with the ↵ | Stefan Boberg | 2021-05-11 | 1 | -3/+11 |
| | | | | | | | | | 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/+945 |