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
/
blobservice
/
grpc.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
1
-426
/
+0
2023-09-18
r/6608
chore(tvix/store/protos): drop unused fields for now
Florian Klink
1
-1
/
+0
2023-09-18
r/6606
refactor(tvix/store/blobsvc): make BlobStore async
Florian Klink
1
-125
/
+123
2023-09-05
r/6558
refactor(tvix/store): use tokio::task::JoinHandle
Florian Klink
1
-12
/
+11
2023-08-20
r/6500
refactor(tvix/store): cargo clippy
Florian Klink
1
-1
/
+1
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-2
/
+2
2023-07-21
r/6437
feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>
Florian Klink
1
-4
/
+3
2023-07-21
r/6434
feat(tvix/store/blobservice): implement seek
Florian Klink
1
-6
/
+3
2023-06-19
r/6335
docs(tvix/store): correct some cargo doc warnings
Florian Klink
1
-1
/
+1
2023-06-14
r/6306
fix(tvix/store/blobsvc): drop stray println! debug statement
Florian Klink
1
-1
/
+0
2023-06-14
r/6302
feat(tvix/store/blobsvc): add from_addr
Florian Klink
1
-1
/
+198
2023-06-12
r/6280
chore(tvix/store/blobsvc): remove GRPCBlobService::new
Florian Klink
1
-12
/
+1
2023-06-12
r/6278
refactor(tvix/store/blobsvc): drop Result<_,_> around open_write
Florian Klink
1
-5
/
+5
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
1
-32
/
+64
2023-05-24
r/6186
feat(tvix/store/blobsvc): add constructors
Florian Klink
1
-1
/
+23
2023-05-23
r/6178
refactor(tvix/store/blobsvc): move from Vec<u8> to B3Digest
Florian Klink
1
-13
/
+12
2023-05-14
r/6138
feat(tvix/store): add GRPCBlobService
Florian Klink
1
-0
/
+196