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/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-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-batch-ptr
sb/fix-vla-warn
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/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
*
Squelch some more uWS warnings
Stefan Boberg
2021-09-11
1
-1
/
+1
*
Comment fixes, changed thread count args to unsigned
Stefan Boberg
2021-09-11
2
-3
/
+11
*
Changed worker thread defaults to reflect available hardware concurrency
Stefan Boberg
2021-09-11
1
-1
/
+1
*
Tweaked back default to http.sys
Stefan Boberg
2021-09-10
1
-1
/
+1
*
Added warning disable for latest uWS
Stefan Boberg
2021-09-10
1
-1
/
+1
*
Improved error reporting, tweaked request buffer size and added explicit clea...
Stefan Boberg
2021-09-10
2
-16
/
+121
*
Merge branch 'cbpackage-update' of https://github.com/EpicGames/zen into cbpa...
Stefan Boberg
2021-09-10
5
-318
/
+430
|
\
|
*
Refactored HTTP request handling to scale better
Stefan Boberg
2021-09-10
2
-310
/
+396
|
*
Added MapContentTypeToString() helper function
Stefan Boberg
2021-09-10
2
-3
/
+32
|
*
Tweaked some test mode logic -- always instantiate http services since they a...
Stefan Boberg
2021-09-10
1
-5
/
+2
*
|
Added beginnings of a uWS http front-end
Stefan Boberg
2021-09-10
9
-5
/
+123
|
/
*
clang-format
Stefan Boberg
2021-09-09
19
-31
/
+36
*
Merge from main
Stefan Boberg
2021-09-09
1
-7
/
+34
|
\
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Per Larsson
2021-09-09
2
-7
/
+37
|
|
\
|
|
*
Update README.md
Stefan Boberg
2021-09-09
1
-4
/
+4
|
|
*
Update README.md
Stefan Boberg
2021-09-09
1
-0
/
+10
|
|
*
Updated README.md
Stefan Boberg
2021-09-09
1
-6
/
+23
|
|
*
Update README.md
Stefan Boberg
2021-09-09
1
-1
/
+1
|
*
|
Parse Accept mime type.
Per Larsson
2021-09-09
2
-0
/
+5
*
|
|
Parse Accept mime type (ad hoc cherry pick from main)
Stefan Boberg
2021-09-09
2
-0
/
+5
*
|
|
Attempted to tweak option defaults, they still don't quite work the way I wou...
Stefan Boberg
2021-09-09
2
-1
/
+3
*
|
|
Improved VFS feature toggle logic
Stefan Boberg
2021-09-09
3
-4
/
+14
*
|
|
Added compile time logic to toggle http.sys / null http implementation on/off
Stefan Boberg
2021-09-09
8
-24
/
+133
*
|
|
Factored out http server related code into zenhttp module since it feels out ...
Stefan Boberg
2021-09-09
31
-36
/
+207
*
|
|
HttpServer::AddEndpoint -> HttpServer::RegisterService
Stefan Boberg
2021-09-09
4
-18
/
+18
*
|
|
Made HttpServer an abstract interface, and moved remaining implementation spe...
Stefan Boberg
2021-09-09
5
-132
/
+81
*
|
|
Moved http.sys server implementation into dedicated source files
Stefan Boberg
2021-09-09
5
-1250
/
+1289
*
|
|
Merge branch 'main' into cbpackage-update
Stefan Boberg
2021-09-09
7
-7
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Eliminate compiler default library warning for msvcrt
Stefan Boberg
2021-09-09
1
-0
/
+3
|
|
/
|
*
Fixed a number of unreferenced variable warnings
Stefan Boberg
2021-09-09
5
-7
/
+5
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-09
8
-54
/
+104
|
|
\
|
*
|
Delete .zenroot (no longer useful)
Stefan Boberg
2021-09-08
1
-0
/
+0
*
|
|
Restructuring HTTP server implementation to better (completely asynchronously...
Stefan Boberg
2021-09-08
2
-194
/
+320
*
|
|
Basic http tests, needs a lot more tests to exercise more functionality
Stefan Boberg
2021-09-08
1
-0
/
+93
*
|
|
Introduced dedicated HTTP testing service, used during development to exercis...
Stefan Boberg
2021-09-08
5
-2
/
+100
*
|
|
Log spawned process name
Stefan Boberg
2021-09-08
1
-2
/
+2
*
|
|
Merge branch 'cbpackage-update' of https://github.com/EpicGames/zen into cbpa...
Stefan Boberg
2021-09-08
7
-57
/
+179
|
\
\
\
|
*
\
\
Merge branch 'main' into cbpackage-update
Stefan Boberg
2021-09-08
7
-57
/
+179
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
printf -> zencore logging
Stefan Boberg
2021-09-08
1
-1
/
+2
|
|
*
|
Mesh should not default to on
Stefan Boberg
2021-09-08
1
-1
/
+1
|
|
*
|
Moved a bunch of logging code into zencore
Stefan Boberg
2021-09-08
7
-56
/
+78
|
|
*
|
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-08
6
-56
/
+177
|
|
|
\
|
|
|
|
*
Minor fixup and formatting.
Per Larsson
2021-09-07
4
-11
/
+11
|
|
|
*
Updated upstream stats calculation.
Per Larsson
2021-09-07
2
-57
/
+34
|
|
|
*
Return stats from Zen/Jupiter HTTP client.
Per Larsson
2021-09-07
6
-50
/
+194
|
|
*
|
Changed logging defaults to be more suitable for production
Stefan Boberg
2021-09-08
1
-3
/
+30
|
|
|
/
*
|
/
Adding ZenServerInstance::GetBaseUri()
Stefan Boberg
2021-09-08
2
-0
/
+14
|
/
/
*
|
Logging vcxproj changes
Stefan Boberg
2021-09-08
2
-0
/
+2
*
|
Mesh should not default to on
Stefan Boberg
2021-09-08
1
-3
/
+3
*
|
Moved a bunch of logging code into zencore
Stefan Boberg
2021-09-08
4
-50
/
+97
[next]