aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers
Commit message (Expand)AuthorAgeFilesLines
* made http.sys async worker thread pool configurable via the same option as th...Stefan Boberg2026-02-201-1/+2
* added new I/O thread pool implementationStefan Boberg2026-02-204-27/+360
* GC - fix handling of attachment ranges, http access token expiration, lock fi...Stefan Boberg2026-02-201-3/+6
* 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-177-14/+50
* misc fixes brought over from sb/proto (#759)Stefan Boberg2026-02-172-16/+21
* add IHttpRequestFilter to allow server implementation to filter/reject reques...Dan Engelbrecht2026-02-137-83/+228
* add IsLocalMachineRequest to HttpServerRequest (#749)Dan Engelbrecht2026-02-123-3/+52
* add simple http client tests (#751)Dan Engelbrecht2026-02-125-24/+35
* only check file size for requested range in asio TransmitFileAsync in debug m...Dan Engelbrecht2026-02-061-41/+63
* Merge pull request #723 from ue-foundation/lm/service-interactive-sessionLiam Mitchell2026-02-044-40/+16
|\
| * Respond to RequestApplicationExit() in http server implementations even in no...Liam Mitchell2026-01-294-40/+16
* | implemented chunking for TransmitFile path (#736)Stefan Boberg2026-02-041-58/+119
* | hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-3/+3
|/
* OTLP/trace improvements (#717)Stefan Boberg2026-01-191-4/+6
* asio/http optimizations (#449)Stefan Boberg2026-01-141-104/+638
* Add base port getter and set the dll directory for plugin dependencies (#692)Tomasz Obrębski2025-12-191-2/+11
* remove error warning in output (#695)Dan Engelbrecht2025-12-172-9/+9
* add otel instrumentation (#581)Stefan Boberg2025-12-113-7/+92
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-117-50/+50
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-053-44/+98
* 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-102-2/+2
* revise exception vs error (#495)Dan Engelbrecht2025-09-153-10/+18
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-1/+1
* asio large header support (#484)Dan Engelbrecht2025-09-042-123/+128
* clean up trace options parsing (#473)Dan Engelbrecht2025-08-224-0/+10
* 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
* 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-134-4/+8
* more memory tagging and fixes (#263)Stefan Boberg2024-12-162-4/+94
* Memory tracking improvements (#262)Stefan Boberg2024-12-111-0/+14
* Unity build fixes (#253)Stefan Boberg2024-12-051-8/+0
* 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-142-2/+2
* improved assert (#37)Dan Engelbrecht2024-04-044-20/+51
* HTTP request logging (#6)Stefan Boberg2024-03-144-31/+108
* http request parser safety (#664)Dan Engelbrecht2024-03-121-1/+7
* fix zenserver state macos (#669)Dan Engelbrecht2024-03-101-5/+24
* some asio HTTP server tweaks for correctness (#663)Stefan Boberg2024-03-051-9/+11
* adding context to http.sys error messageStefan Boberg2024-02-201-5/+15
* Add testcase and fix for ASIO ipv4 localhost support (#649)zousar2024-02-061-14/+59
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-1/+1
* 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-057-36/+155