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/linux-build-improvements
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
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
*
|
|
|
Missing #include
Martin Ridgers
2021-09-14
1
-0
/
+1
*
|
|
|
Added #ifdef around Windows-only #pragma-comment-lib statements
Martin Ridgers
2021-09-14
2
-2
/
+6
*
|
|
|
std::exception::what() overrides were missing noexcept qualifier
Martin Ridgers
2021-09-14
3
-3
/
+3
*
|
|
|
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
2
-0
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Fixed a number of unreferenced variable warnings
Stefan Boberg
2021-09-09
1
-2
/
+0
|
|
/
|
/
|
*
|
printf -> zencore logging
Stefan Boberg
2021-09-08
1
-1
/
+2
*
|
Moved a bunch of logging code into zencore
Stefan Boberg
2021-09-08
4
-0
/
+73
|
/
*
Clarified some async/sync behaviour in HTTP implementation
Stefan Boberg
2021-09-07
1
-0
/
+3
*
Restructured xmake files
Stefan Boberg
2021-09-06
1
-1
/
+11
*
clang-format fixes
Stefan Boberg
2021-09-06
2
-2
/
+2
*
Added missing CompressedBuffer::Null instantiation
Stefan Boberg
2021-09-06
1
-0
/
+2
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-06
3
-3
/
+9
|
\
|
*
Made IoHash zero initialize member, corrected Empty Attachment hash check
Stefan Boberg
2021-09-04
2
-3
/
+3
|
*
xmake build files (experimental)
Stefan Boberg
2021-09-04
1
-0
/
+6
*
|
HTTP package handling updated (not final)
Stefan Boberg
2021-09-06
2
-31
/
+83
|
/
*
Suppressed another clang warning involving unreferenced local variable
Stefan Boberg
2021-09-03
1
-3
/
+4
*
Cleaned up project configuration
Stefan Boberg
2021-09-03
1
-0
/
+2
*
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 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
5
-20
/
+20
*
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
6
-115
/
+262
*
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
[prev]
[next]