summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api
AgeCommit message (Expand)Author
2024-10-07Enable bugprone-exception-escape checkMaksim Denisov
2024-10-07Enable bugprone-unhandled-exception-at-new check.Maksim Denisov
2024-10-07Enable bugprone-implicit-widening-of-multiplication-result check.Maksim Denisov
2024-10-07Enable bugprone-narrowing-conversions checkMaksim Denisov
2024-09-26Fix enum sizes proposed by clang-tidy.Maksim Denisov
2024-09-26Fix redundant std::optional conversionsMaksim Denisov
2024-09-26Fix automatic moves proposed by clang-tidy.Maksim Denisov
2024-09-26Fix assignments in conditionsMaksim Denisov
2024-09-23Reorder dependencies and remove duplicates in OSSMaksim Denisov
2024-09-23Store HashFunction by const reference.Maksim Denisov
2024-09-19Unify logic of adding to CAS in ByteStreamServer and CASServerMaksim Denisov
2024-09-19Implement CASUtils::Add{Data, File}toCASMaksim Denisov
2024-09-18Add missing #endif comments in headersMaksim Denisov
2024-09-18Avoid additional memory allocations when working with protobuf's types.Maksim Denisov
2024-09-18Remove a redundant variableMaksim Denisov
2024-09-18TreeReaderUtils: change InfoStoreFunc interfaceMaksim Denisov
2024-09-18Implement ByteStreamUtils::WriteRequest classMaksim Denisov
2024-09-18Implement ByteStreamUtils::ReadRequest classMaksim Denisov
2024-09-18Introduce ByteStreamUtils, wrap kChunkSizeMaksim Denisov
2024-09-18Remove ByteStreamClient::{Read, Write}ManyMaksim Denisov
2024-09-18Remove a redundant string allocation.Maksim Denisov
2024-09-17Small code improvements based on lint warningsPaul Cristian Sarbu
2024-09-16local execution: Check validity of symlinksPaul Cristian Sarbu
2024-09-16remote execution: Check validity of symlinksPaul Cristian Sarbu
2024-09-16bazel_execution_client: Remove duplication of error messagesPaul Cristian Sarbu
2024-09-16bazel_response: Improve error reporting for uploading treesPaul Cristian Sarbu
2024-09-16execution_response: Allow failures to be reported while populatingPaul Cristian Sarbu
2024-09-13Remove std::move of const value and avoid non-movable intermediate variablesKlaus Aehlig
2024-09-13Pass ApiBundle to RetrieveSubPathIdMaksim Denisov
2024-09-13Check compatibility in execution services based on the hash typeMaksim Denisov
2024-09-13Pass HashFunction::Type to CapabilitiesServerMaksim Denisov
2024-09-13Pass HashFunction to BazelCasClientMaksim Denisov
2024-09-13Check compatibility in BazelAPI based on the hash typeMaksim Denisov
2024-09-13Check compatibility in LocalAPI based on the hash typeMaksim Denisov
2024-09-13Check compatibility in readers based on the hash typeMaksim Denisov
2024-09-13Add to ProtocolTraits static functions that provide protocol-specific behaviourMaksim Denisov
2024-09-13Rename Compatibility class to ProtocolTraitsMaksim Denisov
2024-09-11Use ArtifactDigestFactory in BlobTreeMaksim Denisov
2024-09-11Use ArtifactDigestFactory in GitApiMaksim Denisov
2024-09-11Use ArtifactDigestFactory in TreeReaderUtilsMaksim Denisov
2024-09-09Remove NativeSupport classMaksim Denisov
2024-09-09ExecutionResponse: a missing headerMaksim Denisov
2024-09-09Use ArtifactDigestFactory casts in readersMaksim Denisov
2024-09-09Use ArtifactDigest in BazelApi/BazelResponseMaksim Denisov
2024-09-09Use ArtifactDigest in LocalActionMaksim Denisov
2024-09-09Return ArtifactDigest from CreateActionDigestFromCommandLineMaksim Denisov
2024-09-09Change validation of hash in OperationsServiceImplMaksim Denisov
2024-09-09Fix typo in OperationsServiceImpl's nameMaksim Denisov
2024-09-09Validate hashes in ExecutionServiceImplMaksim Denisov
2024-09-09Introduce minor fixes to ExecutionServiceImplMaksim Denisov