| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added logic to guard against accidental file move in file CAS fast path | Stefan Boberg | 2021-05-13 | 3 | -5/+25 |
| | | | | | Now verifies the chunk is referencing an entire file before moving it into place | ||||
| * | Implemented move-in-place for large CAS payloads | Stefan Boberg | 2021-05-13 | 6 | -5/+155 |
| | | |||||
| * | Added string_view variant of WindowsException constructor | Stefan Boberg | 2021-05-13 | 1 | -0/+6 |
| | | |||||
| * | SharedBuffer::MakeView now validates range against outer | Stefan Boberg | 2021-05-13 | 1 | -4/+9 |
| | | |||||
| * | CbWriter::Save now returns an immutable payload buffer | Stefan Boberg | 2021-05-13 | 2 | -5/+14 |
| | | |||||
| * | Made SharedBuffer/UniqueBuffer share guts with IoBuffer | Stefan Boberg | 2021-05-13 | 8 | -125/+101 |
| | | | | | This enables way more efficient marshaling of compact binary objects and attachments | ||||
| * | clang-format | Stefan Boberg | 2021-05-13 | 1 | -2/+6 |
| | | |||||
| * | Removed vestigial prototype remains | Stefan Boberg | 2021-05-13 | 2 | -14/+0 |
| | | |||||
| * | Added minor TODO | Stefan Boberg | 2021-05-12 | 1 | -0/+1 |
| | | |||||
| * | Added chunking to HttpSysServerRequest::ReadPayload to deal with large ↵ | Stefan Boberg | 2021-05-12 | 1 | -1/+5 |
| | | | | | payloads better | ||||
| * | Implemented basic support for marshaling attachments out-of-band with the ↵ | Stefan Boberg | 2021-05-11 | 4 | -6/+29 |
| | | | | | | | | | 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. | ||||
| * | Added paths as context to I/O error exception messages | Stefan Boberg | 2021-05-11 | 4 | -33/+50 |
| | | |||||
| * | Added PathFromHandle helper function | Stefan Boberg | 2021-05-11 | 2 | -0/+22 |
| | | | | | Primarily to be used to add context to error messages in places where we only have a handle available | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 300 | -0/+81388 |