about summary refs log tree commit diff
path: root/tvix/store/src/blobservice/grpc.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-14 r/6306 fix(tvix/store/blobsvc): drop stray println! debug statementFlorian Klink1-1/+0
2023-06-14 r/6302 feat(tvix/store/blobsvc): add from_addrFlorian Klink1-1/+198
2023-06-12 r/6280 chore(tvix/store/blobsvc): remove GRPCBlobService::newFlorian Klink1-12/+1
2023-06-12 r/6278 refactor(tvix/store/blobsvc): drop Result<_,_> around open_writeFlorian Klink1-5/+5
2023-06-12 r/6269 feat(tvix/store): eliminate generics in BlobStoreFlorian Klink1-32/+64
2023-05-24 r/6186 feat(tvix/store/blobsvc): add constructorsFlorian Klink1-1/+23
2023-05-23 r/6178 refactor(tvix/store/blobsvc): move from Vec<u8> to B3DigestFlorian Klink1-13/+12
2023-05-14 r/6138 feat(tvix/store): add GRPCBlobServiceFlorian Klink1-0/+196