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
/
httpserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Helper function for sending compact binary array HTTP response.
Per Larsson
2022-03-23
1
-0
/
+16
*
Added some new mime types; javascript, css, png and ico
Martin Ridgers
2022-03-15
1
-0
/
+20
*
Format fix.
Per Larsson
2022-01-22
1
-1
/
+1
*
Some C++ libs do not implement string_view(iter, iter) ctor yet
Martin Ridgers
2022-01-07
1
-1
/
+2
*
Corrected typo
Martin Ridgers
2022-01-07
1
-2
/
+2
*
WriteResponse(..., CompositeBuffer&) was calling itself indefinitely
Martin Ridgers
2022-01-07
1
-1
/
+1
*
Merged main.
Per Larsson
2021-12-14
1
-2
/
+0
|
\
|
*
Merged main
Martin Ridgers
2021-11-29
1
-0
/
+81
|
|
\
|
*
|
Removed unnecessary include
Martin Ridgers
2021-10-25
1
-2
/
+0
*
|
|
Format fix.
Per Larsson
2021-12-09
1
-3
/
+3
*
|
|
Merged main.
Per Larsson
2021-12-09
1
-0
/
+81
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Move HandlePackageOffers out of ifdef to fix static compile error.
Zousar Shaker
2021-11-25
1
-38
/
+40
|
*
|
Fix handling of packages/offers in asio mode to match http.sys mode.
Zousar Shaker
2021-11-25
1
-0
/
+79
|
|
/
*
/
rpc: tactical checkin
Stefan Boberg
2021-11-18
1
-0
/
+18
|
/
*
Fixed logic for picking a default http implementation, which was caused by in...
Stefan Boberg
2021-10-15
1
-5
/
+5
*
asio HTTP implementation (#23)
Stefan Boberg
2021-10-14
1
-6
/
+46
*
Support for asynchronous HTTP response processing (#19)
Stefan Boberg
2021-10-06
1
-1
/
+1
*
Merged from upstream
Stefan Boberg
2021-10-03
1
-1
/
+3
|
\
|
*
Fixed missing content type.
Per Larsson
2021-10-03
1
-1
/
+3
*
|
http: Added support for specifying response content-type by means of suffixes...
Stefan Boberg
2021-10-03
1
-10
/
+28
|
/
*
Added simple stats HTML dashboard with route /dashboard.
Per Larsson
2021-10-01
1
-0
/
+3
*
Switch back to the right HTTP back-end
Stefan Boberg
2021-09-29
1
-1
/
+1
*
http: ReasonStringForHttpResultCode returns string_view to avoid strlen
Stefan Boberg
2021-09-28
1
-59
/
+59
*
Compact binary to JSON (#12)
Per Larsson
2021-09-27
1
-3
/
+11
*
Added HttpVerb ToString() function for use in logging
Stefan Boberg
2021-09-26
1
-0
/
+24
*
It's not possible to compile out tests
Stefan Boberg
2021-09-20
1
-2
/
+5
*
Improved package serialization to allow round tripping
Stefan Boberg
2021-09-16
1
-1
/
+1
*
Hooked up zenhttp to the test framework so tests actually run as part of zens...
Stefan Boberg
2021-09-15
1
-2
/
+7
*
Added support for compressed binary MIME type conversion
Stefan Boberg
2021-09-15
1
-34
/
+65
*
Moved some shared http definitions into httpcommon.h
Stefan Boberg
2021-09-13
1
-0
/
+15
*
SImplified some payload access code
Stefan Boberg
2021-09-13
1
-4
/
+2
*
Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...
Stefan Boberg
2021-09-13
1
-113
/
+23
*
Implemented generic CbPackage attachments filtering
Stefan Boberg
2021-09-13
1
-0
/
+212
*
Eliminated HttpServerException and related classes
Stefan Boberg
2021-09-12
1
-8
/
+0
*
Some error handling improvements in zenhttp
Stefan Boberg
2021-09-12
1
-8
/
+1
*
HttpResponse enum -> HttpResponseCode
Stefan Boberg
2021-09-12
1
-21
/
+8
*
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
*
Merge branch 'cbpackage-update' of https://github.com/EpicGames/zen into cbpa...
Stefan Boberg
2021-09-10
1
-0
/
+29
|
\
|
*
Added MapContentTypeToString() helper function
Stefan Boberg
2021-09-10
1
-0
/
+29
*
|
Added beginnings of a uWS http front-end
Stefan Boberg
2021-09-10
1
-1
/
+4
|
/
*
clang-format
Stefan Boberg
2021-09-09
1
-1
/
+1
*
Added compile time logic to toggle http.sys / null http implementation on/off
Stefan Boberg
2021-09-09
1
-0
/
+5
*
Factored out http server related code into zenhttp module since it feels out ...
Stefan Boberg
2021-09-09
1
-0
/
+389