aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* fix response error conversion (#643)Dan Engelbrecht2024-01-291-1/+1
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-251-1/+4
* Use proper format for range request header (#640)Dan Engelbrecht2024-01-241-4/+10
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-242-141/+424
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-221-1/+10
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-207-996/+5
* ensure we can build without trace (#619)Stefan Boberg2023-12-191-0/+4
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-1/+3
* http plugin dependency fixes (#590)Stefan Boberg2023-12-051-3/+11
* HTTP plugin request debug logging (#587)Stefan Boberg2023-12-0511-128/+207
* WinIoThreadPool teardown cleaned up (#580)Stefan Boberg2023-11-301-0/+5
* minor: updated transport plugin default ports to match the new defaultsStefan Boberg2023-11-201-3/+3
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-0/+17
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-2/+2
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-096-30/+55
* removed duplicate and unused constantsStefan Boberg2023-11-091-8/+0
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-1/+1
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-073-3/+3
* spdlog implementation hiding (#498)Stefan Boberg2023-11-0610-40/+39
* added missing includes (#504)Stefan Boberg2023-10-273-0/+7
* improve error handling when parsing http requests (#489)Dan Engelbrecht2023-10-201-6/+36
* added HttpClient::GetBaseUriStefan Boberg2023-10-201-1/+2
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-1/+1
* 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