summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/bazel/bazel_network.hpp
AgeCommit message (Expand)Author
10 daysBazelNetwork: Read supported remote RBE versionOliver Reiche
2025-03-24Pass TmpDir to BazelNetwork and BazelCasClientMaksim Denisov
2025-02-27ArtifactBlob: Move from execution_api/common to commonMaksim Denisov
2025-02-19Store HashFunction by valueMaksim Denisov
2025-02-11Name library containing ExecutionConfiguration more appropriatelyKlaus Aehlig
2025-02-10Store BazelCapabilitiesClient in BazelNetworkMaksim Denisov
2025-02-07Rename artifact_blob_container to artifact_blobMaksim Denisov
2025-02-07BazelNetwork: Use ArtifactDigests in IsAvailableMaksim Denisov
2025-02-07BazelNetwork: Use ArtifactBlobs in UploadBlobsMaksim Denisov
2025-02-07BazelNetwork: Drop iterators in DoUploadBlobsMaksim Denisov
2025-02-07BazelNetwork: Use unordered_set in UploadBlobs instead of BazelBlobContainerMaksim Denisov
2025-02-07IExecutionApi: Rename IsAvailable to GetMissingDigestsMaksim Denisov
2025-02-07BazelCasClient: Use unordered_set in FindMissingBlobsMaksim Denisov
2024-11-14execution_api/remote: Implement IWYU suggestionsPaul Cristian Sarbu
2024-10-08Name type template parameters using CamelCase.Maksim Denisov
2024-10-07Enable readability-redundant-member-init check.Maksim Denisov
2024-09-23Store HashFunction by const reference.Maksim Denisov
2024-07-22Pass HashFunction to BazelNetworkMaksim Denisov
2024-07-19Pass RetryConfig instance to BazelNetwork and bazel clientsPaul Cristian Sarbu
2024-07-04Replace the Auth and Auth::TLS singletonsPaul Cristian Sarbu
2024-07-04Pass Auth::TLS instance to serve and execute clientsPaul Cristian Sarbu
2024-07-04Mark more constructors 'explicit'Paul Cristian Sarbu
2024-06-07Move reading functionality to BazelNetworkReaderMaksim Denisov
2024-06-07Use BaselCasClient in BazelNetworkReaderMaksim Denisov
2024-06-04bazel_network: Change UploadBlobs to also accept an rvaluePaul Cristian Sarbu
2024-05-28Rename BlobContainer to BazelBlobContainerMaksim Denisov
2024-05-28Convert BlobContainer to a templateMaksim Denisov
2024-05-27Fix headers in local_cas and bazel_network.Maksim Denisov
2024-05-27Use common interface for stream dumpingMaksim Denisov
2024-05-27Use common interface for reading tree entries and leafsMaksim Denisov
2024-05-23execution_api: Cleanup of includesPaul Cristian Sarbu
2024-02-26Implement blob splicing protocol at just client sideSascha Roloff
2024-02-26Refactor split and splice implementations.Sascha Roloff
2023-12-21bazel_network: use message_limits libraryAlberto Sartori
2023-11-22Implement blob splitting protocol on just client sideSascha Roloff
2023-09-13remote: Extract port parsing in own libraryPaul Cristian Sarbu
2023-07-26remote api: honor the --raw-tree optionKlaus Aehlig
2023-04-26imports: Switch to Microsoft GSL implementationOliver Reiche
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-07Fix upload of known source treesOliver Reiche
2022-10-07LocalTreeMap: Drop the use of the map entirelyOliver Reiche
2022-10-07LocalTreeMap: Prevent tree objects from being storedOliver Reiche
2022-08-05Introduced batch availability check for remote execution apiSascha Roloff
2022-02-22Initial self-hosting commitKlaus Aehlig