aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* reduce batch size for reads (#740)Dan Engelbrecht2026-01-291-1/+1
* hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-3/+3
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-191-1/+1
* remove ZENCORE_API completely (#718)Stefan Boberg2026-01-191-2/+2
* OTLP/trace improvements (#717)Stefan Boberg2026-01-191-4/+6
* asio/http optimizations (#449)Stefan Boberg2026-01-141-104/+638
* CprHttpClient cleanup (#703)Dan Engelbrecht2026-01-092-7/+3
* Add base port getter and set the dll directory for plugin dependencies (#692)Tomasz Obrębski2025-12-192-7/+20
* remove error warning in output (#695)Dan Engelbrecht2025-12-172-9/+9
* add otel instrumentation (#581)Stefan Boberg2025-12-115-21/+141
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-1111-55/+177
* fix reading of stale iterator when doing download-resume (#681)Dan Engelbrecht2025-12-091-9/+9
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-054-45/+101
* fix crash when parsing empty key in httpstats service (#671)Dan Engelbrecht2025-12-011-2/+1
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-271-1/+1
* Add regex-free route matching support (#662)Stefan Boberg2025-11-242-50/+474
* add `--boost-worker-memory` option to zen builds (#639)Dan Engelbrecht2025-11-102-6/+7
* switch to xmake for package management (#611)Stefan Boberg2025-11-071-20/+2
* add `--verbose-http` option to builds commands (#630)Dan Engelbrecht2025-11-042-0/+55
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-012-4/+14
* move cpr in-tree (#605)Stefan Boberg2025-10-241-3/+1
* add support for OTLP logging/tracing (#599)Stefan Boberg2025-10-223-2/+7
* silence warnings in CprHttpClient if request was aborted (#591)Dan Engelbrecht2025-10-202-197/+219
* add ability to abort http requests (#586)Dan Engelbrecht2025-10-175-27/+76
* clean up http response formatters (#584)Dan Engelbrecht2025-10-163-50/+61
* make asiohttp work without IPv6 (#562)Stefan Boberg2025-10-131-49/+225
* hide http.sys options when unavailable (#568)Stefan Boberg2025-10-131-4/+6
* add ability to limit concurrency (#565)Stefan Boberg2025-10-103-3/+3
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-062-5/+13
* fix for RPC replay issue (wrong content-type) (#536)Stefan Boberg2025-10-022-1/+23
* HttpClient support for pluggable back-ends (#532)Stefan Boberg2025-09-306-1634/+1942
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-296-103/+210
* fixed ParsePackageMessage error message when mismatched header magic is detec...Stefan Boberg2025-09-291-1/+1
* Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-222-3/+5
* revise exception vs error (#495)Dan Engelbrecht2025-09-153-10/+18
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-102-13/+15
* asio large header support (#484)Dan Engelbrecht2025-09-042-123/+128
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-044-46/+103
* clean up trace options parsing (#473)Dan Engelbrecht2025-08-225-0/+24
* use new builds api for oplogs (#464)Dan Engelbrecht2025-08-122-3/+27
* list build part content (#462)Dan Engelbrecht2025-08-112-6/+20
* de/stringbuilder safety (#456)Dan Engelbrecht2025-08-051-1/+1
* crash in composite buffer stream (#431)Dan Engelbrecht2025-06-101-1/+1
* use unique tmp name for auth token file (#426)Dan Engelbrecht2025-06-091-3/+3
* http client streaming upload (#413)Dan Engelbrecht2025-06-021-27/+283
* handle exception with batch work (#401)Dan Engelbrecht2025-05-191-2/+4
* extend log on failed httpsys response (#394)Dan Engelbrecht2025-05-132-8/+22
* close servers in multi server (#371)Dmytro Ivanov2025-04-241-0/+4
* add retry on internal error / bad gateway (#370)Dan Engelbrecht2025-04-241-1/+3
* Make plugin loading errors non fatal (#364)Dmytro Ivanov2025-04-233-29/+46