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/d3-dehydration-touch-cas
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-vla-warn
sb/fix-zen-cli
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/tourist
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-help
sb/zen-master
sb/zen-monitor
streamapi
tb/docker
wait_for_quiescence
zs/config-build-storage
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
*
ASIO error type is asio::error_code not std::error_code
Martin Ridgers
2021-11-26
1
-7
/
+7
*
Throw HTTP client errors from zenserver-test
Martin Ridgers
2021-11-25
1
-1
/
+5
*
It reads better to check if something empty than the opposite
Martin Ridgers
2021-11-25
1
-5
/
+5
*
Deleted an unnecessary call to check if a messsge is populated
Martin Ridgers
2021-11-25
1
-2
/
+0
*
We no longer need to tag events with the process id
Martin Ridgers
2021-11-25
1
-3
/
+1
*
Changed linkage of a helper method
Martin Ridgers
2021-11-25
1
-1
/
+1
*
Use file descriptor locks to claim global ownership of message queues
Martin Ridgers
2021-11-25
1
-2
/
+17
*
A whitespace garden
Martin Ridgers
2021-11-25
1
-1
/
+0
*
Merged main
Martin Ridgers
2021-11-25
6
-73
/
+130
|
\
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-11-24
1
-1
/
+6
|
|
\
|
|
*
Merge pull request #27 from EpicGames/asio-acceptor
zousar
2021-11-24
1
-1
/
+6
|
|
|
\
|
|
|
*
Changed the asio acceptor initialization to allow dual stack IPV6
Zousar Shaker
2021-11-24
1
-1
/
+6
|
*
|
|
Added bundle xmake task.
Per Larsson
2021-11-24
2
-0
/
+51
|
|
/
/
|
*
|
Updated deploy script to set platform, architecture and configuration.
Per Larsson
2021-11-24
1
-11
/
+11
|
*
|
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-11-24
2
-1
/
+4
|
|
\
|
|
|
*
Fixed unused variable in integration tests.
Per Larsson
2021-11-23
1
-0
/
+4
|
|
*
Removed unused variable.
Per Larsson
2021-11-23
1
-1
/
+0
|
*
|
Set empty body in Jupiter client.
Per Larsson
2021-11-24
1
-0
/
+4
|
|
/
|
*
Prevent destroying ASIO server connection until callbacks complete
Per Larsson
2021-11-23
1
-61
/
+54
*
|
Tests for building ArgV for a fork-exec
Martin Ridgers
2021-11-25
1
-0
/
+51
*
|
A nullptr terminator ArgV only applies on Linux
Martin Ridgers
2021-11-25
1
-2
/
+1
*
|
Added log if a wait was abandoned because the process disappeared
Martin Ridgers
2021-11-24
1
-0
/
+1
*
|
Raise an error if zenserver-test's HTTP clients are enable to connect
Martin Ridgers
2021-11-24
1
-2
/
+4
*
|
Moved librt dependency specification to zencore/xmake.lua
Martin Ridgers
2021-11-24
2
-5
/
+5
*
|
Tests for NamedEvent
Martin Ridgers
2021-11-24
2
-2
/
+91
*
|
Reimplemented NamedEvent on Linux using POSIX message queues
Martin Ridgers
2021-11-24
1
-61
/
+62
*
|
Added POSIX's close-on-exec flag to files that Zen opens
Martin Ridgers
2021-11-24
1
-6
/
+6
*
|
Merged main
Martin Ridgers
2021-11-22
9
-77
/
+251
|
\
|
|
*
Comment out unused variables to fix warnings.
Per Larsson
2021-11-22
1
-7
/
+7
|
*
Changed Health service to return CbObject instead of JSON.
Per Larsson
2021-11-22
1
-2
/
+1
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-11-18
1
-5
/
+6
|
|
\
|
|
*
Add errorcode to output when a task fails
Joe Kirchoff
2021-11-18
1
-5
/
+6
|
*
|
Extended Health endpoint with support for returning build version and log file.
Per Larsson
2021-11-18
5
-21
/
+144
|
|
/
|
*
Change error code for failed upsteam apply
Joe Kirchoff
2021-11-17
1
-1
/
+1
|
*
Set horde worker requirements, limit to Win-RemoteExec pool
Joe Kirchoff
2021-11-17
1
-4
/
+37
|
*
Changed upstream DisplayName to UpstreamEndpointInfo with name and url.
Per Larsson
2021-11-17
2
-30
/
+39
|
*
Added health check and return missing error message.
Per Larsson
2021-11-17
1
-7
/
+19
*
|
Initial integration of Trace from UE5 via the --zentrace=y xmake config
Martin Ridgers
2021-11-18
8
-0
/
+5329
*
|
Filled out ZEN_THIRDPARTY_ macros for Clang and GCC
Martin Ridgers
2021-11-18
1
-4
/
+16
*
|
Set sentry database location to use Zen's GlobalOptions.DataDir
Martin Ridgers
2021-11-17
1
-0
/
+1
*
|
Merged main
Martin Ridgers
2021-11-17
1
-13
/
+55
|
\
|
|
*
Log upstream HTTP errors as errors.
Per Larsson
2021-11-17
1
-13
/
+55
*
|
Use syscalls to get user path as '~' is only an alias to shells
Martin Ridgers
2021-11-17
1
-1
/
+5
*
|
Post-merge compile fixes
Martin Ridgers
2021-11-17
1
-1
/
+1
*
|
Merged main
Martin Ridgers
2021-11-17
7
-77
/
+87
|
\
|
|
*
Check both success and error code when initializing Jupiter upstream.
Per Larsson
2021-11-17
1
-1
/
+1
|
*
Added connect/transfer timeout options for Jupiter client.
Per Larsson
2021-11-17
7
-76
/
+86
*
|
Submitted some debug printing in error
Martin Ridgers
2021-11-17
1
-1
/
+0
*
|
Silenced version spam
Martin Ridgers
2021-11-17
1
-2
/
+1
*
|
Enabled the use-of-undefined-preprocessor macro warning
Martin Ridgers
2021-11-17
1
-0
/
+7
[next]