aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpshared.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...Stefan Boberg2022-12-121-1/+1
* optimizations (#200)Dan Engelbrecht2022-12-071-12/+17
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-29/+62
* Support file reference in package message (#184)Dan Engelbrecht2022-11-071-7/+18
* De/reduce buffer creation in parsepackedmessage (#175)Dan Engelbrecht2022-09-301-12/+37
* Format all rpc package responses using `FormatPackageMessageBuffer` to avoid ...Dan Engelbrecht2022-09-291-0/+11
* clang-format fixStefan Boberg2022-06-101-2/+2
* fixed Linux build issueStefan Boberg2022-06-101-2/+2
* fixed issue in CbPackage marshaling of local referencesStefan Boberg2022-06-101-1/+3
* cbpackage: added initial support for marshaling of attachment by local referenceStefan Boberg2022-06-101-22/+326
* Remove unused TotalAttachmentsSize (Mac warning)Joe Kirchoff2022-03-211-4/+0
* 'return std::move(local_object)' prevents copy elisionMartin Ridgers2021-10-251-1/+1
* Added preliminary CbPackageReader, for handling incremental compact binary pa...Stefan Boberg2021-09-281-10/+128
* Minor CbPackage serialization tweaksStefan Boberg2021-09-161-5/+4
* Improved package serialization to allow round trippingStefan Boberg2021-09-161-16/+77
* Implemented intended package streaming API flow (but currently it "streams" f...Stefan Boberg2021-09-131-8/+14
* Introduced FormatPackageMessageBuffer() returning a ComositeBufferStefan Boberg2021-09-131-0/+16
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-131-0/+116