summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-04Hardlinking: when error is expected, log only at debug levelKlaus Aehlig
2022-03-30Eliminate duplicated code in ParseEntityName{FromJson,FromExpression}Alberto Sartori
2022-03-29refactor EntityNameAlberto Sartori
2022-03-25don't check bounds twiceAlberto Sartori
2022-03-23Apply changes suggested by clang-tidy 11Oliver Reiche
2022-03-23Apply changes suggested by clang-format 11Oliver Reiche
2022-03-22BazelApi: Fix retrieving artifacts to filesystem pathOliver Reiche
2022-03-21Drop unnecessary declaration of indirect dependenciesKlaus Aehlig
2022-03-18When representing a directory as json, terminate with new-line characterKlaus Aehlig
2022-03-16Format: Apply compact JSON formattingOliver Reiche
2022-03-14just describe: Also describe config fieldsOliver Reiche
2022-03-14LocalExecution: Create output dirs prior to executionOliver Reiche
2022-03-14BazelApi: Fix missing entries in cached trees from tree mapOliver Reiche
2022-03-14LocalApi: Fix missing entries in cached trees from tree mapOliver Reiche
2022-03-09LocalCAS: Set epoch time for every entryOliver Reiche
2022-03-09FileSystemManager: Support set epoch time on file creationOliver Reiche
2022-03-09FileStorage: Avoid rename for owned filesOliver Reiche
2022-03-08LocalCAS: Prefer hard link over copy for owned filesOliver Reiche
2022-03-08FileSystemManager: Implement hard link creation with permsOliver Reiche
2022-03-08LocalCAS: Avoid writable fds when adding executables to CASOliver Reiche
2022-03-08FileSystemManager: Implement fd-less write to fileOliver Reiche
2022-03-08FileSystemManager: Implement fd-less file copyOliver Reiche
2022-03-08SystemCommand: Exit without cleanup on error and avoid loggerOliver Reiche
2022-03-08SystemCommand: Move to new module "src/buildtool/system"Oliver Reiche
2022-03-04executor: fix json reporting of commandsKlaus Aehlig
2022-03-04rule_map: improve error message by proper quotingKlaus Aehlig
2022-03-02expression language: add a range functionKlaus Aehlig
2022-03-02tool: at the earliest possible moment confirm the targetKlaus Aehlig
2022-03-01Add a message after consolidating the analysis resultKlaus Aehlig
2022-03-01Pass actions and trees in analysis result as shared pointerKlaus Aehlig
2022-03-01main: add a log message after finishing analysisKlaus Aehlig
2022-03-01flush after logging to stderrKlaus Aehlig
2022-02-28Executor: Log failing action's commandOliver Reiche
2022-02-28CLI: Add option to set action timeoutOliver Reiche
2022-02-25Format: Apply alphabetical include orderOliver Reiche
2022-02-22Initial self-hosting commitKlaus Aehlig