aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* 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
* review fixesDmytro Ivanov2025-04-221-1/+1
* Added config, versioning and logging for pluginsDmytro Ivanov2025-04-223-106/+167
* filesystem retry fixes (#354)Dan Engelbrecht2025-04-101-5/+5
* use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-023-1/+113
* long filename support (#330)Dan Engelbrecht2025-03-311-1/+1
* optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-1/+1
* zen build cache service (#318)Dan Engelbrecht2025-03-263-47/+70
* build list filters (#313)Dan Engelbrecht2025-03-192-3/+3
* Build command tweaks (#301)Stefan Boberg2025-03-111-7/+10
* partial block fetch (#298)Dan Engelbrecht2025-03-071-66/+95
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-064-18/+38
* limit and validate responses before logging the text (#292)Stefan Boberg2025-03-042-1/+93
* refactor use chunk sequence download (#291)Dan Engelbrecht2025-03-031-0/+5
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-4/+23
* improved builds api interface in jupiter (#281)Dan Engelbrecht2025-02-123-140/+178
* jupiter code cleanup (#276)Dan Engelbrecht2025-01-222-0/+105
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-168-7/+1066
* 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
* improved payload validation in HttpClient (#259)Dan Engelbrecht2024-12-101-18/+60
* auth fixes (#260)Dan Engelbrecht2024-12-103-32/+43
* Unity build fixes (#253)Stefan Boberg2024-12-051-8/+0
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+19
* make sure we don't throw exception from worker thread (#247)Dan Engelbrecht2024-11-281-2/+2
* add validation of payload responses in http client (#240)Dan Engelbrecht2024-11-271-220/+292
* workspace share security (#192)Dan Engelbrecht2024-10-231-1/+4
* safer path from handle (#195)Dan Engelbrecht2024-10-161-2/+12