aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Validate PayloadAlignment when loading CAS index headersb/fixupsStefan Boberg2026-04-161-1/+1
* Handle POSIX short writes in FileCasStrategy chunk write loopStefan Boberg2026-04-161-3/+19
* Validate sizes and check errors in IoBufferBuilder::MakeFromFileStefan Boberg2026-04-161-4/+21
* Guard against ArgV overflow in Linux IterateCommandlineArgsStefan Boberg2026-04-161-4/+17
* Fix VLA and potential stack overflow in GetCallstack on POSIXStefan Boberg2026-04-161-2/+9
* Fix use of uninitialized stat result in POSIX RemoveFileNativeStefan Boberg2026-04-161-8/+9
* Fix truncation of 64-bit name length to int32_t in ValidateCbStringStefan Boberg2026-04-161-1/+1
* Fix strict-aliasing UB in ValidateCbFloat64 bit reinterpretationStefan Boberg2026-04-161-1/+2
* Remove duplicate FILE_SHARE_DELETE flag in IoBufferBuilder::MakeFromFileStefan Boberg2026-04-161-1/+1
* Fix POSIX mmap failure check in IoBufferExtendedCore::MaterializeStefan Boberg2026-04-161-1/+7
* Fix out-of-bounds read in crash handler callstack header writeStefan Boberg2026-04-161-1/+1
* Fix typo in MSVC detection macro in SHA1 byte swap helperStefan Boberg2026-04-161-1/+1
* Fix Guid::FromString silently accepting malformed inputStefan Boberg2026-04-161-0/+6
* Fix --trace channel accumulator overwriting previous valuesStefan Boberg2026-04-161-1/+1
* Fix use-before-init in Linux GetMachineNameStefan Boberg2026-04-161-1/+5
* Fix va_list reuse in SentryLogFunctionStefan Boberg2026-04-161-2/+7
* Add reduce-allocs skill and string builder infrastructure (#937)Stefan Boberg2026-04-166-29/+93
* add dashboard copy button on select information lines (#962)Dan Engelbrecht2026-04-168-9/+103
* 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-151-4/+4
* hub reset inactivity timer (#961)Dan Engelbrecht2026-04-151-0/+2
* add sessions to hub and proxy (#960)Dan Engelbrecht2026-04-158-44/+82
* fix memory usage for cache upload (#959)Dan Engelbrecht2026-04-155-497/+326
* fix OAuth client credentials content type override (#957)Joakim Lindqvist2026-04-143-2/+16
* Hub proxy returns graceful responses when an instance is unavailable instead ...Dan Engelbrecht2026-04-141-3/+27
* Removing CLOEXEC use on shared memory descriptorszousar2026-04-132-5/+0
* Fix copy and paste errorszousar2026-04-131-3/+3
* Stop using O_CLOEXEC in shm_openzousar2026-04-132-6/+11
* fix utf characters in source code (#953)Dan Engelbrecht2026-04-1388-321/+321
* use mimalloc by default (#952)Dan Engelbrecht2026-04-131-2/+2
* Compute OIDC auth, async Horde agents, and orchestrator improvements (#913)Stefan Boberg2026-04-1362-3970/+3649
* log curl raw error on retry, add retry on CURLE_PARTIAL_FILE error (#951)Dan Engelbrecht2026-04-131-1/+3
* silence errors due to abort (#950)Dan Engelbrecht2026-04-131-188/+333
* Some minor polish from tourist branch (#949)Stefan Boberg2026-04-1313-44/+413
* Add MemoryCidStore and ChunkStore interface (#940)Stefan Boberg2026-04-1311-41/+331
* minor fixups (#948)Dan Engelbrecht2026-04-134-32/+47
* Logging and diagnostics improvements (#941)Stefan Boberg2026-04-1314-111/+269
* hub instance malloc trace (#946)Dan Engelbrecht2026-04-136-0/+82
* Dashboard stats tiles no longer flicker (#943)Dan Engelbrecht2026-04-116-190/+197
* removed s3 test program (#942)Stefan Boberg2026-04-112-534/+0
* `--consul-register-hub` option to disable hub parent service Consul registrat...Dan Engelbrecht2026-04-112-17/+34
* hub deprovision all (#938)Dan Engelbrecht2026-04-113-5/+109
* dashboard search (#936)Dan Engelbrecht2026-04-116-13/+184
* improve messaging when zen builds download target disk does not have enought ...Dan Engelbrecht2026-04-111-1/+4
* HTTP range responses (RFC 7233) - httpobjectstore (#928)Dan Engelbrecht2026-04-1010-134/+506
* reduce test runtime (#933)Dan Engelbrecht2026-04-1015-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