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/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/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/revise-oplog-block-arrangement
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
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/builds-subcmds
sb/cleanup-main
sb/cloud
sb/compute-scheduler
sb/core-http-functions
sb/docker-compute
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/rpc-analysis
sb/s3client
sb/sessionize
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/win-x-linux
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
path:
root
/
zencore
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added #if/endif around a check if 'min' is defined
Martin Ridgers
2021-09-14
1
-2
/
+4
*
|
ZEN_INLINE implementation for all supported toolchains
Martin Ridgers
2021-09-14
1
-1
/
+6
*
|
Correct instrinsic include for POSIX platforms
Martin Ridgers
2021-09-14
1
-1
/
+6
*
|
Replaced use of str*_s variants as non-MSVC toolchains do not implement optio...
Martin Ridgers
2021-09-14
1
-4
/
+6
*
|
Forward declare SharedBuffer
Martin Ridgers
2021-09-14
1
-0
/
+2
*
|
Two missing includes
Martin Ridgers
2021-09-14
1
-0
/
+2
*
|
Implementations of_BitScan*() intrinsics for non-MSVC toolchains
Martin Ridgers
2021-09-14
1
-2
/
+40
*
|
nullptr_t -> std::nullptr_t
Martin Ridgers
2021-09-14
1
-1
/
+1
*
|
Added a missing friend
Martin Ridgers
2021-09-14
1
-0
/
+2
*
|
Missing include
Martin Ridgers
2021-09-14
1
-0
/
+1
*
|
Use endian swapping __builtin_bswap*() with GCC-compatible compilers
Martin Ridgers
2021-09-14
1
-0
/
+12
*
|
std::atomic variants of MSVC's _Interlockm* calls
Martin Ridgers
2021-09-14
1
-0
/
+29
*
|
std::exception::what() overrides were missing noexcept qualifier
Martin Ridgers
2021-09-14
2
-2
/
+2
*
|
Added ZEN_ARCH_* defines for x64 and ARM64
Martin Ridgers
2021-09-14
1
-2
/
+13
*
|
Added a compiler version check to make sure Zen's usage of C++20 is covered
Martin Ridgers
2021-09-14
1
-2
/
+7
*
|
ZEN_COMPILER_* defines for Clang and GCC
Martin Ridgers
2021-09-14
1
-2
/
+16
*
|
Set ZEN_PLATFORM_* defines for Linux and Mac
Martin Ridgers
2021-09-14
1
-3
/
+14
*
|
Parse Accept mime type.
Per Larsson
2021-09-09
1
-0
/
+2
*
|
Moved a bunch of logging code into zencore
Stefan Boberg
2021-09-08
1
-0
/
+14
|
/
*
Clarified some async/sync behaviour in HTTP implementation
Stefan Boberg
2021-09-07
1
-0
/
+3
*
clang-format fixes
Stefan Boberg
2021-09-06
1
-1
/
+1
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-06
1
-1
/
+1
|
\
|
*
Made IoHash zero initialize member, corrected Empty Attachment hash check
Stefan Boberg
2021-09-04
1
-1
/
+1
*
|
HTTP package handling updated (not final)
Stefan Boberg
2021-09-06
1
-4
/
+7
|
/
*
Moved out AssertException constructor/destructor into cpp
Stefan Boberg
2021-09-03
1
-1
/
+2
*
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
1
-2
/
+2
*
Fix clang path for ZEN_ARRAY_COUNT
Stefan Boberg
2021-09-03
1
-1
/
+1
*
Fixed infinite recursion issue in CbObject::FindIgnoreCase
Stefan Boberg
2021-09-03
1
-1
/
+1
*
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
1
-11
/
+5
*
Made IoHash::Zero const, made IoHash alignment explicit
Stefan Boberg
2021-09-02
1
-2
/
+2
*
IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code
Stefan Boberg
2021-09-02
1
-3
/
+3
*
Introduced support for compressed buffer attachments
Stefan Boberg
2021-09-02
3
-25
/
+46
*
Added HashMemory() function accepting CompositeBuffer argument
Stefan Boberg
2021-09-02
1
-0
/
+3
*
CompactBinary: Restricted compact binary attachments to objects to simplify p...
Stefan Boberg
2021-09-01
2
-8
/
+10
*
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
1
-21
/
+26
*
CompactBinary: Added explicit operator bool for array and object types
Stefan Boberg
2021-09-01
2
-1
/
+7
*
Reordered flags to get better codegen for IsNull()
Stefan Boberg
2021-08-31
1
-2
/
+2
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-08-31
1
-0
/
+15
|
\
|
*
Asynchronous upstream caching to Jupiter
Per Larsson
2021-08-31
1
-0
/
+15
*
|
Make it possible to distinguish an empty buffer from a null buffer
Stefan Boberg
2021-08-31
1
-4
/
+10
|
/
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-08-28
1
-0
/
+1
|
\
|
*
Added GetLastErrorAsString() to retrieve error string for last Windows API er...
Stefan Boberg
2021-08-26
1
-0
/
+1
*
|
WriteResponse stub for CbPackage responses (awaiting decision on format with ...
Stefan Boberg
2021-08-28
1
-0
/
+1
*
|
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
1
-1
/
+2
|
/
[prev]
[next]