aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/include
Commit message (Expand)AuthorAgeFilesLines
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-061-1/+2
* fix for RPC replay issue (wrong content-type) (#536)Stefan Boberg2025-10-021-0/+2
* HttpClient support for pluggable back-ends (#532)Stefan Boberg2025-09-301-12/+11
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-293-71/+114
* Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-221-1/+2
* use new builds api for oplogs (#464)Dan Engelbrecht2025-08-121-0/+23
* list build part content (#462)Dan Engelbrecht2025-08-111-1/+2
* Added config, versioning and logging for pluginsDmytro Ivanov2025-04-221-4/+11
* use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-022-1/+5
* zen build cache service (#318)Dan Engelbrecht2025-03-261-19/+27
* build list filters (#313)Dan Engelbrecht2025-03-191-1/+1
* Build command tweaks (#301)Stefan Boberg2025-03-111-7/+10
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-3/+5
* limit and validate responses before logging the text (#292)Stefan Boberg2025-03-041-1/+47
* improved builds api interface in jupiter (#281)Dan Engelbrecht2025-02-121-3/+1
* jupiter code cleanup (#276)Dan Engelbrecht2025-01-221-0/+29
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-0/+164
* auth fixes (#260)Dan Engelbrecht2024-12-101-1/+2
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-2/+2
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+1
* zenremoteprojectstore with httpclient (#35)Dan Engelbrecht2024-04-031-0/+8
* add filter to projectstore entries request (#25)Dan Engelbrecht2024-03-261-0/+2
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-241-4/+31
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-163/+0
* HTTP plugin request debug logging (#587)Stefan Boberg2023-12-051-5/+5
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-1/+2
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-072-2/+2
* spdlog implementation hiding (#498)Stefan Boberg2023-11-063-12/+9
* added missing includes (#504)Stefan Boberg2023-10-271-0/+1
* added HttpClient::GetBaseUriStefan Boberg2023-10-201-1/+2
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-1/+1
* support for multiple http servers (#473)Stefan Boberg2023-10-131-21/+4
* restructured zenhttp (#472)Stefan Boberg2023-10-131-119/+0
* adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-121-1/+2
* pluggable asio transport (#460)Stefan Boberg2023-10-111-97/+0
* updated plugin API class names (#462)Stefan Boberg2023-10-112-17/+17
* experimental pluggable transport support (#436)Stefan Boberg2023-10-102-0/+146
* removed websocket protocol support(#445)Stefan Boberg2023-10-042-261/+1
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-221-1/+1
* http and httpsys config options (#401)Dan Engelbrecht2023-09-141-1/+14
* add console logging to zen command (#389)Dan Engelbrecht2023-09-081-0/+8
* Extend http client (#387)Dan Engelbrecht2023-09-082-19/+122
* oplog mirror support (#367)Stefan Boberg2023-08-211-0/+2
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-171-4/+4
* various zenhttp fixes from sb/protoStefan Boberg2023-06-305-13/+35
* some HttpClient changes eliminating some cpr helpersStefan Boberg2023-05-151-3/+27
* Better defaults for zen cli (#302)Stefan Boberg2023-05-151-2/+7
* implemented structured cache logging (#296)Stefan Boberg2023-05-121-2/+2
* Close down http server gracefully when exiting even while requests are still ...Dan Engelbrecht2023-05-111-0/+1
* 247 complete httpclient implementation (#269)Stefan Boberg2023-05-052-16/+38