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/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-build-trigger
de/test-macos-signing-with-id
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/async-httpclient
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/complete
sb/compute-oidc-auth
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
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
*
Implemented ProcessHandle::Terminate() for Linux
Martin Ridgers
2021-11-09
1
-3
/
+15
*
Implemented ProcessHandle::IsRunning() for Linux
Martin Ridgers
2021-11-09
1
-1
/
+12
*
Implemented ProcessHandle::Initialize(Pid) for Linux
Martin Ridgers
2021-11-09
1
-1
/
+10
*
Moved "using namespace" statement into the scope it applies to
Martin Ridgers
2021-11-09
1
-1
/
+1
*
Only implement ProcessHandle::Initialize(void*) on Windows
Martin Ridgers
2021-11-09
1
-4
/
+2
*
Moved the use of INVALID_HANDLE_VALUE out of ProcessHandle::Reset()
Martin Ridgers
2021-11-09
1
-1
/
+7
*
Merged main
Martin Ridgers
2021-11-09
117
-11
/
+14
|
\
|
*
Renamed 3rdparty -> thirdparty for legal compliance
Stefan Boberg
2021-11-04
117
-8
/
+8
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-11-04
3
-16
/
+18
|
|
\
|
*
|
added dummy file in location reserved for third-party licenses
Stefan Boberg
2021-11-04
1
-0
/
+3
*
|
|
Merged main
Martin Ridgers
2021-11-03
4
-106
/
+131
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Type consistency around signed/unsigned comparison
Martin Ridgers
2021-11-03
1
-3
/
+3
|
*
|
__FILE__ can be relative and thus may not exist from the CWD
Martin Ridgers
2021-11-03
1
-2
/
+4
|
*
|
Removed sensitive words
Martin Ridgers
2021-11-03
1
-2
/
+2
|
*
|
uson.json tests were passing un-terminated strings to json11::parse()
Martin Ridgers
2021-11-03
1
-9
/
+9
|
|
/
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-11-01
12
-144
/
+255
|
|
\
|
*
|
Upload cache record before blobs and call finalize when processing upstream t...
Per Larsson
2021-11-01
3
-101
/
+124
*
|
|
There is no "StringBuilderImpl<C>::operator << (const C*)".
Martin Ridgers
2021-11-03
1
-1
/
+1
*
|
|
Missing includes
Martin Ridgers
2021-11-03
2
-0
/
+4
*
|
|
Add compute xmake option to zenserver/xmake.lua
Martin Ridgers
2021-11-03
1
-0
/
+1
*
|
|
Sort alphabetically and removed trailing whitespace
Martin Ridgers
2021-11-03
1
-18
/
+19
*
|
|
Stubbed out zenserver.cpp:main() for non-Windows platforms
Martin Ridgers
2021-11-03
1
-1
/
+2
*
|
|
Broadened if-def ZEN_PLATFORM_WINDOWS in zenserver.cpp:main()
Martin Ridgers
2021-11-03
1
-2
/
+3
*
|
|
Removed if-def ZEN_PLATFORM_WINDOWS as its covered by WITH_COMPUTE now
Martin Ridgers
2021-11-03
3
-38
/
+15
*
|
|
Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES define
Martin Ridgers
2021-11-03
7
-1
/
+40
*
|
|
Missing include
Martin Ridgers
2021-11-02
1
-0
/
+2
*
|
|
Fixed narrowing warning
Martin Ridgers
2021-11-02
1
-2
/
+2
*
|
|
Event for POSIX using std:: primitives
Martin Ridgers
2021-11-02
1
-5
/
+64
*
|
|
Fixed shm_open() and friends link error
Martin Ridgers
2021-11-02
1
-1
/
+5
*
|
|
if-def'd out Windows service handling code in zenserver.cpp
Martin Ridgers
2021-11-02
1
-0
/
+5
*
|
|
Stubbed out Project Store's PipeConnection on POSIX
Martin Ridgers
2021-11-02
1
-0
/
+17
*
|
|
More granular if-defs around platform-specific classes
Martin Ridgers
2021-11-02
1
-2
/
+12
*
|
|
zen::GetCurrentProcessId() instead of _getpid()
Martin Ridgers
2021-11-02
1
-1
/
+1
*
|
|
Endpoints isn't of type endpoint so a reference can't be used
Martin Ridgers
2021-11-02
1
-1
/
+1
*
|
|
Missing include
Martin Ridgers
2021-11-02
1
-0
/
+1
*
|
|
Fixed unhandled switch cases error
Martin Ridgers
2021-11-02
1
-0
/
+3
*
|
|
ZenCacheDiskLayer::DiscoverBuckets() was using wstring for paths
Martin Ridgers
2021-11-02
1
-3
/
+7
*
|
|
CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder
Martin Ridgers
2021-11-02
2
-12
/
+12
*
|
|
Unused variables fix
Martin Ridgers
2021-11-02
1
-11
/
+14
*
|
|
Fixed http-parser linker error
Martin Ridgers
2021-11-02
1
-1
/
+4
*
|
|
__debugbreak() -> ZEN_DEBUG_BREAK()
Martin Ridgers
2021-11-02
2
-1
/
+7
*
|
|
Refactored ExtendablePathBuilder in an fixed/extendable pair
Martin Ridgers
2021-11-02
1
-20
/
+36
*
|
|
Wrapped Windows-specific include in if-def preprocessor blocks
Martin Ridgers
2021-11-02
7
-12
/
+24
*
|
|
Merged main
Martin Ridgers
2021-11-01
3
-93
/
+117
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h
Martin Ridgers
2021-11-01
2
-92
/
+116
|
*
|
Added missing link-time dependencies to xmake.lua scripts
Martin Ridgers
2021-11-01
1
-0
/
+2
*
|
|
Merged main
Martin Ridgers
2021-11-01
0
-0
/
+0
|
\
|
|
|
*
|
Fixed shadowed symbol error in zenserver-test.cpp
Martin Ridgers
2021-11-01
1
-4
/
+6
*
|
|
Removed unnecessary include
Martin Ridgers
2021-11-01
1
-1
/
+0
*
|
|
Fixed some assumptions that std::fs::path is a wchar_t under the hood
Martin Ridgers
2021-11-01
1
-3
/
+3
[next]