aboutsummaryrefslogtreecommitdiff
path: root/zencore/compactbinarypackage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added missing std:: namespace to nullptr_t useMartin Ridgers2022-01-131-5/+5
* Compressed oplog attachmentsPer Larsson2021-10-211-6/+40
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-28/+19
* It's not possible to compile out testsStefan Boberg2021-09-201-2/+5
* Added backwards compatible package serialization code for UE5 interop during ...Stefan Boberg2021-09-141-3/+131
* Changed CbPackage::TryLoad() signature so it can handle temporariesStefan Boberg2021-09-131-1/+1
* Change Compact Binary Package API to represent binary attachments as compress...Stefan Boberg2021-09-071-161/+257
* Made IoHash zero initialize member, corrected Empty Attachment hash checkStefan Boberg2021-09-041-2/+2
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-9/+9
* Introduced support for compressed buffer attachmentsStefan Boberg2021-09-021-78/+173
* CompactBinary: Restricted compact binary attachments to objects to simplify p...Stefan Boberg2021-09-011-182/+134
* SharedBuffer: MakeOwned now returns a buffer instead of operating in-placeStefan Boberg2021-09-011-8/+4
* CompactBinary: Added explicit operator bool for array and object typesStefan Boberg2021-09-011-3/+3
* Remove trace.cpp/h and all traces of usageStefan Boberg2021-08-241-1/+0
* CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...Stefan Boberg2021-08-201-34/+68
* Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518)Stefan Boberg2021-08-201-18/+18
* Removed a const which upsets VS 16.9.5 for whatever reasonStefan Boberg2021-05-131-2/+2
* Implemented move-in-place for large CAS payloadsStefan Boberg2021-05-131-1/+4
* Made SharedBuffer/UniqueBuffer share guts with IoBufferStefan Boberg2021-05-131-2/+2
* Implemented basic support for marshaling attachments out-of-band with the pac...Stefan Boberg2021-05-111-3/+11
* Adding zenservice codeStefan Boberg2021-05-111-0/+945