aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * add sessions to hub and proxy (#960)Dan Engelbrecht8 days8-44/+82
| * fix memory usage for cache upload (#959)Dan Engelbrecht9 days5-497/+326
| * fix OAuth client credentials content type override (#957)Joakim Lindqvist9 days3-2/+16
| * Hub proxy returns graceful responses when an instance is unavailable instead ...Dan Engelbrecht9 days1-3/+27
| * Removing CLOEXEC use on shared memory descriptorszousar10 days2-5/+0
| * Fix copy and paste errorszousar10 days1-3/+3
| * Stop using O_CLOEXEC in shm_openzousar10 days2-6/+11
| * fix utf characters in source code (#953)Dan Engelbrecht10 days88-321/+321
| * use mimalloc by default (#952)Dan Engelbrecht10 days1-2/+2
| * Compute OIDC auth, async Horde agents, and orchestrator improvements (#913)Stefan Boberg10 days62-3970/+3649
| * log curl raw error on retry, add retry on CURLE_PARTIAL_FILE error (#951)Dan Engelbrecht10 days1-1/+3
| * silence errors due to abort (#950)Dan Engelbrecht10 days1-188/+333
| * Some minor polish from tourist branch (#949)Stefan Boberg10 days13-44/+413
| * Add MemoryCidStore and ChunkStore interface (#940)Stefan Boberg10 days11-41/+331
| * minor fixups (#948)Dan Engelbrecht10 days4-32/+47
| * Logging and diagnostics improvements (#941)Stefan Boberg10 days14-111/+269
| * hub instance malloc trace (#946)Dan Engelbrecht10 days6-0/+82
| * Dashboard stats tiles no longer flicker (#943)Dan Engelbrecht12 days6-190/+197
| * removed s3 test program (#942)Stefan Boberg12 days2-534/+0
| * `--consul-register-hub` option to disable hub parent service Consul registrat...Dan Engelbrecht12 days2-17/+34
| * hub deprovision all (#938)Dan Engelbrecht12 days3-5/+109
| * dashboard search (#936)Dan Engelbrecht12 days6-13/+184
| * improve messaging when zen builds download target disk does not have enought ...Dan Engelbrecht12 days1-1/+4
| * HTTP range responses (RFC 7233) - httpobjectstore (#928)Dan Engelbrecht13 days10-134/+506
| * reduce test runtime (#933)Dan Engelbrecht13 days15-1386/+1242
| * Fix ZenServerState stale entry detection on PID reuse (k8s) (#932)Stefan Boberg2026-04-091-0/+31
| * Add async HTTP client (curl_multi + ASIO) (#918)Stefan Boberg2026-04-096-269/+1776
| * migrate from http_parser to llhttp (#929)Dan Engelbrecht2026-04-099-96/+421
| * fully provisioned hub instances now sets initial check status to "passing" i...Dan Engelbrecht2026-04-083-7/+14
| * use correct return code for unsupported multirange requests in objectstore (#...Dan Engelbrecht2026-04-082-2/+64
| * don't hard fail if .pending folder is not empty on oplog export (#926)Dan Engelbrecht2026-04-082-2/+10
| * fix missing chunk in oplog export (#925)Dan Engelbrecht2026-04-081-0/+160
| * hydration data obliteration (#923)Dan Engelbrecht2026-04-0813-147/+717
| * sort items on dashboard (#924)Dan Engelbrecht2026-04-072-79/+113
| * add pagination of cooked projects and caches on dashboard front page (#922)Dan Engelbrecht2026-04-072-65/+171
| * incremental dehydrate (#921)Dan Engelbrecht2026-04-0720-1141/+1870
| * fix hub consule health endpoint registration (#917)Dan Engelbrecht2026-04-022-1/+2
| * s3 and consul fixes (#916)Dan Engelbrecht2026-04-025-7/+280
| * add provision button to hub ui (#915)Dan Engelbrecht2026-04-021-0/+133
| * hub instance dashboard proxy (#914)Dan Engelbrecht2026-04-0123-34/+713
| * fix fork() issues on linux and MacOS (#910)Dan Engelbrecht2026-04-016-22/+174
| * consul env token refresh (#912)Dan Engelbrecht2026-04-015-13/+33
| * kill stale test processes (zenserver, minio, nomad, consul) before and after ...Stefan Boberg2026-04-011-4/+8
| * Zs/oplog export zero size attachment fix (#911)Zousar Shaker2026-04-013-2/+154
| * fix potential race with stats counters missing when to Stop filtered values (...Dan Engelbrecht2026-03-314-79/+92
| * fix jupiterbuildstorage concurrency (#906)Dan Engelbrecht2026-03-311-15/+34
| * add lua config options for all zenhubserver command line options (#904)Dan Engelbrecht2026-03-301-3/+81
* | Fix forward declaration order for s_GotSigWinch and SigWinchHandlerStefan Boberg2026-03-311-9/+9
* | Add Markdown reference generation and interactive browser with word wrappingStefan Boberg2026-03-304-60/+696
* | Highlight command and subcommand names in help TUIStefan Boberg2026-03-303-18/+87