summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/content_blob_container.hpp
AgeCommit message (Collapse)Author
2025-02-07Move implementation of ContentBlob to artifact_blobMaksim Denisov
...and remove ContentBlob.
2025-02-07Remove ContentBlobContainer and TransformedRangeMaksim Denisov
2025-02-07ContentBlob: Support hashingMaksim Denisov
2024-10-07Enable readability-redundant-member-init check.Maksim Denisov
2024-06-04ContentBlobContainer: Add content size fieldPaul Cristian Sarbu
As the ContentBlobContainer is used to store actual content needed to be transferred, it is useful to automatically keep track of the running (bytes) size of the data being stored.
2024-05-28Use shared_ptr for data in ContentBlobMaksim Denisov
...to reduce the "price" of copying.
2024-05-28Convert BlobContainer to a templateMaksim Denisov
...where the template parameter is the type of a digest.