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
path:
root
/
zenserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix so ZenServer compiles when ZEN_WITH_COMPUTE_SERVICES is disabled
Dan Engelbrecht
2022-03-17
1
-0
/
+4
*
Update horde compute to use Jupiter for storage (#60)
Joe Kirchoff
2022-03-17
9
-150
/
+430
*
Serve the /dashboard endpoint from an embedded .zip file
Martin Ridgers
2022-03-15
3
-86
/
+148
*
Implemented zip file locating for fat Mach-o binaries
Martin Ridgers
2022-03-15
1
-1
/
+33
*
Function to find .zip appended to a IoBuffer-wrapped executable file
Martin Ridgers
2022-03-15
1
-0
/
+97
*
ZipFs class providing a rudimentary in-memory/memory-mapped file system
Martin Ridgers
2022-03-15
2
-0
/
+194
*
Moved experimental/frontend.* to frontend/frontend.*
Martin Ridgers
2022-03-15
3
-1
/
+1
*
clang format
Dan Engelbrecht
2022-03-09
1
-3
/
+3
*
Fixed unsigned comparison warning
Stefan Boberg
2022-03-08
1
-2
/
+2
*
fixed sentry initialization, added sentry logging support
Stefan Boberg
2022-03-07
1
-4
/
+60
*
xmake's del_files() has been deprecated
Martin Ridgers
2022-03-02
1
-1
/
+1
*
Initial support for websockets.
Per Larsson
2022-02-21
5
-12
/
+87
|
\
|
*
Added option to enable websockets.
Per Larsson
2022-02-21
3
-14
/
+44
|
*
Refactored websocket message.
Per Larsson
2022-02-21
2
-13
/
+22
|
*
Basic websocket service and test.
Per Larsson
2022-02-18
3
-3
/
+33
|
*
Simple websocket client/server test.
Per Larsson
2022-02-18
1
-1
/
+1
|
*
Initial websocket support.
Per Larsson
2022-02-09
1
-1
/
+7
*
|
Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...
mattpetersepic
2022-02-18
3
-32
/
+83
*
|
Fix typo 'application/x-ue-cb-cbpkg' -> 'application/x-ue-cbpkg'
Matt Peters
2022-02-11
1
-1
/
+1
*
|
Fixed "Record* Record;" non-conformant compile errors from GCC
Martin Ridgers
2022-02-11
2
-13
/
+13
*
|
Merge pull request #52 from EpicGames/ValuePropagationFix
zousar
2022-02-09
4
-102
/
+228
|
\
\
|
*
|
prepare_commit to fix formatting
zousar
2022-02-09
1
-44
/
+46
|
*
|
Change Value propagation to Zen or Jupiter
zousar
2022-02-08
4
-106
/
+230
|
|
/
*
|
Simplify HandleRpcGetCacheChunks (#53)
mattpetersepic
2022-02-09
2
-270
/
+319
*
|
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
mattpetersepic
2022-02-08
3
-237
/
+45
|
/
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2022-02-07
1
-0
/
+2
|
\
|
*
Merging minor fixes to main
Stefan Boberg
2022-02-07
1
-0
/
+2
|
|
\
|
|
*
Added log output to make it clearer which lock file is in use
Stefan Boberg
2022-02-04
1
-0
/
+2
*
|
|
Format fix.
Per Larsson
2022-02-07
1
-1
/
+0
*
|
|
Refactored auth manager to use simplified encryption API.
Per Larsson
2022-02-07
4
-60
/
+97
|
/
/
*
|
Fixed bug adding endpoint with no URL.
Per Larsson
2022-02-04
1
-0
/
+1
*
|
Enable encryption on all platforms.
Per Larsson
2022-02-03
1
-2
/
+2
*
|
Minor cleanup of free functions.
Per Larsson
2022-02-03
8
-68
/
+75
*
|
Added encryption key/IV option in LUA.
Per Larsson
2022-02-03
1
-0
/
+6
*
|
Added AES encryption key/IV cli options.
Per Larsson
2022-02-03
5
-12
/
+54
*
|
Encrypt serialized auth state.
Per Larsson
2022-02-03
1
-7
/
+77
*
|
Overwrite existing refresh token.
Per Larsson
2022-02-02
1
-1
/
+1
*
|
Merged main.
Per Larsson
2022-02-02
10
-402
/
+1218
|
\
|
|
*
Some minor cleanup
Stefan Boberg
2022-02-02
2
-37
/
+21
|
*
Mash -> MeshTracker
Stefan Boberg
2022-02-02
3
-13
/
+19
|
*
clang-format
Stefan Boberg
2022-02-02
2
-9
/
+9
|
*
Cache policy support (#47)
mattpetersepic
2022-02-01
4
-345
/
+1161
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2022-01-30
7
-257
/
+531
|
|
\
|
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2022-01-28
7
-255
/
+529
|
|
|
\
|
|
*
|
Structured cache PUTs now preserve content type for binary and compressed binary
Stefan Boberg
2022-01-28
1
-2
/
+2
|
*
|
|
TraceInit can now be initialized with "None" tracing mode
Stefan Boberg
2022-01-30
1
-0
/
+4
|
|
/
/
*
|
|
Changed OIDC token endpoint.
Per Larsson
2022-02-02
2
-2
/
+2
*
|
|
Removed unnecessary headers.
Per Larsson
2022-02-02
1
-5
/
+1
*
|
|
Added upstream auth config and removed the possibility to add endpoints via R...
Per Larsson
2022-02-02
9
-249
/
+192
*
|
|
Parse expire time from OpenID refresh token and added OpenId token provider.
Per Larsson
2022-02-02
9
-93
/
+134
[next]