aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* prime temp file sizes and order request based on first write positionde/disk-io-optimizationsDan Engelbrecht2025-04-101-2/+2
* only validate hash if we have a complete payload in http clientDan 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
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-2/+2
* Add zenserver session id to Sentry context (#133)Dan Engelbrecht2024-08-221-3/+1
* don't assert that we have moved bytes if source block is zero size (#97)Dan Engelbrecht2024-06-142-2/+2
* workspace shares (#84)Dan Engelbrecht2024-05-292-0/+20
* use write and move in place for safer writing of files (#70)Dan Engelbrecht2024-05-021-1/+2
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-70/+158
* improved assert (#37)Dan Engelbrecht2024-04-048-25/+56
* zenremoteprojectstore with httpclient (#35)Dan Engelbrecht2024-04-032-18/+40
* add yaml serialization support (#3)Stefan Boberg2024-03-261-0/+10
* add filter to projectstore entries request (#25)Dan Engelbrecht2024-03-262-0/+36
* 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
* Actually thow exception if we can't parse the jobid when starting async job (...Dan Engelbrecht2024-01-311-2/+7
* improve oplog export logging (#644)Dan Engelbrecht2024-01-311-9/+9
* fix response error conversion (#643)Dan Engelbrecht2024-01-291-1/+1
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-251-1/+4
* Use proper format for range request header (#640)Dan Engelbrecht2024-01-241-4/+10
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-242-141/+424
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-221-1/+10