aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass command-line OidcToken option through config rather than env variables, ...lm/oidctoken-exe-pathLiam Mitchell2026-01-1510-64/+59
* Use well-known OidcToken paths or command line arguments to determine OidcTok...Liam Mitchell2026-01-1410-73/+119
* added early-out check in GcManager::ScrubStorage(ScrubContext& GcCtx) (#698)Stefan Boberg2026-01-071-1/+7
* Add base port getter and set the dll directory for plugin dependencies (#692)Tomasz Obrębski2025-12-193-7/+21
* Merge pull request #696 from ue-foundation/zs/limit-overwrite-defaultZousar Shaker2025-12-1915-24/+83
|\
| * Merge branch 'main' into zs/limit-overwrite-defaultZousar Shaker2025-12-196-254/+261
| |\ | |/ |/|
* | optimize scavenge (#697)Dan Engelbrecht2025-12-196-254/+263
| * Fix unit test that relies on being able to overwritezousar2025-12-191-2/+2
| * Changelogzousar2025-12-191-0/+4
| * Ensure upstream put propagation includes overwritezousar2025-12-1910-17/+73
| * Change default limit-overwrite behavior to truezousar2025-12-174-6/+7
|/
* 5.7.15v5.7.15Dan Engelbrecht2025-12-171-1/+1
* changelogDan Engelbrecht2025-12-171-1/+1
* remove error warning in output (#695)Dan Engelbrecht2025-12-178-18/+21
* 5.7.15-pre1v5.7.15-pre1Dan Engelbrecht2025-12-171-1/+1
* fix scavenge source path match (again) (#694)Dan Engelbrecht2025-12-172-11/+13
* 5.7.15-pre0v5.7.15-pre0Dan Engelbrecht2025-12-161-1/+1
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-1612-116/+319
* remove found chunks as they are found in blocks (#691)Dan Engelbrecht2025-12-152-7/+19
* oplog download size (#690)Dan Engelbrecht2025-12-1512-320/+657
* show download source data (#689)Dan Engelbrecht2025-12-1213-11/+226
* add otel instrumentation (#581)Stefan Boberg2025-12-1113-55/+237
* 5.7.14v5.7.14Dan Engelbrecht2025-12-111-1/+1
* 5.7.14-pre4v5.7.14-pre4Dan Engelbrecht2025-12-111-1/+1
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-119-107/+245
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-1112-67/+189
* 5.7.14-pre3v5.7.14-pre3Dan Engelbrecht2025-12-111-1/+1
* catch all exceptions during projectstore scrub (#686)Dan Engelbrecht2025-12-111-0/+6
* fix zero length stream decompress (#685)Dan Engelbrecht2025-12-102-1/+2
* changelogDan Engelbrecht2025-12-101-1/+1
* 5.7.14-pre2v5.7.14-pre2Dan Engelbrecht2025-12-101-1/+1
* remove catching of exceptions in batch operations now that they are not execu...Dan Engelbrecht2025-12-103-101/+62
* fix buffer memory in builds cache (#682)Dan Engelbrecht2025-12-103-18/+75
* fix reading of stale iterator when doing download-resume (#681)Dan Engelbrecht2025-12-092-9/+10
* upload to zen cache from oplog import now disabled by default (#680)Dan Engelbrecht2025-12-093-2/+3
* 5.7.14-pre1v5.7.14-pre1Dan Engelbrecht2025-12-081-1/+1
* safer lambda captures (#633)Dan Engelbrecht2025-12-081-8/+10
* 5.7.14-pre0v5.7.14-pre0Dan Engelbrecht2025-12-051-1/+1
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-055-45/+104
* catch exception leaks in windows thread pool (#677)Dan Engelbrecht2025-12-052-4/+19
* exists must be called before equivalent (#678)Dan Engelbrecht2025-12-052-1/+2
* batch op not in destructor (#676)Dan Engelbrecht2025-12-047-343/+556
* add checks to protect against access violation due to failed disk read (#675)Dan Engelbrecht2025-12-042-0/+17
* 5.7.13v5.7.13Dan Engelbrecht2025-12-041-1/+1
* 5.7.13-pre2v5.7.13-pre2Dan Engelbrecht2025-12-031-1/+1
* add missing patterns to objectstore service http routing (#674)Dan Engelbrecht2025-12-031-3/+7
* 5.7.13-pre1v5.7.13-pre1Dan Engelbrecht2025-12-011-1/+1
* make sure we use exclusive lock in projectstore when flushing/writing snapsho...Dan Engelbrecht2025-12-012-12/+37
* use scope guards to secure that BasicFile::Detach is called even on exception...Dan Engelbrecht2025-12-012-11/+6
* fix crash when parsing empty key in httpstats service (#671)Dan Engelbrecht2025-12-011-2/+1