depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
store
/
src
/
proto
/
grpc_blobservice_wrapper.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-5
/
+5
2023-07-21
r/6437
feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>
Florian Klink
1
-5
/
+7
2023-06-12
r/6278
refactor(tvix/store/blobsvc): drop Result<_,_> around open_write
Florian Klink
1
-4
/
+1
2023-06-12
r/6276
feat(tvix/store): increase blob chunk size
Ryan Lahfa
1
-2
/
+69
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
1
-4
/
+4
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
1
-10
/
+6
2023-05-23
r/6178
refactor(tvix/store/blobsvc): move from Vec<u8> to B3Digest
Florian Klink
1
-18
/
+6
2023-05-11
r/6133
refactor(tvix/store): remove ChunkService
Florian Klink
1
-158
/
+84
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