| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CprHttpClient cleanup (#703) | Dan Engelbrecht | 2026-01-09 | 1 | -6/+2 |
| | | |||||
| * | fix reading of stale iterator when doing download-resume (#681) | Dan Engelbrecht | 2025-12-09 | 1 | -9/+9 |
| | | |||||
| * | automatic scrub on startup (#667) | Dan Engelbrecht | 2025-11-27 | 1 | -1/+1 |
| | | | | | | - Improvement: Deeper validation of data when scrub is activated (cas/cache/project) - Improvement: Enabled more multi threading when running scrub operations - Improvement: Added means to force a scrub operation at startup with a new release using ZEN_DATA_FORCE_SCRUB_VERSION variable in xmake.lua | ||||
| * | add `--boost-worker-memory` option to zen builds (#639) | Dan Engelbrecht | 2025-11-10 | 1 | -1/+1 |
| | | |||||
| * | add `--verbose-http` option to builds commands (#630) | Dan Engelbrecht | 2025-11-04 | 1 | -0/+54 |
| | | |||||
| * | silence warnings in CprHttpClient if request was aborted (#591) | Dan Engelbrecht | 2025-10-20 | 1 | -197/+202 |
| | | | | | * silence warnings in CprHttpClient if request was aborted * refactor CprHttpClient | ||||
| * | add ability to abort http requests (#586) | Dan Engelbrecht | 2025-10-17 | 1 | -20/+61 |
| | | | | * add abort-check function to httpclient | ||||
| * | HttpClient support for pluggable back-ends (#532) | Stefan Boberg | 2025-09-30 | 1 | -0/+1035 |
| refactored HttpClient to separate out cpr implementation into separate classes, with an abstract base class to allow plugging in multiple implementations in the future | |||||