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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added websocket stream request/response handling.
Per Larsson
2022-03-19
1
-6
/
+38
*
Added missing parens around sizeof.
Per Larsson
2022-02-21
1
-1
/
+1
*
Added option to enable websockets.
Per Larsson
2022-02-21
1
-4
/
+4
*
Refactored websocket message.
Per Larsson
2022-02-21
1
-36
/
+120
*
Basic websocket service and test.
Per Larsson
2022-02-18
1
-3
/
+52
*
Web socket client is shared between I/O thead and client.
Per Larsson
2022-02-18
1
-1
/
+1
*
Route websocket message.
Per Larsson
2022-02-18
1
-4
/
+8
*
Simple websocket client/server test.
Per Larsson
2022-02-18
1
-0
/
+48
*
Renamed file.
Per Larsson
2022-02-16
1
-0
/
+0
*
Added websocket message parser.
Per Larsson
2022-02-16
1
-0
/
+15
*
Initial websocket support.
Per Larsson
2022-02-09
1
-0
/
+24
*
Handle HTTP port collisions when initializing server (#40)
zousar
2022-01-27
1
-1
/
+1
*
Merged main.
Per Larsson
2021-12-14
3
-4
/
+5
|
\
|
*
Merged main
Martin Ridgers
2021-11-29
1
-0
/
+2
|
|
\
|
*
|
Fixed unused-variable warning
Martin Ridgers
2021-10-25
1
-1
/
+1
|
*
|
Removed unused include
Martin Ridgers
2021-10-25
1
-2
/
+0
|
*
|
Use StrCaseCompare() instead of Windows-only _stricmp()
Martin Ridgers
2021-10-25
1
-1
/
+1
*
|
|
Merged main.
Per Larsson
2021-12-09
1
-0
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix handling of packages/offers in asio mode to match http.sys mode.
Zousar Shaker
2021-11-25
1
-0
/
+2
|
|
/
*
/
rpc: tactical checkin
Stefan Boberg
2021-11-18
1
-0
/
+34
|
/
*
Fixed up some more windows include issues
Stefan Boberg
2021-10-15
1
-2
/
+1
*
zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...
Stefan Boberg
2021-10-15
2
-7
/
+10
*
asio HTTP implementation (#23)
Stefan Boberg
2021-10-14
1
-12
/
+12
*
Support for asynchronous HTTP response processing (#19)
Stefan Boberg
2021-10-06
1
-0
/
+2
*
http: ReasonStringForHttpResultCode returns string_view to avoid strlen
Stefan Boberg
2021-09-28
1
-1
/
+1
*
Added preliminary CbPackageReader, for handling incremental compact binary pa...
Stefan Boberg
2021-09-28
1
-2
/
+53
*
Added HttpVerb ToString() function for use in logging
Stefan Boberg
2021-09-26
1
-0
/
+2
*
zenserver can now run as a Windows service. We'll still need to improve how d...
Stefan Boberg
2021-09-17
1
-1
/
+1
*
Const correct.
Per Larsson
2021-09-17
1
-1
/
+1
*
clang-format fixes
Stefan Boberg
2021-09-16
3
-6
/
+6
*
Improved package serialization to allow round tripping
Stefan Boberg
2021-09-16
1
-0
/
+51
*
Added some placeholder HttpClient functions to be fleshed out
Stefan Boberg
2021-09-15
1
-1
/
+5
*
Hooked up zenhttp to the test framework so tests actually run as part of zens...
Stefan Boberg
2021-09-15
2
-2
/
+8
*
Adde reminder that the content type is embedded in the IoBuffer
Stefan Boberg
2021-09-15
1
-1
/
+1
*
Added support for compressed binary MIME type conversion
Stefan Boberg
2021-09-15
1
-2
/
+2
*
Added session id generation and code to include it in HttpClient HTTP requests
Stefan Boberg
2021-09-15
1
-0
/
+2
*
Added client implementation of CbPackage filter/transact
Stefan Boberg
2021-09-13
1
-1
/
+11
*
Moved some shared http definitions into httpcommon.h
Stefan Boberg
2021-09-13
2
-160
/
+173
*
Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...
Stefan Boberg
2021-09-13
1
-5
/
+8
*
Implemented generic CbPackage attachments filtering
Stefan Boberg
2021-09-13
2
-28
/
+62
*
Eliminated HttpServerException and related classes
Stefan Boberg
2021-09-12
1
-11
/
+0
*
Some error handling improvements in zenhttp
Stefan Boberg
2021-09-12
1
-5
/
+4
*
HttpResponse enum -> HttpResponseCode
Stefan Boberg
2021-09-12
1
-34
/
+8
*
Added MapContentTypeToString() helper function
Stefan Boberg
2021-09-10
1
-3
/
+3
*
clang-format
Stefan Boberg
2021-09-09
1
-0
/
+2
*
Parse Accept mime type (ad hoc cherry pick from main)
Stefan Boberg
2021-09-09
1
-0
/
+2
*
Added compile time logic to toggle http.sys / null http implementation on/off
Stefan Boberg
2021-09-09
1
-8
/
+7
*
Factored out http server related code into zenhttp module since it feels out ...
Stefan Boberg
2021-09-09
3
-0
/
+473