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/claude-windows-guide-helpers
de/compressed-buffer-creation-opts
de/consul-support
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
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/loadoplog-refactor
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.24-hotpatch
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
main
rpc-analyze
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/compute-auth
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
streamapi
tb/docker
wait_for_quiescence
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-03
12
-265
/
+712
|
\
|
*
Zen upstream support (#7)
Per Larsson
2021-09-03
12
-265
/
+712
*
|
Removed unnecessary std::move
Stefan Boberg
2021-09-03
1
-3
/
+2
*
|
fixed signed/unsigned comparison in stream.cpp
Stefan Boberg
2021-09-03
1
-1
/
+1
|
/
*
oops: Fixed AssertException implementation namespace
Stefan Boberg
2021-09-03
1
-2
/
+2
*
Mada IoHash::Zero zero initialization explicit
Stefan Boberg
2021-09-03
1
-1
/
+1
*
Addressed signed/unsigned comparison warnings
Stefan Boberg
2021-09-03
1
-3
/
+3
*
Moved out AssertException constructor/destructor into cpp
Stefan Boberg
2021-09-03
2
-1
/
+12
*
Disallow copying of ChunkingLinearAllocator
Stefan Boberg
2021-09-03
1
-0
/
+3
*
Added missing typename keyword
Stefan Boberg
2021-09-03
1
-2
/
+2
*
moved [[nodiscard]] into correct position
Stefan Boberg
2021-09-03
1
-1
/
+1
*
fix for extern template class declarations, also made integer constant in tes...
Stefan Boberg
2021-09-03
2
-3
/
+3
*
Fix clang path for ZEN_ARRAY_COUNT
Stefan Boberg
2021-09-03
1
-1
/
+1
*
Addressed signed/unsigned comparison warning (clang)
Stefan Boberg
2021-09-03
1
-2
/
+2
*
Fixed infinite recursion issue in CbObject::FindIgnoreCase
Stefan Boberg
2021-09-03
1
-1
/
+1
*
Removed #pragma once from cpp files (copy pasta fail)
Stefan Boberg
2021-09-03
11
-22
/
+0
*
Removed const from return value to make clang happy
Stefan Boberg
2021-09-03
1
-1
/
+1
*
Added LoadCompactBinaryObject variations accepting CompressedBuffer payloads
Stefan Boberg
2021-09-02
2
-11
/
+30
*
Made IoHash::Zero const, made IoHash alignment explicit
Stefan Boberg
2021-09-02
2
-3
/
+3
*
IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code
Stefan Boberg
2021-09-02
11
-39
/
+39
*
Initial implementation of CbPackage HTTP response writing
Stefan Boberg
2021-09-02
1
-39
/
+68
*
Introduced support for compressed buffer attachments
Stefan Boberg
2021-09-02
8
-118
/
+265
*
Added HashMemory() function accepting CompositeBuffer argument
Stefan Boberg
2021-09-02
2
-0
/
+17
*
CompactBinary: Restricted compact binary attachments to objects to simplify p...
Stefan Boberg
2021-09-01
3
-190
/
+144
*
Fixed SharedBuffer::IsOwned() semantics to match UE5
Stefan Boberg
2021-09-01
1
-1
/
+1
*
SharedBuffer: MakeOwned now returns a buffer instead of operating in-place
Stefan Boberg
2021-09-01
3
-41
/
+48
*
CompactBinary: Added explicit operator bool for array and object types
Stefan Boberg
2021-09-01
5
-14
/
+29
*
Fixed a race in bucket open/create logic
Stefan Boberg
2021-08-31
1
-10
/
+24
*
Reordered flags to get better codegen for IsNull()
Stefan Boberg
2021-08-31
1
-2
/
+2
*
Updated deploy scripts to handle crashpad and pdb updates better
Stefan Boberg
2021-08-31
1
-1
/
+4
*
Compilation fix again (downloaded_bytes is integral since a while back)
Stefan Boberg
2021-08-31
1
-1
/
+1
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-08-31
21
-292
/
+968
|
\
|
*
Format fix.
Per Larsson
2021-08-31
3
-4
/
+3
|
*
Asynchronous upstream caching to Jupiter
Per Larsson
2021-08-31
18
-288
/
+965
*
|
Added some argument validation
Stefan Boberg
2021-08-31
1
-3
/
+17
*
|
Make it possible to distinguish an empty buffer from a null buffer
Stefan Boberg
2021-08-31
1
-4
/
+10
|
/
*
Removed unused packages from vcpkg.json
Stefan Boberg
2021-08-31
1
-2
/
+0
*
Eliminated rocksdb reference
Stefan Boberg
2021-08-31
1
-2
/
+0
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-08-28
8
-75
/
+334
|
\
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-08-28
5
-6
/
+56
|
|
\
|
*
|
Basic implementation of function evaluation
Stefan Boberg
2021-08-28
3
-69
/
+303
|
*
|
WriteResponse stub for CbPackage responses (awaiting decision on format with ...
Stefan Boberg
2021-08-28
2
-0
/
+10
|
*
|
Made scope guard [[nodiscard]]
Stefan Boberg
2021-08-28
1
-1
/
+1
|
*
|
Added WriteFile() overload which accepts a single IoBuffer
Stefan Boberg
2021-08-28
2
-5
/
+20
*
|
|
Added basic file logging
Stefan Boberg
2021-08-27
1
-0
/
+9
*
|
|
Removed FileCasImpl (unused)
Stefan Boberg
2021-08-26
1
-80
/
+4
|
|
/
|
/
|
*
|
Added missing lock to side channel InsertChunk() implementation
Stefan Boberg
2021-08-26
3
-6
/
+49
*
|
Added GetLastErrorAsString() to retrieve error string for last Windows API er...
Stefan Boberg
2021-08-26
2
-0
/
+7
|
/
*
trivial: Simple comment edit
Stefan Boberg
2021-08-24
1
-0
/
+9
*
Improved error handling for mesh broadcast
Stefan Boberg
2021-08-24
1
-2
/
+11
[prev]
[next]