summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local/local_action.cpp
AgeCommit message (Expand)Author
2024-09-09Use ArtifactDigest in LocalActionMaksim Denisov
2024-09-09Return ArtifactDigest from CreateActionDigestFromCommandLineMaksim Denisov
2024-08-30Cast ArtifactDigest to bazel_re::Digest explicitlyMaksim Denisov
2024-08-30Replace bazel_re::Digest in BazelMsgFactory (local trees)Maksim Denisov
2024-08-30Replace bazel_re::Digest in LocalACMaksim Denisov
2024-08-01Execution API: support cwdKlaus Aehlig
2024-07-30Pass LocalContext to LocalApiPaul Cristian Sarbu
2024-07-16Remove the LocalExecutionConfig singletonPaul Cristian Sarbu
2024-07-16Pass LocalExecutionConfig to LocalAction and LocalApiPaul Cristian Sarbu
2024-07-12Capture in TreeReaders by pointer to avoid temporariesMaksim Denisov
2024-07-12Return std::nullopt if creation of an action digest failsMaksim Denisov
2024-07-05local action: copy input file on reaching symlink limitKlaus Aehlig
2024-07-05Pass StorageConfig and Storage to LocalApiMaksim Denisov
2024-07-05Use StorageConfig functionality via Instance()Maksim Denisov
2024-06-07Remove unused codeMaksim Denisov
2024-05-27Use common interface for reading tree entries and leafsMaksim Denisov
2024-03-26Add missing system includesPaul Cristian Sarbu
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
2024-03-08SystemCommand: Transfer outfile responsibility to callerOliver Reiche
2023-11-22LocalAction: Fix staging of empty treesOliver Reiche
2023-08-24Execution: only take complete actions from cacheKlaus Aehlig
2023-08-08just execute: Fix uncollected upwards symlinksPaul Cristian Sarbu
2023-07-21bugfix: stage symlinks as symlinks when creating an action directoryAlberto Sartori
2023-06-26Allow non-upwards symlinks with local APIPaul Cristian Sarbu
2023-06-26bazel_msg_factory: Allow non-upwards symlinks in uploaded treesPaul Cristian Sarbu
2023-05-23Storage config: also specify the location of the execution rootKlaus Aehlig
2023-04-26imports: Switch to Microsoft GSL implementationOliver Reiche
2023-03-13Storage: Reworked storage and garbage collectionOliver Reiche
2023-02-15just-execute: report un-tagged hashesAlberto Sartori
2023-01-20Introduce multiple cache generationsSascha Roloff
2022-11-04Remove unwanted native protocol prefixes from user-visible locationsSascha Roloff
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-11Refactor ReadTreeInfos function names and add documentationSascha Roloff
2022-10-07LocalTreeMap: Prevent tree objects from being storedOliver Reiche
2022-10-05LocalAction: Improve error message for stagingOliver Reiche
2022-08-05Add more tracing messages to remote execution clientSascha Roloff
2022-08-05LocalExecution: Use Git tree formatOliver Reiche
2022-07-05Remove option --persistentKlaus Aehlig
2022-06-28add parenthesis to emphasize the order of evaluationAlberto Sartori
2022-04-21add compatibility with original remote build protocolAlberto Sartori
2022-03-23Apply changes suggested by clang-tidy 11Oliver Reiche
2022-03-23Apply changes suggested by clang-format 11Oliver Reiche
2022-03-14LocalExecution: Create output dirs prior to executionOliver Reiche
2022-03-08LocalCAS: Prefer hard link over copy for owned filesOliver Reiche
2022-03-08SystemCommand: Move to new module "src/buildtool/system"Oliver Reiche
2022-02-22Initial self-hosting commitKlaus Aehlig