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/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/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/trim-malloc-at-threadpool-idle
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/complete
sb/compute-overmind
sb/eastl
sb/fix-batch-ptr
sb/fix-vla-warn
sb/fixups
sb/horde-compressedbuffer
sb/http-fixes
sb/intree-sentry-native
sb/manual-test-workflows
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-help
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
*
Timer API implementation for Linux
Martin Ridgers
2021-09-14
1
-1
/
+25
*
Missing include
Martin Ridgers
2021-09-14
1
-0
/
+2
*
Added test case for some of intmath.h's functions
Martin Ridgers
2021-09-14
5
-0
/
+63
*
Define _CRT_SECURE_NO_WARNINGS
Martin Ridgers
2021-09-14
2
-1
/
+5
*
Added #if/endif around a check if 'min' is defined
Martin Ridgers
2021-09-14
1
-2
/
+4
*
IsPointerToStack() implementation for Linux
Martin Ridgers
2021-09-14
1
-0
/
+20
*
Replaced use of "%ll?" format specifiers with PRI?64
Martin Ridgers
2021-09-14
2
-7
/
+7
*
Use sprintf() where _itoa_s() is not available
Martin Ridgers
2021-09-14
1
-0
/
+32
*
Use runtime_exception() instead of exception() as the latter doesn't have a c...
Martin Ridgers
2021-09-14
2
-2
/
+2
*
Use std::aligned_alloc() instead of Intel's _mm_malloc
Martin Ridgers
2021-09-14
1
-6
/
+31
*
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
*
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
*
Oodle library for Linux
Martin Ridgers
2021-09-14
2
-0
/
+0
*
BLAKE3 library for Linux
Martin Ridgers
2021-09-14
1
-0
/
+0
*
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
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-09-09
2
-7
/
+37
|
\
|
*
Update README.md
Stefan Boberg
2021-09-09
1
-4
/
+4
|
*
Update README.md
Stefan Boberg
2021-09-09
1
-0
/
+10
|
*
Updated README.md
Stefan Boberg
2021-09-09
1
-6
/
+23
|
*
Update README.md
Stefan Boberg
2021-09-09
1
-1
/
+1
|
*
Eliminate compiler default library warning for msvcrt
Stefan Boberg
2021-09-09
1
-0
/
+3
*
|
Parse Accept mime type.
Per Larsson
2021-09-09
2
-0
/
+5
|
/
*
Fixed a number of unreferenced variable warnings
Stefan Boberg
2021-09-09
5
-7
/
+5
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-09
8
-54
/
+104
|
\
|
*
printf -> zencore logging
Stefan Boberg
2021-09-08
1
-1
/
+2
|
*
Mesh should not default to on
Stefan Boberg
2021-09-08
1
-1
/
+1
|
*
Moved a bunch of logging code into zencore
Stefan Boberg
2021-09-08
7
-56
/
+78
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-08
6
-56
/
+177
|
|
\
|
*
|
Changed logging defaults to be more suitable for production
Stefan Boberg
2021-09-08
1
-3
/
+30
*
|
|
Delete .zenroot (no longer useful)
Stefan Boberg
2021-09-08
1
-0
/
+0
|
|
/
|
/
|
*
|
Minor fixup and formatting.
Per Larsson
2021-09-07
4
-11
/
+11
*
|
Updated upstream stats calculation.
Per Larsson
2021-09-07
2
-57
/
+34
*
|
Return stats from Zen/Jupiter HTTP client.
Per Larsson
2021-09-07
6
-50
/
+194
|
/
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-07
3
-85
/
+78
|
\
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-09-07
13
-37
/
+99
|
|
\
[next]