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
...
|
*
Align what GCC and Clang allow for switch cases to what MSVC allows
Martin Ridgers
2022-02-21
1
-0
/
+1
*
|
Added unhandled switch in websocket client.
Per Larsson
2022-02-21
1
-0
/
+4
|
/
*
Added unhandled switch enumerations.
Per Larsson
2022-02-21
1
-0
/
+6
*
Added missing parens around sizeof.
Per Larsson
2022-02-21
1
-1
/
+1
*
Initial support for websockets.
Per Larsson
2022-02-21
11
-12
/
+2020
|
\
|
*
Removed optional offset for GetView.
Per Larsson
2022-02-21
2
-14
/
+3
|
*
Added option to enable websockets.
Per Larsson
2022-02-21
6
-44
/
+75
|
*
Refactored websocket message.
Per Larsson
2022-02-21
7
-305
/
+523
|
*
Basic websocket service and test.
Per Larsson
2022-02-18
6
-65
/
+270
|
*
Web socket client is shared between I/O thead and client.
Per Larsson
2022-02-18
2
-112
/
+127
|
*
Route websocket message.
Per Larsson
2022-02-18
2
-152
/
+178
|
*
Simple websocket client/server test.
Per Larsson
2022-02-18
6
-334
/
+882
|
*
Renamed file.
Per Larsson
2022-02-16
1
-0
/
+0
|
*
Added websocket message parser.
Per Larsson
2022-02-16
4
-82
/
+284
|
*
Renamed asio web socket impl.
Per Larsson
2022-02-15
1
-0
/
+2
|
*
Refactored websocket server and added static logger support.
Per Larsson
2022-02-15
3
-471
/
+742
|
*
Initial websocket support.
Per Larsson
2022-02-09
3
-1
/
+502
*
|
If open(O_CREAT) is used then a file mode must be given
Martin Ridgers
2022-02-21
5
-10
/
+10
*
|
Linux compile fix
Martin Ridgers
2022-02-21
1
-2
/
+2
*
|
Explicitly set access permissions so we're not affected by process' umask
Martin Ridgers
2022-02-21
6
-13
/
+37
*
|
Allow all users and groups to read/write files (POSIX)
Martin Ridgers
2022-02-21
1
-1
/
+1
*
|
Marked a few file descriptors to be closed on execute (POSIX)
Martin Ridgers
2022-02-21
5
-8
/
+8
*
|
Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...
mattpetersepic
2022-02-18
4
-39
/
+92
*
|
remote_build: allow path .zips are copied to to be overriden
Martin Ridgers
2022-02-16
1
-1
/
+2
*
|
Write access for all users to named event files on POSIX
Martin Ridgers
2022-02-14
1
-1
/
+1
*
|
Allow all users to access the backing file for named mutexs
Martin Ridgers
2022-02-14
1
-2
/
+2
*
|
Fix typo 'application/x-ue-cb-cbpkg' -> 'application/x-ue-cbpkg'
Matt Peters
2022-02-11
1
-1
/
+1
*
|
remote_build: allow clone/fetch from external git daemons
Martin Ridgers
2022-02-11
1
-22
/
+31
*
|
remote_build: better handling of git-daemon processes
Martin Ridgers
2022-02-11
1
-17
/
+7
*
|
remote_build: build by commit instead of a remote/branch ref
Martin Ridgers
2022-02-11
1
-3
/
+6
*
|
Fixed GCC non-conformant errors regarding "KeyData* KeyData;"
Martin Ridgers
2022-02-11
1
-7
/
+7
*
|
Fixed "Record* Record;" non-conformant compile errors from GCC
Martin Ridgers
2022-02-11
2
-13
/
+13
*
|
Fixed "UserData* UserData" non-conformancy errors from GCC
Martin Ridgers
2022-02-11
1
-12
/
+12
*
|
Do not zombify child processes to more closely match Windows
Martin Ridgers
2022-02-11
1
-0
/
+15
*
|
POSIX states the shared memory paths should start with a slash
Martin Ridgers
2022-02-11
1
-2
/
+2
*
|
Merge pull request #52 from EpicGames/ValuePropagationFix
zousar
2022-02-09
5
-108
/
+242
|
\
\
|
*
|
prepare_commit to fix formatting
zousar
2022-02-09
3
-51
/
+61
|
*
|
Change Value propagation to Zen or Jupiter
zousar
2022-02-08
4
-106
/
+230
|
|
/
*
|
Simplify HandleRpcGetCacheChunks (#53)
mattpetersepic
2022-02-09
4
-271
/
+942
*
|
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
mattpetersepic
2022-02-08
5
-255
/
+46
*
|
Use a clean and detatched head instead of pulling a branch along
Martin Ridgers
2022-02-08
1
-2
/
+3
|
/
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2022-02-07
4
-425
/
+26
|
\
|
*
Merging minor fixes to main
Stefan Boberg
2022-02-07
4
-425
/
+26
|
|
\
|
|
*
Added log output to make it clearer which lock file is in use
Stefan Boberg
2022-02-04
1
-0
/
+2
|
|
*
Changed some initializers to constinit to ensure compile time initialization
Stefan Boberg
2022-02-04
1
-8
/
+24
|
|
*
removed unnecessary <unordered_map> include
Stefan Boberg
2022-02-04
1
-1
/
+0
|
|
*
Removed old http client test code
Stefan Boberg
2022-02-04
1
-416
/
+0
*
|
|
Format fix.
Per Larsson
2022-02-07
1
-1
/
+0
*
|
|
Refactored auth manager to use simplified encryption API.
Per Larsson
2022-02-07
5
-80
/
+102
*
|
|
Replaced crypto transform abstraction with a concrete API.
Per Larsson
2022-02-07
2
-167
/
+186
|
/
/
[prev]
[next]