aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use eastl::deque for queues with many small elements (#991)Stefan Boberg2026-04-206-23/+27
* s3 dehydration touch cas (#977)Dan Engelbrecht2026-04-204-25/+163
* zen history command (#987)Dan Engelbrecht2026-04-2028-76/+893
* zen-test: add CLI integration harness + TestArtifactProvider + CI host stats ...Stefan Boberg2026-04-2014-3/+1323
* add --pid och --executable till zen down command (#988)Dan Engelbrecht2026-04-207-33/+391
* zen: remove unused 'copy' and 'run' subcommands (#986)Stefan Boberg2026-04-205-469/+0
* added support for trace regions (#984)Stefan Boberg2026-04-203-0/+94
* zencore: implement SearchPathForExecutable on POSIX (#981)Stefan Boberg2026-04-201-1/+32
* zencore: CreateProc stdin pipes + BuildArgV quote stripping (#983)Stefan Boberg2026-04-204-75/+463
* zenhttp: add FollowRedirects option to HttpClient (#982)Stefan Boberg2026-04-202-0/+13
* Move ZipFs from zenserver frontend into zenhttp (#980)Stefan Boberg2026-04-207-6/+15
* zencore: promote ScopedEnvVar to a shared filesystem helper (#979)Stefan Boberg2026-04-203-56/+67
* consolidate cache commands into `cache` subcommand (#978)Stefan Boberg2026-04-206-822/+922
* builds cmd refactor (#975)Dan Engelbrecht2026-04-2040-13022/+13404
* Merge pull request #976 from ue-foundation/zs/config-build-storageZousar Shaker2026-04-191-0/+2
|\
| * Configure 75 percent of disk for build storagezousar2026-04-181-0/+2
|/
* [zenhorde] security + robustness fixes (#972)Stefan Boberg2026-04-1715-312/+575
* cleanup buildstorageoperations (#973)Dan Engelbrecht2026-04-172-2821/+3306
* zenbase hardening (#971)Stefan Boberg2026-04-1715-244/+149
* replace pretty progress with prettyscroll implementation (#970)Dan Engelbrecht2026-04-177-21/+14
* log cleanup (#969)Dan Engelbrecht2026-04-1721-158/+209
* operationlogoutput refactor (#967)Dan Engelbrecht2026-04-1720-1298/+1126
* changelog version bumpDan Engelbrecht2026-04-161-0/+2
* 5.8.5v5.8.5Dan Engelbrecht2026-04-161-1/+1
* 5.8.5-pre5v5.8.5-pre5Dan Engelbrecht2026-04-161-1/+1
* add --buildstore-disksizelimit-percent to zenstorageserver (#966)Dan Engelbrecht2026-04-164-3/+45
* Pass no-tests to openssl3 configure on Linux/macOS/BSDStefan Boberg2026-04-161-1/+2
* Remove EASTL on_test snippet that fails with UE toolchain + ASANStefan Boberg2026-04-161-7/+3
* version bump to trigger buildv5.8.5-pre4Stefan Boberg2026-04-161-1/+1
* Also redirect security.ubuntu.com to EC2 regional mirrorStefan Boberg2026-04-161-1/+1
* version bump to trigger buildv5.8.5-pre3Stefan Boberg2026-04-161-1/+1
* Switch Docker apt mirror to us-east-1.ec2.archive.ubuntu.comStefan Boberg2026-04-162-4/+6
* version bump to trigger buildv5.8.5-pre2Stefan Boberg2026-04-161-1/+1
* Add Docker build network diagnostics and verbose progressStefan Boberg2026-04-161-0/+15
* Enable Docker BuildKit inline caching for release image buildsStefan Boberg2026-04-161-4/+22
* Add reduce-allocs skill and string builder infrastructure (#937)Stefan Boberg2026-04-167-29/+128
* 5.8.5-pre1v5.8.5-pre1Dan Engelbrecht2026-04-161-1/+1
* in-tree repo fixes (#965)Stefan Boberg2026-04-1668-51781/+427
* add dashboard copy button on select information lines (#962)Dan Engelbrecht2026-04-169-9/+104
* Update description of oplog snapshot (#964)Matt Peters2026-04-151-1/+1
* Fix strings passed to RegisterRoute in HttpProjectStore: strings are … (#963)Matt Peters2026-04-152-4/+5
* 5.8.5-pre0v5.8.5-pre0Dan Engelbrecht2026-04-151-1/+1
* hub reset inactivity timer (#961)Dan Engelbrecht2026-04-152-1/+4
* add sessions to hub and proxy (#960)Dan Engelbrecht2026-04-159-44/+83
* fix memory usage for cache upload (#959)Dan Engelbrecht2026-04-156-497/+328
* fix OAuth client credentials content type override (#957)Joakim Lindqvist2026-04-144-2/+20
* 5.8.4v5.8.4Dan Engelbrecht2026-04-141-1/+1
* Hub proxy returns graceful responses when an instance is unavailable instead ...Dan Engelbrecht2026-04-142-3/+28
* 5.8.4-pre3v5.8.4-pre3Dan Engelbrecht2026-04-141-1/+1
* Merge pull request #955 from ue-foundation/zs/shared-memory-open-flags-fixZousar Shaker2026-04-133-6/+7
|\