aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* sessions: persist to disk, prune, track client liveness, accept UE_LOGFMT (#1...HEADmainStefan Boberg2026-05-0525-519/+3795
* hub async s3 client (#1024)Dan Engelbrecht2026-05-0510-332/+4212
* watchdog ephemeral port exhaust (#1022)Dan Engelbrecht2026-05-042-23/+55
* zenhttp improvements (robustness / correctness) (#968)Stefan Boberg2026-05-048-80/+276
* GetEnvVariable: return std::optional<std::string> (#1017)Stefan Boberg2026-04-273-8/+8
* hydration with pack (#1016)Dan Engelbrecht2026-04-279-516/+1963
* hub execution stats (#1011)Dan Engelbrecht2026-04-224-264/+488
* dashboard prominent version (#1009)Dan Engelbrecht2026-04-222-2/+31
* hub provision acceptable states (#1008)Dan Engelbrecht2026-04-221-0/+2
* chunk-size -> chunksize for lua config (#1004)Dan Engelbrecht2026-04-211-1/+1
* filesystem.h surface error codes (#998)Dan Engelbrecht2026-04-211-2/+10
* improved s3 hydration (#997)Dan Engelbrecht2026-04-216-1149/+1111
* async consul register/deregister (#992)Dan Engelbrecht2026-04-211-39/+49
* structured cache: fix some minor issues (#995)Stefan Boberg2026-04-211-11/+16
* Zen CLI common server interface (#920)Stefan Boberg2026-04-202-5/+17
* Rename logging::ToStringView to ToString for consistency (#993)Stefan Boberg2026-04-202-3/+3
* hide secrets from log and sentry (#989)Dan Engelbrecht2026-04-201-2/+6
* zen trace analysis support (#945)Stefan Boberg2026-04-201-0/+1
* Use eastl::deque for queues with many small elements (#991)Stefan Boberg2026-04-201-7/+6
* s3 dehydration touch cas (#977)Dan Engelbrecht2026-04-201-19/+57
* zen history command (#987)Dan Engelbrecht2026-04-203-3/+53
* Move ZipFs from zenserver frontend into zenhttp (#980)Stefan Boberg2026-04-205-479/+1
* zencore: promote ScopedEnvVar to a shared filesystem helper (#979)Stefan Boberg2026-04-201-56/+0
* builds cmd refactor (#975)Dan Engelbrecht2026-04-201-5/+1
* zenbase hardening (#971)Stefan Boberg2026-04-173-14/+14
* log cleanup (#969)Dan Engelbrecht2026-04-171-4/+7
* operationlogoutput refactor (#967)Dan Engelbrecht2026-04-171-4/+1
* add --buildstore-disksizelimit-percent to zenstorageserver (#966)Dan Engelbrecht2026-04-163-3/+44
* add dashboard copy button on select information lines (#962)Dan Engelbrecht2026-04-168-9/+103
* Fix strings passed to RegisterRoute in HttpProjectStore: strings are … (#963)Matt Peters2026-04-151-4/+4
* hub reset inactivity timer (#961)Dan Engelbrecht2026-04-151-0/+2
* add sessions to hub and proxy (#960)Dan Engelbrecht2026-04-157-43/+78
* Hub proxy returns graceful responses when an instance is unavailable instead ...Dan Engelbrecht2026-04-141-3/+27
* fix utf characters in source code (#953)Dan Engelbrecht2026-04-138-15/+15
* Compute OIDC auth, async Horde agents, and orchestrator improvements (#913)Stefan Boberg2026-04-138-1610/+342
* Add MemoryCidStore and ChunkStore interface (#940)Stefan Boberg2026-04-133-8/+11
* minor fixups (#948)Dan Engelbrecht2026-04-132-11/+26
* Logging and diagnostics improvements (#941)Stefan Boberg2026-04-131-1/+1
* hub instance malloc trace (#946)Dan Engelbrecht2026-04-136-0/+82
* Dashboard stats tiles no longer flicker (#943)Dan Engelbrecht2026-04-116-190/+197
* `--consul-register-hub` option to disable hub parent service Consul registrat...Dan Engelbrecht2026-04-112-17/+34
* hub deprovision all (#938)Dan Engelbrecht2026-04-112-0/+81
* dashboard search (#936)Dan Engelbrecht2026-04-116-13/+184
* HTTP range responses (RFC 7233) - httpobjectstore (#928)Dan Engelbrecht2026-04-102-116/+78
* reduce test runtime (#933)Dan Engelbrecht2026-04-102-2/+2
* migrate from http_parser to llhttp (#929)Dan Engelbrecht2026-04-093-44/+41
* fully provisioned hub instances now sets initial check status to "passing" i...Dan Engelbrecht2026-04-081-6/+3
* use correct return code for unsupported multirange requests in objectstore (#...Dan Engelbrecht2026-04-081-2/+2
* hydration data obliteration (#923)Dan Engelbrecht2026-04-0812-145/+714
* sort items on dashboard (#924)Dan Engelbrecht2026-04-072-79/+113