| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Cleaned up exception handling | Stefan Boberg | 2021-05-21 | 1 | -14/+4 | |
| | | | | | 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 | |||||
| * | std::min -> zen::Min | Stefan Boberg | 2021-05-21 | 1 | -1/+2 | |
| | | ||||||
| * | Added Oid::operator bool for "null" checking | Stefan Boberg | 2021-05-21 | 1 | -1/+2 | |
| | | ||||||
| * | Added HttpServerRequest::RequestContentType() | Stefan Boberg | 2021-05-19 | 1 | -6/+9 | |
| | | ||||||
| * | Added HashStringDjb2() | Stefan Boberg | 2021-05-19 | 1 | -0/+15 | |
| | | ||||||
| * | HTTP: added some basic comments to httpserver.h | Stefan Boberg | 2021-05-13 | 1 | -1/+20 | |
| | | ||||||
| * | Moved [[nodiscard]] into the right position to make it actually stick | Stefan Boberg | 2021-05-13 | 1 | -2/+2 | |
| | | ||||||
| * | Added logic to guard against accidental file move in file CAS fast path | Stefan Boberg | 2021-05-13 | 1 | -2/+16 | |
| | | | | | 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 | 2 | -1/+5 | |
| | | ||||||
| * | Added string_view variant of WindowsException constructor | Stefan Boberg | 2021-05-13 | 1 | -0/+6 | |
| | | ||||||
| * | CbWriter::Save now returns an immutable payload buffer | Stefan Boberg | 2021-05-13 | 1 | -3/+10 | |
| | | ||||||
| * | Made SharedBuffer/UniqueBuffer share guts with IoBuffer | Stefan Boberg | 2021-05-13 | 2 | -88/+58 | |
| | | | | | 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 | -2/+3 | |
| | | | | | | | | | 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 PathFromHandle helper function | Stefan Boberg | 2021-05-11 | 1 | -0/+4 | |
| | | | | | 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 | 37 | -0/+6504 | |