about summary refs log tree commit diff
path: root/tvix/store/src/blobservice/memory.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink1-196/+0
2023-09-18 r/6606 refactor(tvix/store/blobsvc): make BlobStore asyncFlorian Klink1-13/+32
2023-07-21 r/6437 feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>Florian Klink1-1/+1
2023-07-21 r/6434 feat(tvix/store/blobservice): implement seekFlorian Klink1-2/+2
2023-06-30 r/6369 docs(tvix/store/blobservice): update docstringFlorian Klink1-1/+1
2023-06-30 r/6367 fix(tvix/store/blobservice): write into hasher from b, not bufFlorian Klink1-1/+1
2023-06-14 r/6302 feat(tvix/store/blobsvc): add from_addrFlorian Klink1-0/+62
2023-06-12 r/6278 refactor(tvix/store/blobsvc): drop Result<_,_> around open_writeFlorian Klink1-2/+2
2023-06-12 r/6269 feat(tvix/store): eliminate generics in BlobStoreFlorian Klink1-25/+64
2023-05-23 r/6178 refactor(tvix/store/blobsvc): move from Vec<u8> to B3DigestFlorian Klink1-14/+10
2023-05-11 r/6133 refactor(tvix/store): remove ChunkServiceFlorian Klink1-29/+58
2023-03-10 r/5943 refactor(tvix/store): impl Default for MemoryBlobServiceFlorian Klink1-9/+1
2023-03-06 r/5894 feat(tvix/store): add blobserviceFlorian Klink1-0/+59