summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-25Make IExecutionApi::Ptr a shared pointer to constMaksim Denisov
2024-06-25Use constant IExecutionApi in just-mr mapsMaksim Denisov
2024-06-25Pass IExecutionApi to ServerImpl, Archive by referenceMaksim Denisov
2024-06-25Pass IExecutionApi to Executor by refereceMaksim Denisov
2024-06-25Pass IExecutionApi to IExecutionApi by referenceMaksim Denisov
2024-06-25Mark IExecutionApi's methods constantMaksim Denisov
2024-06-25Remove CreateExecutionApiMaksim Denisov
2024-06-25Pass ApiBundle to ServerImplMaksim Denisov
2024-06-25Pass ApiBundle to describeMaksim Denisov
2024-06-25Pass ApiBundle to add-to-cas and install-casMaksim Denisov
2024-06-25Pass ApiBundle to SourceTreeServiceMaksim Denisov
2024-06-25Pass ApiBundle to ServeApiMaksim Denisov
2024-06-25Use ApiBundle for creation of APIs in just-mrMaksim Denisov
2024-06-25Pass ApiBundle to GraphTraverserMaksim Denisov
2024-06-25Instantiate LocalApi and BazelApi at onceMaksim Denisov
2024-06-25Use a general boolean for compatible in MultiRepoCommonArgumentsMaksim Denisov
2024-06-25Remove GraphTraverser's constructor used for tests only.Maksim Denisov
2024-06-18Make ServeServerImpl a general class, not a singleton.Maksim Denisov
2024-06-18Make RemoteServeConfig a general struct, not a singletonMaksim Denisov
2024-06-18Create an individual instance of RemoteServeConfig in just-mrMaksim Denisov
2024-06-18Create an individual instance of RemoteServeConfig in justMaksim Denisov
2024-06-18Make ServeApi a general class, not a singletonMaksim Denisov
2024-06-18Pass RemoteAddress to ConfigurationClient by valueMaksim Denisov
2024-06-18Pass ServeApi to just-mr maps by referenceMaksim Denisov
2024-06-18Pass ServeApi to ServeServerImpl by referenceMaksim Denisov
2024-06-18Pass RemoteServeConfig to ServeServerImpl by referenceMaksim Denisov
2024-06-18Pass ServeApi by reference to the describe functionMaksim Denisov
2024-06-18Pass ServeApi as a field of context to the analysisMaksim Denisov
2024-06-18Use ServeApi during bootstrapMaksim Denisov
2024-06-18Use an extensible structure to pass arguments to the analysis.Maksim Denisov
2024-06-18Store services in ServeApi by value.Maksim Denisov
2024-06-18Mark ServeApi's services' methods contant.Maksim Denisov
2024-06-18Use RemoteServeConfig functionality via Instance()Maksim Denisov
2024-06-18Use ServeApi functionality via Instance()Maksim Denisov
2024-06-17Use c++20 standard in clang-formatMaksim Denisov
2024-06-17executor: properly separate stdout and stderr in log messagesKlaus Aehlig
2024-06-17Add utility function for prefixing each line of a stringKlaus Aehlig
2024-06-11Move creation of TargetCacheKey description to TargetCacheMaksim Denisov
2024-06-07Move reading functionality to BazelNetworkReaderMaksim Denisov
2024-06-07Validate all blobs received over the network.Maksim Denisov
2024-06-07Use BaselCasClient in BazelNetworkReaderMaksim Denisov
2024-06-07Mark methods constant in BazelCasClient.Maksim Denisov
2024-06-07Remove unused codeMaksim Denisov
2024-06-07Remove unused code.Maksim Denisov
2024-06-06tc writing: allow different log levelKlaus Aehlig
2024-06-06tc cache: abort writing if a dependent target is not availableKlaus Aehlig
2024-06-04blob containers: Store and upload taking into account content sizePaul Cristian Sarbu
2024-06-04common_api: Add method to help limit memory footprint of containers...Paul Cristian Sarbu
2024-06-04bazel_network: Change UploadBlobs to also accept an rvaluePaul Cristian Sarbu
2024-06-04ContentBlobContainer: Add content size fieldPaul Cristian Sarbu