| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang-format fix | Stefan Boberg | 2022-06-10 | 1 | -2/+2 |
| | | |||||
| * | fixed Linux build issue | Stefan Boberg | 2022-06-10 | 1 | -2/+2 |
| | | |||||
| * | fixed issue in CbPackage marshaling of local references | Stefan Boberg | 2022-06-10 | 1 | -1/+3 |
| | | |||||
| * | cbpackage: added initial support for marshaling of attachment by local reference | Stefan Boberg | 2022-06-10 | 1 | -22/+326 |
| | | | | | this mode allows local clients to avoid unnecessary copying of data from zen and instead reference data directly | ||||
| * | Remove unused TotalAttachmentsSize (Mac warning) | Joe Kirchoff | 2022-03-21 | 1 | -4/+0 |
| | | |||||
| * | 'return std::move(local_object)' prevents copy elision | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | | |||||
| * | Added preliminary CbPackageReader, for handling incremental compact binary ↵ | Stefan Boberg | 2021-09-28 | 1 | -10/+128 |
| | | | | | package streaming | ||||
| * | Minor CbPackage serialization tweaks | Stefan Boberg | 2021-09-16 | 1 | -5/+4 |
| | | |||||
| * | Improved package serialization to allow round tripping | Stefan Boberg | 2021-09-16 | 1 | -16/+77 |
| | | |||||
| * | Implemented intended package streaming API flow (but currently it "streams" ↵ | Stefan Boberg | 2021-09-13 | 1 | -8/+14 |
| | | | | | from memory) | ||||
| * | Introduced FormatPackageMessageBuffer() returning a ComositeBuffer | Stefan Boberg | 2021-09-13 | 1 | -0/+16 |
| | | |||||
| * | Changed interface for httpServerRequest::SessionId()/RequestId() so they ↵ | Stefan Boberg | 2021-09-13 | 1 | -0/+116 |
| share storage and lazy eval logic They now call into ParseSessionId()/ParseRequestId() when required Eliminates redundant logic in derived implementations Also moved package transport code into httpshared.(cpp|h) for easier sharing with client code Added some I/O error reporting in http.sys related code Changed IHttpPackageHandler interface to support partially updated handling flow | |||||