snix/tvix/castore/src
Florian Klink 538d5fc8ee fix(tvix/castore/blobservice/grpc): don't use NaiveSeeker for now
Userland likes to seek backwards, and until we have store composition
and can serve chunks from a local cache, we need to buffer the
individual chunks in memory.

Change-Id: I66978a0722d5f55ed4a9a49d116cecb64a01995d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11448
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2024-04-16 18:45:52 +00:00
..
blobservice fix(tvix/castore/blobservice/grpc): don't use NaiveSeeker for now 2024-04-16 18:45:52 +00:00
directoryservice fix(tvix/castore/directory): fix graph traversal 2024-04-15 14:47:12 +00:00
fs fix(tvix/castore/src): record rq.handle field in read() 2024-04-16 18:45:52 +00:00
proto feat(tvix/castore/blob/grpc_wrapper): add blob.digest field 2024-04-15 19:32:04 +00:00
tests refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests 2024-03-28 07:58:10 +00:00
digests.rs feat(tvix/castore): impl Debug for B3Digest 2024-03-17 22:18:20 +00:00
errors.rs feat(tvix/castore): add rstest-based DirectoryService tests 2024-03-24 20:00:40 +00:00
fixtures.rs refactor(tvix): condense long bytestrings 2023-10-27 07:37:26 +00:00
hashing_reader.rs refactor(tvix/castore/hashing_reader): migrate to rstest 2024-04-07 14:51:47 +00:00
import.rs refactor(tvix/castore): relax trait bounds on BlobService 2024-04-15 14:47:12 +00:00
lib.rs refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests 2024-03-28 07:58:10 +00:00
tonic.rs refactor(tvix/castore/tonic): migrate to rstest 2024-04-07 14:51:47 +00:00