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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' of https://github.com/EpicGames/zen
nightly
Per Larsson
2022-01-05
5
-11
/
+38
|
\
|
*
Added a build of BLAKE3 for Mac
Martin Ridgers
2022-01-05
2
-0
/
+2
|
*
Oodle for Mac
Martin Ridgers
2022-01-05
2
-0
/
+3
|
*
CloneFile()'s unimplemented on Mac but shouldn't be a compile error
Martin Ridgers
2022-01-05
1
-1
/
+2
|
*
An implementation of PathFromHandle() for Mac
Martin Ridgers
2022-01-05
1
-5
/
+11
|
*
GetRunningExecutablePath() implementation for Mac
Martin Ridgers
2022-01-05
1
-2
/
+9
|
*
Removed unused include statement
Martin Ridgers
2022-01-05
1
-1
/
+0
|
*
Added block of POSIX includes for Mac
Martin Ridgers
2022-01-05
1
-1
/
+10
|
*
Add compiler flags for GCC-compatible toolchains on Mac too
Martin Ridgers
2022-01-05
1
-1
/
+1
*
|
Support GC configuration from LUA.
Per Larsson
2022-01-05
1
-0
/
+19
|
/
*
Fix issues with deployment python script due to removal of sln files.
Zousar Shaker
2022-01-04
1
-2
/
+2
*
Allow for "Values" member of structured cache records that is equivalent to "...
Zousar Shaker
2022-01-04
1
-0
/
+11
*
Removed upstream Zen default value(s) and trim empty url values.
Per Larsson
2022-01-04
2
-5
/
+10
*
Changed timestamp to atomic int64.
Per Larsson
2022-01-03
2
-29
/
+55
*
Run tests via xmake instead of executing target.
Per Larsson
2022-01-03
1
-24
/
+18
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-12-16
15
-31
/
+88
|
\
|
*
Use a CAS loop if atomic<Floating>::fetch_add() isn't available
Martin Ridgers
2021-12-16
1
-1
/
+13
|
*
Only Linux has an endian.h
Martin Ridgers
2021-12-16
1
-1
/
+1
|
*
GetThreadId() for Mac
Martin Ridgers
2021-12-16
1
-1
/
+3
|
*
Thread naming for Mac
Martin Ridgers
2021-12-16
1
-0
/
+4
|
*
Added MD5 tests
Martin Ridgers
2021-12-16
1
-0
/
+18
|
*
Deleted unused endian.h include
Martin Ridgers
2021-12-16
1
-5
/
+0
|
*
Not all compilers support C++20's iterator string_view contructor
Martin Ridgers
2021-12-16
1
-4
/
+4
|
*
Copy/paste errors in MD5 from SHA1
Martin Ridgers
2021-12-16
2
-4
/
+4
|
*
Compile out source_location use if the toolchain doesn't support it
Martin Ridgers
2021-12-16
2
-3
/
+5
|
*
Deleted unused include
Martin Ridgers
2021-12-16
1
-1
/
+0
|
*
Wrapped direct use of C++20 library concepts
Martin Ridgers
2021-12-16
6
-8
/
+31
|
*
Use zen::Min() instead of std::min()
Martin Ridgers
2021-12-16
1
-3
/
+3
|
*
Commented out unused Base64 decoding table
Martin Ridgers
2021-12-16
1
-0
/
+2
*
|
A little better bundle task with trace support.
Per Larsson
2021-12-16
1
-39
/
+75
|
/
*
Added trace scopes.
Per Larsson
2021-12-15
7
-4
/
+86
*
Updated readme.
Per Larsson
2021-12-15
1
-13
/
+9
*
Added preprocessing config file and removed Visual Studio files.
Per Larsson
2021-12-15
30
-1996
/
+28
*
Initialize CidStore to null.
Per Larsson
2021-12-15
1
-1
/
+1
*
Added runtest xmake task.
Per Larsson
2021-12-15
1
-0
/
+45
*
Refreshed thirdparty/trace
Martin Ridgers
2021-12-15
1
-9
/
+39
*
Initialisation order compile error
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Commented out unused local variables
Martin Ridgers
2021-12-15
1
-2
/
+2
*
Paths are not wide-chars on non-Windows platforms
Martin Ridgers
2021-12-15
1
-2
/
+2
*
GCC has trouble parsing this sizeof expression without parentheses
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Fixed "incomplete type" error.
Martin Ridgers
2021-12-15
2
-120
/
+120
*
Deleted unused statically-linked function
Martin Ridgers
2021-12-15
1
-2
/
+0
*
Paths are not wide on non-Windows so WideToUtf8() cannot be used
Martin Ridgers
2021-12-15
1
-5
/
+5
*
Corrected include statement case
Martin Ridgers
2021-12-15
1
-1
/
+1
*
DiskSpaceInfo() boolean return was back-to-front
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Add DiskSpaceInfo() tests
Martin Ridgers
2021-12-15
1
-0
/
+17
*
Implement DiskSpaceInfo() using std::filesystem::space()
Martin Ridgers
2021-12-15
1
-16
/
+9
*
Implemented DiskSpaceInfo() for POSIX platforms
Martin Ridgers
2021-12-15
1
-7
/
+11
*
std::fs::path cannot be forward declared
Martin Ridgers
2021-12-15
1
-3
/
+1
*
Removed duplicate unguarded Windows include statement
Martin Ridgers
2021-12-15
1
-1
/
+0
[next]