summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-06-16Avoid unnecessary work in accessing container entriesPaul Cristian Sarbu
2025-06-16Ensure equality operators are really noexcept.Klaus T. Aehlig
2025-06-12Add a flag to `gc` command: `--all`Maksim Denisov
2025-06-12GarbageCollector: Support removal of all generations at onceMaksim Denisov
2025-06-05Executor: Log action outputs sorted by pathPaul Cristian Sarbu
2025-06-05GitRepo: Fix wrong handling of fatal loggingPaul Cristian Sarbu
2025-06-05GitRepo: Fix capitalisation inconsistency in loggingPaul Cristian Sarbu
2025-06-05GitRepo: Use std::invoke to call generic loggerPaul Cristian Sarbu
2025-06-05GitRepo: Reduce logging levelsPaul Cristian Sarbu
2025-06-05GitRepo: Ensure compliance with existing noexcept specifiersPaul Cristian Sarbu
2025-06-05GitCAS: Reduce log level where fatal not expectedPaul Cristian Sarbu
2025-06-05GitCAS: Ensure compliance with existing noexcept specifiersPaul Cristian Sarbu
2025-06-04directory_map: Correctly report fatal on failures to read from workspace rootsPaul Cristian Sarbu
2025-06-04Remove unneeded extra checks for upwards symlinksPaul Cristian Sarbu
2025-06-04Executor: Check validity of action outputs in compatible modePaul Cristian Sarbu
2025-06-04{Local,Bazel}Response: Fix logic for marking succesful populationPaul Cristian Sarbu
2025-06-04Executor: Move noexcept enforcement to main public call pointsPaul Cristian Sarbu
2025-06-04LocalCasReader: Add validity check for bazel directoriesPaul Cristian Sarbu
2025-06-04Execution server: Let the underlying API handle invalid entriesPaul Cristian Sarbu
2025-06-04FileRoot: Improve documentationPaul Cristian Sarbu
2025-06-04FileRoot: Ensure all read blobs and trees contain valid entriesPaul Cristian Sarbu
2025-06-04FileRoot: Small format fixPaul Cristian Sarbu
2025-06-04FileRoot: Give git-based roots access to storage configPaul Cristian Sarbu
2025-06-04RepositoryConfig: Ensure consistency in reading blobs and treesPaul Cristian Sarbu
2025-06-04RepositoryConfig: Give access to a persistent storage config...Paul Cristian Sarbu
2025-06-04Add utility methods for caching valid treesPaul Cristian Sarbu
2025-06-04GitTree: Allow tree reading to skip symlinks checkerPaul Cristian Sarbu
2025-06-04GitRepo: Fix wrong logging level in reading treesPaul Cristian Sarbu
2025-06-04GitRepo: Add tree reader without symlink checkerPaul Cristian Sarbu
2025-06-04GitTree: Ensure all read entries are validPaul Cristian Sarbu
2025-06-04git_cas read object: allow validation of individual blobsPaul Cristian Sarbu
2025-06-04git_cas: Be explicit in hash type (raw or hex) when readingPaul Cristian Sarbu
2025-06-04GitTree: Fix comment typoPaul Cristian Sarbu
2025-06-02ParallelRetrieveToCasWithCache: abort early on failureKlaus Aehlig
2025-06-02just-mr: Warn for non-content-fixed repo reached from absent mainPaul Cristian Sarbu
2025-05-30WriteTargetCacheEntries: do not use quadratic many jobsKlaus Aehlig
2025-05-28profile: include also the end time of the buildKlaus Aehlig
2025-05-28GitRepo: Methods expected to use a logger should do so...Paul Cristian Sarbu
2025-05-26profile: include time of build startKlaus Aehlig
2025-05-22profile: add start/stop timeSascha Roloff
2025-05-22just-mr: Fix wrong setup root being picked upPaul Cristian Sarbu
2025-05-20serve service: log every incoming request at debug levelKlaus Aehlig
2025-05-16rc parsing: fix graph/plain graph confusionKlaus Aehlig
2025-05-15just-mr: support invocation-specific artifacts-to-build loggingKlaus Aehlig
2025-05-15Make --dump-artifacts-to-build act cummulativelyKlaus Aehlig
2025-05-12LocalAction: Fix collection of directory symlinkOliver Reiche
2025-05-12TreeOperationsUtils: Fix Bazel Directory creationOliver Reiche
2025-05-12profile: gracefully handle empty responseKlaus Aehlig
2025-05-09invocation log: include seconds in directory nameKlaus Aehlig
2025-05-08Invocation logging: add new field context variablesSascha Roloff