| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added preliminary CbPackageReader, for handling incremental compact binary ↵ | Stefan Boberg | 2021-09-28 | 1 | -51/+0 |
| | | | | | package streaming | ||||
| * | clang-format fixes | Stefan Boberg | 2021-09-16 | 1 | -2/+2 |
| | | |||||
| * | Improved package serialization to allow round tripping | Stefan Boberg | 2021-09-16 | 1 | -1/+7 |
| | | |||||
| * | Implemented intended package streaming API flow (but currently it "streams" ↵ | Stefan Boberg | 2021-09-13 | 1 | -1/+8 |
| | | | | | from memory) | ||||
| * | Introduced FormatPackageMessageBuffer() returning a ComositeBuffer | Stefan Boberg | 2021-09-13 | 1 | -0/+2 |
| | | |||||
| * | Enforce sizes of package serialization structures | Stefan Boberg | 2021-09-13 | 1 | -0/+4 |
| | | |||||
| * | Changed interface for httpServerRequest::SessionId()/RequestId() so they ↵ | Stefan Boberg | 2021-09-13 | 1 | -0/+32 |
| 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 | |||||