aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* minor: fixed some typosStefan Boberg2023-10-171-3/+2
* support for multiple http servers (#473)Stefan Boberg2023-10-1311-361/+484
* improved http.sys initialization diagnostics and amended logic for dedicated ...Stefan Boberg2023-10-131-40/+71
* restructured zenhttp (#472)Stefan Boberg2023-10-1315-259/+4
* Merge remote-tracking branch 'origin/main' into zs/default-port-changeStefan Boberg2023-10-127-27/+83
|\
| * restructured transports SDK for easier UE integration (#470)Stefan Boberg2023-10-121-1/+1
| * adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-126-26/+82
* | Change default port to 8558zousar2023-10-112-4/+4
|/
* pluggable asio transport (#460)Stefan Boberg2023-10-1113-188/+562
* hide HttpAsioServer interface behind factory function (#463)Stefan Boberg2023-10-113-24/+29
* updated plugin API class names (#462)Stefan Boberg2023-10-118-79/+78
* suppress no-op auth debug loggingStefan Boberg2023-10-101-1/+6
* experimental pluggable transport support (#436)Stefan Boberg2023-10-1012-41/+1670
* removed websocket protocol support(#445)Stefan Boberg2023-10-044-1906/+1
* factored out http parser from asio into separate files (#444)Stefan Boberg2023-10-033-450/+495
* reduce time spent holding http.sys transaction lock (#437)Stefan Boberg2023-10-022-15/+26
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-022-4/+39
* added handle to http.sys error response logging (#432)Stefan Boberg2023-09-291-2/+3
* adding more stats (#429)Dan Engelbrecht2023-09-281-0/+5
* added more context to http response error message (#430)Stefan Boberg2023-09-281-10/+77
* prefer to handle cache RPC requests synchronously (#428)Stefan Boberg2023-09-272-4/+27
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-222-3/+3
* added name to http.sys request queue (#417)Stefan Boberg2023-09-221-1/+33
* add more trace scopes (#362)Dan Engelbrecht2023-09-152-8/+23
* bugfix: http.sys async response handling race (#406)Stefan Boberg2023-09-151-1/+14
* http and httpsys config options (#401)Dan Engelbrecht2023-09-146-26/+45
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-121-14/+21
* add console logging to zen command (#389)Dan Engelbrecht2023-09-082-4/+18
* Extend http client (#387)Dan Engelbrecht2023-09-083-93/+559
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-1/+2
* oplog mirror support (#367)Stefan Boberg2023-08-212-1/+24
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-173-131/+146
* handle exception in asio header parsing (#348)Dan Engelbrecht2023-08-091-50/+57
* various zenhttp fixes from sb/protoStefan Boberg2023-06-3011-27/+98
* cleaned up http/asio loggingStefan Boberg2023-06-161-7/+7
* xmake dependency fixesStefan Boberg2023-06-161-0/+20
* added thread names to timer, upstream monitorStefan Boberg2023-06-071-1/+10
* Additional trace instrumentation (#312)Stefan Boberg2023-05-162-0/+20
* clear partially formatted response if request fails (http asio) (#310)Dan Engelbrecht2023-05-161-0/+3
* some HttpClient changes eliminating some cpr helpersStefan Boberg2023-05-152-21/+33
* added some top-level trace scopes to httpsys implStefan Boberg2023-05-151-0/+5
* Better defaults for zen cli (#302)Stefan Boberg2023-05-152-2/+53
* Assign auth thread a nameStefan Boberg2023-05-151-0/+2
* all threads should be named (#304)Stefan Boberg2023-05-151-2/+20
* implemented structured cache logging (#296)Stefan Boberg2023-05-121-2/+2
* Close down http server gracefully when exiting even while requests are still ...Dan Engelbrecht2023-05-117-10/+67
* 247 complete httpclient implementation (#269)Stefan Boberg2023-05-053-34/+288
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-029-0/+771
* move auth code from zenserver into zenhttp (#265)Stefan Boberg2023-05-026-0/+880
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0220-0/+7872