aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-286-18/+24
* allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-277-126/+323
* avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-263-39/+56
* builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-2310-199/+1110
* make sure new blocks generated by a part is accessible to following parts (#732)Dan Engelbrecht2026-01-232-81/+92
* Zs/oplog navigation fix (#731)Zousar Shaker2026-01-232-6/+6
* hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-227-39/+62
* zen hub (#574)Stefan Boberg2026-01-2110-10/+1798
* builds multipart upload (#722)Dan Engelbrecht2026-01-207-1437/+2219
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-199-29/+186
* ZenServerProcess API changes (#719)Stefan Boberg2026-01-198-48/+162
* remove ZENCORE_API completely (#718)Stefan Boberg2026-01-1922-423/+404
* OTLP/trace improvements (#717)Stefan Boberg2026-01-196-35/+152
* consul package and basic client added (#716)Stefan Boberg2026-01-198-20/+426
* Merge pull request #701 from ue-foundation/lm/mac-daemon-modeLiam Mitchell2026-01-152-41/+35
|\
| * Run clang-format on service.cppLiam Mitchell2026-01-151-3/+2
| * Rename IsElevated to RequiresElevationLiam Mitchell2026-01-151-9/+9
| * Implement final changes required for daemon mode on MacLiam Mitchell2026-01-072-33/+28
* | throw error on bad oidctoken-exe-path (#713)Dan Engelbrecht2026-01-152-10/+24
* | use current locale when converting wide char command line arguments to string...Dan Engelbrecht2026-01-1511-1/+49
* | fix init of buildpart id in zen oplog-download (#711)Dan Engelbrecht2026-01-151-1/+1
* | structured output for builds ls (#709)Dan Engelbrecht2026-01-143-70/+188
* | asio/http optimizations (#449)Stefan Boberg2026-01-142-131/+640
* | minor fixes (#708)Stefan Boberg2026-01-132-3/+2
* | added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-1310-223/+468
* | fixed block generation after bug introduced in PR #704 (#707)Dan Engelbrecht2026-01-131-12/+15
* | if we fail to create the server mutex, gracefully report error without sendin...Dan Engelbrecht2026-01-121-1/+3
* | various optimizations (#704)Dan Engelbrecht2026-01-095-33/+151
* | CprHttpClient cleanup (#703)Dan Engelbrecht2026-01-092-7/+3
* | Avoid rendering user text input as HTML (#700)Liam Mitchell2026-01-092-1/+1
* | read build state files into memory instead of relying on memory mapping (#702)Dan Engelbrecht2026-01-081-2/+7
* | optimize scavenge part 2 (#699)Dan Engelbrecht2026-01-082-148/+109
|/
* 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 branch 'main' into zs/limit-overwrite-defaultZousar Shaker2025-12-195-254/+260
|\
| * optimize scavenge (#697)Dan Engelbrecht2025-12-195-254/+260
* | Fix unit test that relies on being able to overwritezousar2025-12-191-2/+2
* | Ensure upstream put propagation includes overwritezousar2025-12-1910-17/+73
* | Change default limit-overwrite behavior to truezousar2025-12-174-6/+7
|/
* remove error warning in output (#695)Dan Engelbrecht2025-12-177-18/+20
* fix scavenge source path match (again) (#694)Dan Engelbrecht2025-12-171-11/+12
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-1611-116/+311
* remove found chunks as they are found in blocks (#691)Dan Engelbrecht2025-12-151-7/+18
* oplog download size (#690)Dan Engelbrecht2025-12-1511-320/+655
* show download source data (#689)Dan Engelbrecht2025-12-1212-11/+223
* add otel instrumentation (#581)Stefan Boberg2025-12-1113-55/+237
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-118-107/+244
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-1112-67/+189
* catch all exceptions during projectstore scrub (#686)Dan Engelbrecht2025-12-111-0/+6
* fix zero length stream decompress (#685)Dan Engelbrecht2025-12-101-1/+1