aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinIoThreadPool teardown cleaned up (#580)Stefan Boberg2023-11-301-0/+5
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-094-27/+50
* removed duplicate and unused constantsStefan Boberg2023-11-091-8/+0
* spdlog implementation hiding (#498)Stefan Boberg2023-11-065-21/+17
* improve error handling when parsing http requests (#489)Dan Engelbrecht2023-10-201-6/+36
* support for multiple http servers (#473)Stefan Boberg2023-10-133-129/+251
* improved http.sys initialization diagnostics and amended logic for dedicated ...Stefan Boberg2023-10-131-40/+71
* restructured zenhttp (#472)Stefan Boberg2023-10-1311-0/+4569