| Commit message (Expand) | Author | Age | Files | Lines |
| * | URI decoding, process env, compiler info, httpasio strands, regex route remov... | Stefan Boberg | 23 hours | 1 | -2/+20 |
| * | Add test suites (#799) | Stefan Boberg | 2026-03-02 | 1 | -0/+4 |
| * | GC - fix handling of attachment ranges, http access token expiration, lock fi... | Stefan Boberg | 2026-02-20 | 1 | -3/+4 |
| * | added early-out check in GcManager::ScrubStorage(ScrubContext& GcCtx) (#698) | Stefan Boberg | 2026-01-07 | 1 | -1/+7 |
| * | add otel instrumentation (#581) | Stefan Boberg | 2025-12-11 | 1 | -1/+5 |
| * | automatic scrub on startup (#667) | Dan Engelbrecht | 2025-11-27 | 1 | -108/+133 |
| * | switch to xmake for package management (#611) | Stefan Boberg | 2025-11-07 | 1 | -1/+1 |
| * | optimize blockstore flush (#614) | Dan Engelbrecht | 2025-10-27 | 1 | -1/+1 |
| * | fix gc disk load graph (#610) | Dan Engelbrecht | 2025-10-24 | 1 | -3/+3 |
| * | gracefully handle broken gc dlog (#606) | Dan Engelbrecht | 2025-10-24 | 1 | -0/+8 |
| * | if we are low on disk space, only run GC if it will remove any data (#603) | Dan Engelbrecht | 2025-10-23 | 1 | -89/+157 |
| * | remove scope in GC that prevented GC from executing (#600) | Dan Engelbrecht | 2025-10-22 | 1 | -30/+31 |
| * | fix gc state switching (#588) | Dan Engelbrecht | 2025-10-17 | 1 | -40/+38 |
| * | some bug fixes (#522) | Stefan Boberg | 2025-09-29 | 1 | -1/+2 |
| * | issue error on second retry, not first attempt (#503) | Dan Engelbrecht | 2025-09-22 | 1 | -2/+2 |
| * | revise exception vs error (#495) | Dan Engelbrecht | 2025-09-15 | 1 | -16/+16 |
| * | add EMode to WorkerTheadPool to avoid thread starvation (#492) | Dan Engelbrecht | 2025-09-10 | 1 | -90/+98 |
| * | oplog memory usage reduction (#482) | Dan Engelbrecht | 2025-09-04 | 1 | -0/+2 |
| * | clean up trace options parsing (#473) | Dan Engelbrecht | 2025-08-22 | 1 | -0/+2 |
| * | frequent disk space check (#407) | Dan Engelbrecht | 2025-05-27 | 1 | -25/+84 |
| * | make RemoveExpiredData and PreCache serial to reduce CPU overhead / lock cont... | Dan Engelbrecht | 2025-05-07 | 1 | -85/+61 |
| * | make OOD and OOM in gc non critical (#381) | Dan Engelbrecht | 2025-05-05 | 1 | -27/+218 |
| * | silence Out Of Disk errors to sentry (#378) | Dan Engelbrecht | 2025-05-05 | 1 | -48/+56 |
| * | long filename support (#330) | Dan Engelbrecht | 2025-03-31 | 1 | -10/+10 |
| * | zen build cache service (#318) | Dan Engelbrecht | 2025-03-26 | 1 | -2/+19 |
| * | Suppress progress report callback if oplog import detects zero op oplog (#271) | Dan Engelbrecht | 2025-01-13 | 1 | -6/+16 |
| * | more memory tagging and fixes (#263) | Stefan Boberg | 2024-12-16 | 1 | -0/+16 |
| * | ODR violation fix | Stefan Boberg | 2024-12-03 | 1 | -2/+2 |
| * | added support for dynamic LLM tags (#245) | Stefan Boberg | 2024-12-02 | 1 | -0/+30 |
| * | add missing projectstore expire time in gc log (#227) | Dan Engelbrecht | 2024-11-25 | 1 | -0/+1 |
| * | oplog prep gc fix (#216) | Dan Engelbrecht | 2024-11-15 | 1 | -185/+415 |
| * | Use a smaller thread pool during pre-cache phase of GC to reduce memory press... | Dan Engelbrecht | 2024-10-22 | 1 | -7/+11 |
| * | remove gc v1 (#121) | Dan Engelbrecht | 2024-10-03 | 1 | -506/+19 |
| * | Porject -> Project | Stefan Boberg | 2024-10-02 | 1 | -1/+1 |
| * | optimize gc reference sort (#179) | Dan Engelbrecht | 2024-10-01 | 1 | -33/+37 |
| * | use alternate IoHash comparision function (#177)v5.5.8-pre5 | Dan Engelbrecht | 2024-09-30 | 1 | -4/+23 |
| * | gc command attachment options (#176) | Dan Engelbrecht | 2024-09-30 | 1 | -7/+30 |
| * | Add `gc-attachment-passes` option to zenserver (#167) | Dan Engelbrecht | 2024-09-25 | 1 | -36/+150 |
| * | gc unused refactor (#165) | Dan Engelbrecht | 2024-09-23 | 1 | -16/+242 |
| * | move gc logs to gc logger (#142) | Dan Engelbrecht | 2024-09-04 | 1 | -1/+1 |
| * | separate worker pools into burst/background to avoid background jobs blocking... | Dan Engelbrecht | 2024-08-22 | 1 | -2/+2 |
| * | if disk space is low, set the last gc time to avoid spamming retries (#124) | Dan Engelbrecht | 2024-08-19 | 1 | -0/+2 |
| * | improved logging removing unimportant information (#116) | Dan Engelbrecht | 2024-08-14 | 1 | -24/+33 |
| * | hardening and reduced spam from GC on failure (#112) | Dan Engelbrecht | 2024-08-14 | 1 | -141/+229 |
| * | add gc single threaded option (#104) | Dan Engelbrecht | 2024-08-07 | 1 | -4/+9 |
| * | Make sure we monitor for new project, oplogs, namespaces and buckets during G... | Dan Engelbrecht | 2024-06-13 | 1 | -39/+85 |
| * | use write and move in place for safer writing of files (#70) | Dan Engelbrecht | 2024-05-02 | 1 | -1/+1 |
| * | safer gcv2 on error (#60) | Dan Engelbrecht | 2024-04-24 | 1 | -1/+19 |
| * | improved assert (#37) | Dan Engelbrecht | 2024-04-04 | 1 | -16/+16 |
| * | Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/... | Dan Engelbrecht | 2024-03-28 | 1 | -2/+2 |