aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* block scavenge of other downloads that uses an older state file (#822)Dan Engelbrecht2026-03-114-3/+23
* hub consul integration (#820)Dan Engelbrecht2026-03-1113-44/+1206
* minor zenstore/blockstore fixes (#821)Stefan Boberg2026-03-105-83/+63
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-1045-554/+4935
* changelog entry which was inadvertently omitted from PR mergeStefan Boberg2026-03-101-1/+4
* hubservice refactor (#819)Dan Engelbrecht2026-03-1011-737/+822
* Merge pull request #752 from ue-foundation/lm/restrict-content-typeLiam Mitchell2026-03-098-7/+48
|\
| * Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-0911-72/+160
| |\ | |/ |/|
* | Merge pull request #710 from ue-foundation/lm/oidctoken-exe-pathLiam Mitchell2026-03-0911-71/+162
|\ \
| * | Update changelogLiam Mitchell2026-03-091-0/+1
| * | Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-09986-147155/+57110
| |\ \ | |/ / |/| |
| * | Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-09137-3080/+9211
| |\ \
| * | | Allow external OidcToken executable to be specified unless disabled via comma...Liam Mitchell2026-03-045-8/+58
| * | | Pass command-line OidcToken option through config rather than env variables, ...Liam Mitchell2026-01-1510-64/+59
| * | | Use well-known OidcToken paths or command line arguments to determine OidcTok...Liam Mitchell2026-01-1410-73/+119
| | | * Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-09985-147152/+57108
| | | |\ | |_|_|/ |/| | |
* | | | updated chunk–block analyser (#818)Dan Engelbrecht2026-03-096-500/+1239
* | | | Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-0984-1035/+6084
* | | | add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-0933-1437/+2922
* | | | added auto-detection logic for console colour output (#817)Stefan Boberg2026-03-092-5/+107
* | | | Eliminate spdlog dependency (#773)Stefan Boberg2026-03-09172-13965/+2297
* | | | zenstore bug-fixes from static analysis pass (#815)Stefan Boberg2026-03-0625-138/+144
* | | | Claude config, some bug fixes (#813)Stefan Boberg2026-03-0638-139/+221
* | | | fix oidctoken exe lookup check (#811)Dan Engelbrecht2026-03-061-1/+1
* | | | oidctoken tool package (#810)Stefan Boberg2026-03-0511-11/+50
* | | | 5.7.22-pre0v5.7.22-pre4Dan Engelbrecht2026-03-051-1/+1
* | | | added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them (#809)Stefan Boberg2026-03-059-57/+180
* | | | Fixing various compiler issues (#807)Stefan Boberg2026-03-045-7/+20
* | | | more feedback during auth option parsing (#806)Dan Engelbrecht2026-03-045-41/+100
* | | | compute orchestration (#763)Stefan Boberg2026-03-04121-2901/+24372
* | | | native xmake toolchain definition for UE-clang (#805)Stefan Boberg2026-03-0412-110/+164
* | | | IterateChunks callback is multithreaded - make sure AttachmentsSize can handl...Dan Engelbrecht2026-03-042-2/+3
* | | | HTTP improvements (#803)Stefan Boberg2026-03-048-19/+99
* | | | unity build fixes (#802)Stefan Boberg2026-03-0413-19/+55
* | | | use multi range requests (#800)Dan Engelbrecht2026-03-0328-724/+1587
* | | | fix objectstore uri path parsing (#801)Dan Engelbrecht2026-03-033-14/+148
* | | | Update README.mdStefan Boberg2026-03-021-2/+1
* | | | Add test suites (#799)Stefan Boberg2026-03-0273-52/+421
* | | | added `--verbose` option to zenserver-test and `xmake test` (#798)Stefan Boberg2026-03-0121-277/+240
* | | | subprocess tracking using Jobs on Windows/hub (#796)Stefan Boberg2026-02-286-8/+199
* | | | test running / reporting improvements (#797)Stefan Boberg2026-02-2810-116/+211
* | | | add multirange requests to blob store (#795)Dan Engelbrecht2026-02-274-21/+296
* | | | Add test summary table and failure reporting to xmake test (#794)Stefan Boberg2026-02-274-54/+310
* | | | add full WebSocket (RFC 6455) client/server support for zenhttp (#792)Stefan Boberg2026-02-2720-109/+3203
* | | | add sentry-sdk logger (#793)Stefan Boberg2026-02-272-8/+58
* | | | optimize string matching (#791)Dan Engelbrecht2026-02-272-15/+23
* | | | MeasureLatency now bails out quickly if it experiences a connection error (#789)Stefan Boberg2026-02-273-0/+25
* | | | add support in http client to accept multi-range responses (#788)Dan Engelbrecht2026-02-278-319/+859
* | | | Ported "lane trace" feature from UE (by way of IAX) (#771)Martin Ridgers2026-02-275-11/+805
* | | | adding HttpClient tests (#785)Stefan Boberg2026-02-264-3/+1367