summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/execution_service/bytestream_server.cpp
AgeCommit message (Expand)Author
2025-02-21BytestreamServer: Use IncrementalReaderMaksim Denisov
2025-02-07ByteStreamUtils: Use ArtifactDigestMaksim Denisov
2024-11-14execution_api/execution_service: Implement IWYU suggestionsPaul Cristian Sarbu
2024-10-08Name static constants using kCamelCase.Maksim Denisov
2024-10-07Enable cppcoreguidelines-* checks.Maksim Denisov
2024-09-19Unify logic of adding to CAS in ByteStreamServer and CASServerMaksim Denisov
2024-09-18Implement ByteStreamUtils::WriteRequest classMaksim Denisov
2024-09-18Implement ByteStreamUtils::ReadRequest classMaksim Denisov
2024-09-18Introduce ByteStreamUtils, wrap kChunkSizeMaksim Denisov
2024-09-09Validate hashes in BytestreamServiceImplMaksim Denisov
2024-09-09Introduce minor fixes to BytestreamServerMaksim Denisov
2024-08-30Cast ArtifactDigest to bazel_re::Digest explicitlyMaksim Denisov
2024-08-30Replace bazel_re::Digest in CASUtilsMaksim Denisov
2024-08-30Replace bazel_re::Digest in LocalCAS::{...}PathMaksim Denisov
2024-08-27bytestream server: also enforce the tree invariantKlaus Aehlig
2024-08-27Bytestream server: verify hash of uploaded objectKlaus Aehlig
2024-08-07Refactor read/write logic in BytestreamServerMaksim Denisov
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
2024-07-05Pass StorageConfig and Storage to ServerImplMaksim Denisov
2024-07-05Pass StorageConfig to GarbageCollector::SharedLockMaksim Denisov
2024-07-05Use StorageConfig functionality via Instance()Maksim Denisov
2024-05-15logging: Do not make assumptions in emit callsPaul Cristian Sarbu
2024-03-26Add missing system includesPaul Cristian Sarbu
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
2024-03-13BytestreamServer: also use the correct interface function for tmp dirsKlaus Aehlig
2023-11-15just-execute: verify the validity of all the hashes received over the wireAlberto Sartori
2023-09-01fmt: Fix includes to only bring in the core APIPaul Cristian Sarbu
2023-07-13bytestream_server: store temporary files under the local-buil-rootAlberto Sartori
2023-03-13Storage: Reworked storage and garbage collectionOliver Reiche
2023-03-10bytestream server: bugfix: if a tree is requested, look for it *only*Alberto Sartori
2023-02-02execution-service: add new subcommand executeAlberto Sartori