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
/
zenhttp
/
httpsys.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format fixes
Stefan Boberg
2022-06-10
1
-1
/
+1
*
http: fixed extension parsing logic
Stefan Boberg
2022-06-10
1
-1
/
+1
*
Added some diagnostics to http.sys server to make it clear when we are listen...
Stefan Boberg
2022-02-02
1
-0
/
+4
*
Handle HTTP port collisions when initializing server (#40)
zousar
2022-01-27
1
-14
/
+41
*
Format fix.
Per Larsson
2022-01-22
1
-1
/
+2
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-3
/
+1
*
Merged main.
Per Larsson
2021-12-14
1
-3
/
+3
|
\
|
*
Merged main
Martin Ridgers
2021-12-08
1
-28
/
+60
|
|
\
|
*
\
Merged main
Martin Ridgers
2021-11-29
1
-75
/
+4
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-10-20
1
-2
/
+10
|
|
\
\
\
|
*
\
\
\
Merged main
Martin Ridgers
2021-10-15
1
-3
/
+8
|
|
\
\
\
\
|
*
|
|
|
|
Fixed httpsys.cpp WideToUtf8() link errors
Martin Ridgers
2021-10-13
1
-3
/
+3
*
|
|
|
|
|
Format fix.
Per Larsson
2021-12-09
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Address review feedback and fix issue when deploying.
Zousar Shaker
2021-11-29
1
-1
/
+1
*
|
|
|
|
Allow http.sys mode to operate in local-only mode for non-admin users.
Zousar Shaker
2021-11-29
1
-28
/
+60
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix handling of packages/offers in asio mode to match http.sys mode.
Zousar Shaker
2021-11-25
1
-75
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
httpsys: Added automatic translation of 200 OK -> 204 NO CONTENT for case whe...
Stefan Boberg
2021-10-18
1
-2
/
+10
|
|
/
|
/
|
*
|
clang-format
Stefan Boberg
2021-10-15
1
-2
/
+1
*
|
asio HTTP implementation (#23)
Stefan Boberg
2021-10-14
1
-3
/
+9
|
/
*
Added lofreq timer update to httpsys main loop
Stefan Boberg
2021-10-11
1
-0
/
+2
*
Support for asynchronous HTTP response processing (#19)
Stefan Boberg
2021-10-06
1
-52
/
+196
*
Merged from upstream
Stefan Boberg
2021-10-05
1
-9
/
+14
*
http: Moved logic for body suppression to a more central location
Stefan Boberg
2021-10-03
1
-0
/
+5
*
http: Added support for specifying response content-type by means of suffixes...
Stefan Boberg
2021-10-03
1
-3
/
+34
*
http: ReasonStringForHttpResultCode returns string_view to avoid strlen
Stefan Boberg
2021-09-28
1
-54
/
+51
*
clang-format
Stefan Boberg
2021-09-27
1
-3
/
+3
*
httpsys: Added HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA to response calls which sh...
Stefan Boberg
2021-09-27
1
-17
/
+33
*
httpsys: added `if constexpr` to silence compiler warning on Windows
Stefan Boberg
2021-09-27
1
-1
/
+1
*
Merged latest from main
Stefan Boberg
2021-09-27
1
-3
/
+19
|
\
|
*
GetWindowsErrorAsString() -> GetSystemErrorAsString()
Stefan Boberg
2021-09-27
1
-2
/
+2
|
*
httpsys: Some logging improvements
Stefan Boberg
2021-09-26
1
-1
/
+14
|
*
Added some more context to http failure logging
Stefan Boberg
2021-09-26
1
-1
/
+4
*
|
Fixed httpsys Windows compilation error
Stefan Boberg
2021-09-27
1
-1
/
+1
*
|
Merge main
Martin Ridgers
2021-09-22
1
-2
/
+2
|
\
|
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-21
1
-1
/
+1
|
|
\
|
|
*
Clang format fix.
Per Larsson
2021-09-21
1
-1
/
+1
|
*
|
Added human-friendly formatting of response send errors
Stefan Boberg
2021-09-21
1
-1
/
+1
|
|
/
*
|
Merged main into linux-mac
Martin Ridgers
2021-09-21
1
-18
/
+18
|
\
|
|
*
Improved error handling in http.sys handler
Stefan Boberg
2021-09-20
1
-7
/
+6
|
*
clang-format again
Stefan Boberg
2021-09-19
1
-1
/
+1
|
*
zenserver can now run as a Windows service. We'll still need to improve how d...
Stefan Boberg
2021-09-17
1
-11
/
+12
*
|
Merge main into linux-mac
Martin Ridgers
2021-09-16
1
-2
/
+1
|
\
|
|
*
Improved package serialization to allow round tripping
Stefan Boberg
2021-09-16
1
-2
/
+1
*
|
Merge from main
Martin Ridgers
2021-09-16
1
-12
/
+18
|
\
|
|
*
Added some more trace-level logging
Stefan Boberg
2021-09-15
1
-1
/
+7
|
*
Made logging macros always append `sv` string_view literal suffix
Stefan Boberg
2021-09-15
1
-11
/
+11
|
*
Fixed up invalid fmt formatting strings
Stefan Boberg
2021-09-15
1
-5
/
+5
*
|
MakeWin32ErrorCode() -> MakeErrorCode()
Martin Ridgers
2021-09-16
1
-2
/
+2
*
|
GetWindowsErrorAsString() -> GetErrorAsString()
Martin Ridgers
2021-09-16
1
-1
/
+1
|
/
*
Changed logging implementation
Stefan Boberg
2021-09-15
1
-23
/
+23
[next]