summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/bazel/bazel_execution_client.cpp
AgeCommit message (Expand)Author
2025-04-17bazel_execution_client: eliminate one un-needed copyAlberto Sartori
2025-03-10remote actions: include durationKlaus Aehlig
2024-11-14execution_api/remote: Implement IWYU suggestionsPaul Cristian Sarbu
2024-10-28Retry Execution on FAILED_PRECONDITIONKlaus Aehlig
2024-10-25bugfix: bazel_network.cpp: fix handling of ongoing actionsAlberto Sartori
2024-09-18Avoid additional memory allocations when working with protobuf's types.Maksim Denisov
2024-09-16bazel_execution_client: Remove duplication of error messagesPaul Cristian Sarbu
2024-08-30Retry on exceeding deadline obtaining the status of a running executionKlaus Aehlig
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
2024-07-19Pass RetryConfig instance to BazelNetwork and bazel clientsPaul Cristian Sarbu
2024-07-19Pass RetryConfig instance to WithRetryPaul 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-05-15logging: Do not make assumptions in emit callsPaul Cristian Sarbu
2024-04-29bazel_execution_client: Replace protobuf map use with STLPaul Cristian Sarbu
2024-03-26Add missing system includesPaul Cristian Sarbu
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
2023-12-13bazel client: use the retry strategy, provided by the retry lib, when doing t...Alberto Sartori
2023-09-13remote: Extract common client implementation utils in own libraryPaul Cristian Sarbu
2023-04-26imports: Switch to Microsoft GSL implementationOliver Reiche
2023-01-18authentication: add TLS and mTLS supportAlberto Sartori
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-07Increase log level for grpc-related failures to warningKlaus Aehlig
2022-08-09RemoteExecutionClient: print debug stringAlberto Sartori
2022-06-22RemoteExecutionClient: Check and log execution statusOliver Reiche
2022-05-09log to Error level when remote is unreachableAlberto Sartori
2022-02-22Initial self-hosting commitKlaus Aehlig