Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-27 | r/6041 docs(tvix/store): fix typo in comment | Florian Klink | 1 | -1/+1 |
2023-03-17 | r/6018 chore(tvix/store/grpcblobsvc): clippy lint | Florian Klink | 1 | -1/+1 |
2023-03-16 | r/6015 refactor(tvix/store/chunksvc): use [u8; 32] instead of Vec<u8> | Florian Klink | 1 | -9/+16 |
2023-03-13 | r/5959 refactor(tvix/store): use read_all_and_chunk in gRPC blobservice | Florian Klink | 1 | -35/+38 |
2023-03-11 | r/5952 refactor(tvix/store): factor out hash update into function | Florian Klink | 1 | -6/+6 |
2023-03-10 | r/5933 fix(tvix/store/proto/grpc_blobservice_wrapper): buffer recv data | Florian Klink | 1 | -7/+14 |
2023-03-10 | r/5927 refactor(tvix/store): move blob splitting into a BlobWriter struct | Florian Klink | 1 | -76/+11 |
2023-03-10 | r/5926 feat(tvix/store): do not buffer blob data | Florian Klink | 1 | -73/+106 |
2023-03-10 | r/5925 feat(tvix/store): bump fastcdc, use v2020 version | Florian Klink | 1 | -1/+1 |
2023-03-10 | r/5910 feat(tvix/store/blobservice): add GRPCBlobServiceWrapper | Florian Klink | 1 | -0/+231 |