aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/include
Commit message (Expand)AuthorAgeFilesLines
* Helper function for sending compact binary array HTTP response.Per Larsson2022-03-231-0/+1
* Missing return statement in websocket.hDan Engelbrecht2022-03-191-1/+1
* Added websocket stream request/response handling.Per Larsson2022-03-191-6/+38
* Added missing parens around sizeof.Per Larsson2022-02-211-1/+1
* Added option to enable websockets.Per Larsson2022-02-211-4/+4
* Refactored websocket message.Per Larsson2022-02-211-36/+120
* Basic websocket service and test.Per Larsson2022-02-181-3/+52
* Web socket client is shared between I/O thead and client.Per Larsson2022-02-181-1/+1
* Route websocket message.Per Larsson2022-02-181-4/+8
* Simple websocket client/server test.Per Larsson2022-02-181-0/+48
* Renamed file.Per Larsson2022-02-161-0/+0
* Added websocket message parser.Per Larsson2022-02-161-0/+15
* Initial websocket support.Per Larsson2022-02-091-0/+24
* Handle HTTP port collisions when initializing server (#40)zousar2022-01-271-1/+1
* Merged main.Per Larsson2021-12-143-4/+5
|\
| * Merged mainMartin Ridgers2021-11-291-0/+2
| |\
| * | Fixed unused-variable warningMartin Ridgers2021-10-251-1/+1
| * | Removed unused includeMartin Ridgers2021-10-251-2/+0
| * | Use StrCaseCompare() instead of Windows-only _stricmp()Martin Ridgers2021-10-251-1/+1
* | | Merged main.Per Larsson2021-12-091-0/+2
|\ \ \ | | |/ | |/|
| * | Fix handling of packages/offers in asio mode to match http.sys mode.Zousar Shaker2021-11-251-0/+2
| |/
* / rpc: tactical checkinStefan Boberg2021-11-181-0/+34
|/
* Fixed up some more windows include issuesStefan Boberg2021-10-151-2/+1
* zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-152-7/+10
* asio HTTP implementation (#23)Stefan Boberg2021-10-141-12/+12
* Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-061-0/+2
* http: ReasonStringForHttpResultCode returns string_view to avoid strlenStefan Boberg2021-09-281-1/+1
* Added preliminary CbPackageReader, for handling incremental compact binary pa...Stefan Boberg2021-09-281-2/+53
* Added HttpVerb ToString() function for use in loggingStefan Boberg2021-09-261-0/+2
* zenserver can now run as a Windows service. We'll still need to improve how d...Stefan Boberg2021-09-171-1/+1
* Const correct.Per Larsson2021-09-171-1/+1
* clang-format fixesStefan Boberg2021-09-163-6/+6
* Improved package serialization to allow round trippingStefan Boberg2021-09-161-0/+51
* Added some placeholder HttpClient functions to be fleshed outStefan Boberg2021-09-151-1/+5
* Hooked up zenhttp to the test framework so tests actually run as part of zens...Stefan Boberg2021-09-152-2/+8
* Adde reminder that the content type is embedded in the IoBufferStefan Boberg2021-09-151-1/+1
* Added support for compressed binary MIME type conversionStefan Boberg2021-09-151-2/+2
* Added session id generation and code to include it in HttpClient HTTP requestsStefan Boberg2021-09-151-0/+2
* Added client implementation of CbPackage filter/transactStefan Boberg2021-09-131-1/+11
* Moved some shared http definitions into httpcommon.hStefan Boberg2021-09-132-160/+173
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-131-5/+8
* Implemented generic CbPackage attachments filteringStefan Boberg2021-09-132-28/+62
* Eliminated HttpServerException and related classesStefan Boberg2021-09-121-11/+0
* Some error handling improvements in zenhttpStefan Boberg2021-09-121-5/+4
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-34/+8
* Added MapContentTypeToString() helper functionStefan Boberg2021-09-101-3/+3
* clang-formatStefan Boberg2021-09-091-0/+2
* Parse Accept mime type (ad hoc cherry pick from main)Stefan Boberg2021-09-091-0/+2
* Added compile time logic to toggle http.sys / null http implementation on/offStefan Boberg2021-09-091-8/+7
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-093-0/+473