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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
24
-154
/
+185
2023-07-21
r/6437
feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>
Florian Klink
14
-63
/
+94
2023-07-21
r/6436
refactor(tvix/store): use bytes for node names and symlink targets
Florian Klink
21
-227
/
+217
2023-07-21
r/6435
feat(tvix/store/fuse): implement open explicitly
Florian Klink
2
-32
/
+92
2023-07-21
r/6434
feat(tvix/store/blobservice): implement seek
Florian Klink
6
-11
/
+240
2023-07-21
r/6433
feat(tvix/nix-compat): have StorePath accept bytes
Florian Klink
3
-5
/
+8
2023-07-21
r/6432
feat(tvix/nix-compat): fold NameError into Error
Florian Klink
1
-3
/
+3
2023-07-08
r/6398
chore(3p/sources): Bump channels & overlays
sterni
5
-5
/
+5
2023-07-07
r/6395
docs(tvix/store): various improvements
DavHau
1
-11
/
+14
2023-07-02
r/6385
fix(tvix/store/fuse): fix log level for a debug message
Florian Klink
1
-1
/
+1
2023-07-02
r/6384
docs(tvix/store/fuse/inodes): clippy lint
Florian Klink
1
-2
/
+2
2023-06-30
r/6371
feat(tvix/store/fuse): add test reading large file
Florian Klink
1
-0
/
+59
2023-06-30
r/6370
feat(tvix/store/blobsvc): add more blobservice tests
Florian Klink
2
-0
/
+89
2023-06-30
r/6369
docs(tvix/store/blobservice): update docstring
Florian Klink
2
-2
/
+2
2023-06-30
r/6368
fix(tvix/store/fuse): revert "implement open explicitly"
Florian Klink
1
-72
/
+30
2023-06-30
r/6367
fix(tvix/store/blobservice): write into hasher from b, not buf
Florian Klink
2
-2
/
+2
2023-06-30
r/6366
feat(tvix/store/fuse): implement open explicitly
Florian Klink
1
-30
/
+72
2023-06-20
r/6337
feat(tvix/store/fuse): initial implementation
Florian Klink
5
-2
/
+1804
2023-06-19
r/6335
docs(tvix/store): correct some cargo doc warnings
Florian Klink
5
-5
/
+5
2023-06-19
r/6333
chore(tvix/store/pathinfosvc): clippy
Florian Klink
2
-11
/
+8
2023-06-19
r/6332
chore(tvix/store/directorysvc): clippy
Florian Klink
2
-10
/
+7
2023-06-19
r/6331
chore(tvix/store/blobsvc): clippy
Florian Klink
2
-10
/
+7
2023-06-14
r/6306
fix(tvix/store/blobsvc): drop stray println! debug statement
Florian Klink
1
-1
/
+0
2023-06-14
r/6305
refactor(tvix/store/blobsvc): make from_addr not async
Florian Klink
2
-4
/
+4
2023-06-14
r/6304
refactor(tvix/store/pathinfosvc): add from_addr
Florian Klink
6
-18
/
+552
2023-06-14
r/6303
feat(tvix/store/directorysvc): add from_addr
Florian Klink
6
-21
/
+287
2023-06-14
r/6302
feat(tvix/store/blobsvc): add from_addr
Florian Klink
7
-18
/
+432
2023-06-12
r/6282
chore(tvix/store/pathinfosvc): remove GRPCPathInfoService::new
Florian Klink
1
-12
/
+0
2023-06-12
r/6281
chore(tvix/store/directorysvc): remove GRPCDirectoryService::new
Florian Klink
1
-14
/
+1
2023-06-12
r/6280
chore(tvix/store/blobsvc): remove GRPCBlobService::new
Florian Klink
1
-12
/
+1
2023-06-12
r/6279
refactor(tvix/store/pathinfosvc): use Arc<dyn …>
Florian Klink
7
-26
/
+30
2023-06-12
r/6278
refactor(tvix/store/blobsvc): drop Result<_,_> around open_write
Florian Klink
7
-19
/
+15
2023-06-12
r/6277
docs(tvix/store/blobservice): fix docstrings
Florian Klink
1
-2
/
+3
2023-06-12
r/6276
feat(tvix/store): increase blob chunk size
Ryan Lahfa
1
-2
/
+69
2023-06-12
r/6275
refactor(tvix/store/fuse): use Arc<dyn …> instead of generics
Florian Klink
2
-11
/
+17
2023-06-12
r/6274
refactor(tvix/store/blobsvc/sled): cargo clippy
Florian Klink
1
-1
/
+1
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
12
-97
/
+126
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
17
-123
/
+135
2023-06-12
r/6271
feat(tvix/store/pathinfosvc): add calculate_nar method
Florian Klink
11
-66
/
+145
2023-06-12
r/6270
refactor(tvix/src/nar): drop NARCalculationService
Florian Klink
10
-335
/
+256
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
14
-141
/
+228
2023-06-10
r/6263
feat(tvix/store): add mount command to entrypoint and fuse mod
Florian Klink
3
-0
/
+55
2023-06-10
r/6261
chore(tvix/store): add fuse feature
Florian Klink
1
-1
/
+10
2023-06-09
r/6253
docs(src/tests/nar_renderer): fix comment
Florian Klink
1
-2
/
+1
2023-06-09
r/6252
docs(tvix/store): drop nar-bridge references
Florian Klink
1
-1
/
+1
2023-06-09
r/6251
docs(tvix/store): update invocation in README
Florian Klink
1
-1
/
+1
2023-06-09
r/6245
docs(tvix/store/docs): fix grammar
Florian Klink
1
-1
/
+1
2023-05-30
r/6223
feat(tvix/store/bin): use sled for daemon, grpc for import cmd
Florian Klink
1
-8
/
+23
2023-05-30
r/6221
feat(tvix/store/bin/import): process all path imports concurrently
Florian Klink
1
-36
/
+47
2023-05-30
r/6220
refactor(tvix/store): drop Clone from BS and DS trait bound
Florian Klink
1
-6
/
+2
[next]