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
/
directoryservice
/
grpc.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
/
+6
2023-07-21
r/6437
feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>
Florian Klink
1
-8
/
+9
2023-06-19
r/6335
docs(tvix/store): correct some cargo doc warnings
Florian Klink
1
-1
/
+1
2023-06-14
r/6303
feat(tvix/store/directorysvc): add from_addr
Florian Klink
1
-1
/
+55
2023-06-12
r/6281
chore(tvix/store/directorysvc): remove GRPCDirectoryService::new
Florian Klink
1
-14
/
+1
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
1
-19
/
+17
2023-05-24
r/6187
feat(tvix/store/directorysvc): GRPCDirectoryService::from_client
Florian Klink
1
-0
/
+11
2023-05-23
r/6177
refactor(tvix/store/directorysvc): move from Vec<u8> to B3Digest
Florian Klink
1
-38
/
+41
2023-05-18
r/6166
fix(tvix/store): fix timing sensitivity in gRPC directorysvc test
Florian Klink
1
-24
/
+45
2023-04-07
r/6073
feat(tvix/store/directorysvc): add put_multiple_start
Florian Klink
1
-12
/
+199
2023-03-27
r/6050
docs(tvix/store/directorysvc/grpc): fix comment
Florian Klink
1
-1
/
+1
2023-03-27
r/6046
feat(tvix/store/directorysvc): add DirectoryService::get_recursive()
Florian Klink
1
-5
/
+135
2023-03-27
r/6044
feat(tvix/store/directorysvc): add gRPC client
Florian Klink
1
-0
/
+180