index
:
zen
273-integrated-memory-tracking
actions_updates
asio
ddcref
de/add-builds-download-force-option
de/add-verbose-logging-on-missing-blocks
de/auto-batch-upstream
de/better-composite-iterator
de/bloom-filter-experiment
de/builds-cmd-refactor
de/chunk-info-logging
de/compressed-buffer-creation-opts
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/enable-partial-requests-to-jupiter-by-default
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/get-cache-chunks-api-with-separate-policy
de/httpclient-send-refactor
de/improve-status-command
de/improved-projectstore-batch-requests
de/improved-write-cache
de/increase-logging-to-find-mac-upload-error
de/json-to-cbobject-test
de/macos-copyright
de/macos-x86-build
de/memory-stomp-detector
de/new-append-op-rpc
de/no-mmap-for-attachment-meta-files
de/oplog-attachment-warnings
de/oplog-import-improvements
de/oplog-partial-block-download
de/optionally-keep-value-in-memory-when-uploadint-to-remote
de/reduce-project-store-memory
de/reduce-upstream-api
de/release-5.7.8-minimal
de/safer-oplog-import
de/statds-for-gc
de/test-macos-signing-with-id
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.8-with-sb-refactor
de/vcpkg-latest
de/zen-as-oplog-store
de/zenserver-full-build-storage
deriveddata
di/add_cmake_dev
di/plugin-name-wip
di/poc_zen_command_plugins
feature/oplog-dependency-graph
lm/batch-request-content-type
lm/builds-metadata-integer-changelist
lm/oidctoken-exe-path
lm/restrict-content-type
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/curly-httpclient
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/oidc-token
sb/orch
sb/rpc-analysis
sb/spdlog-out
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
sb/zenserver-test-verbose
streamapi
tb/docker
wait_for_quiescence
zen-options
zs/get-all-chunk-infos
zs/xrepo
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zencore
/
compactbinarypackage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing std:: namespace to nullptr_t use
Martin Ridgers
2022-01-13
1
-5
/
+5
*
Compressed oplog attachments
Per Larsson
2021-10-21
1
-6
/
+40
*
Removed MemoryOutStream, MemoryInStream
Stefan Boberg
2021-09-28
1
-28
/
+19
*
It's not possible to compile out tests
Stefan Boberg
2021-09-20
1
-2
/
+5
*
Added backwards compatible package serialization code for UE5 interop during ...
Stefan Boberg
2021-09-14
1
-3
/
+131
*
Changed CbPackage::TryLoad() signature so it can handle temporaries
Stefan Boberg
2021-09-13
1
-1
/
+1
*
Change Compact Binary Package API to represent binary attachments as compress...
Stefan Boberg
2021-09-07
1
-161
/
+257
*
Made IoHash zero initialize member, corrected Empty Attachment hash check
Stefan Boberg
2021-09-04
1
-2
/
+2
*
IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code
Stefan Boberg
2021-09-02
1
-9
/
+9
*
Introduced support for compressed buffer attachments
Stefan Boberg
2021-09-02
1
-78
/
+173
*
CompactBinary: Restricted compact binary attachments to objects to simplify p...
Stefan Boberg
2021-09-01
1
-182
/
+134
*
SharedBuffer: MakeOwned now returns a buffer instead of operating in-place
Stefan Boberg
2021-09-01
1
-8
/
+4
*
CompactBinary: Added explicit operator bool for array and object types
Stefan Boberg
2021-09-01
1
-3
/
+3
*
Remove trace.cpp/h and all traces of usage
Stefan Boberg
2021-08-24
1
-1
/
+0
*
CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...
Stefan Boberg
2021-08-20
1
-34
/
+68
*
Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518)
Stefan Boberg
2021-08-20
1
-18
/
+18
*
Removed a const which upsets VS 16.9.5 for whatever reason
Stefan Boberg
2021-05-13
1
-2
/
+2
*
Implemented move-in-place for large CAS payloads
Stefan Boberg
2021-05-13
1
-1
/
+4
*
Made SharedBuffer/UniqueBuffer share guts with IoBuffer
Stefan Boberg
2021-05-13
1
-2
/
+2
*
Implemented basic support for marshaling attachments out-of-band with the pac...
Stefan Boberg
2021-05-11
1
-3
/
+11
*
Adding zenservice code
Stefan Boberg
2021-05-11
1
-0
/
+945