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_directoryservice_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
-1
/
+1
2023-07-21
r/6437
feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>
Florian Klink
1
-3
/
+10
2023-07-21
r/6436
refactor(tvix/store): use bytes for node names and symlink targets
Florian Klink
1
-2
/
+2
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
1
-4
/
+4
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
1
-8
/
+7
2023-05-23
r/6177
refactor(tvix/store/directorysvc): move from Vec<u8> to B3Digest
Florian Klink
1
-22
/
+14
2023-04-07
r/6077
docs(tvix/store): update comment regarding reachability check
Florian Klink
1
-9
/
+6
2023-04-07
r/6076
docs(tvix/store/grpc_directorysvc_wrapper): add TODO
Florian Klink
1
-0
/
+3
2023-03-27
r/6046
feat(tvix/store/directorysvc): add DirectoryService::get_recursive()
Florian Klink
1
-94
/
+36
2023-03-16
r/6014
refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8>
Florian Klink
1
-28
/
+40
2023-03-10
r/5949
refactor(tvix/store): rename C to DS, client to directory_service
Florian Klink
1
-9
/
+11
2023-03-10
r/5913
feat(tvix/store): add GRPCDirectoryServiceWrapper
Florian Klink
1
-0
/
+229