aboutsummaryrefslogtreecommitdiff
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
* 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
|\
| * Removing CLOEXEC use on shared memory descriptorszousar2026-04-132-5/+0
| * Changelogzousar2026-04-131-0/+1
| * 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-132-2/+3
* Compute OIDC auth, async Horde agents, and orchestrator improvements (#913)Stefan Boberg2026-04-1362-3970/+3649
* 5.8.4-pre2v5.8.4-pre2Dan Engelbrecht2026-04-131-1/+1
* log curl raw error on retry, add retry on CURLE_PARTIAL_FILE error (#951)Dan Engelbrecht2026-04-132-1/+4
* silence errors due to abort (#950)Dan Engelbrecht2026-04-132-188/+334