aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpsys.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various bug fixes (#778)Stefan Boberg2026-02-241-7/+10
* add selective request logging support to http.sys (#762)Stefan Boberg2026-02-181-3/+22
* add http server root password protection (#757)Dan Engelbrecht2026-02-171-5/+16
* misc fixes brought over from sb/proto (#759)Stefan Boberg2026-02-171-15/+15
* add IHttpRequestFilter to allow server implementation to filter/reject reques...Dan Engelbrecht2026-02-131-2/+44
* add IsLocalMachineRequest to HttpServerRequest (#749)Dan Engelbrecht2026-02-121-0/+29
* add simple http client tests (#751)Dan Engelbrecht2026-02-121-7/+11
* OTLP/trace improvements (#717)Stefan Boberg2026-01-191-4/+6
* remove error warning in output (#695)Dan Engelbrecht2025-12-171-5/+5
* add otel instrumentation (#581)Stefan Boberg2025-12-111-5/+88
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-111-10/+10
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-051-8/+27
* hide http.sys options when unavailable (#568)Stefan Boberg2025-10-131-4/+6
* add ability to limit concurrency (#565)Stefan Boberg2025-10-101-1/+1
* revise exception vs error (#495)Dan Engelbrecht2025-09-151-2/+2
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-1/+1
* clean up trace options parsing (#473)Dan Engelbrecht2025-08-221-0/+3
* extend log on failed httpsys response (#394)Dan Engelbrecht2025-05-131-1/+8
* build list filters (#313)Dan Engelbrecht2025-03-191-2/+2
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-8/+10
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+1
* Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-131-1/+1
* Memory tracking improvements (#262)Stefan Boberg2024-12-111-0/+14
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+19
* don't assert that we have moved bytes if source block is zero size (#97)Dan Engelbrecht2024-06-141-1/+1
* improved assert (#37)Dan Engelbrecht2024-04-041-5/+19
* adding context to http.sys error messageStefan Boberg2024-02-201-5/+15
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-1/+1
* HTTP plugin request debug logging (#587)Stefan Boberg2023-12-051-2/+3
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-9/+18
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-9/+5
* improved http.sys initialization diagnostics and amended logic for dedicated ...Stefan Boberg2023-10-131-40/+71
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+2012