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-09-26
r/6660
chore(tvix/[ca]store): allow building without tonic-reflection
Florian Klink
4
-7
/
+7
2023-09-26
r/6658
chore(tvix/store): only depend on vhost-user-fs if virtiofs enabled
Florian Klink
1
-6
/
+11
2023-09-26
r/6654
chore(tvix/store): move fuse-backend-rs back to upstream
Florian Klink
1
-2
/
+2
2023-09-25
r/6653
feat(tvix/store): Support listening on UNIX domain sockets
Connor Brewster
4
-1
/
+121
2023-09-24
r/6642
feat(tvix/store/fs): Add support for virtiofs backend
Connor Brewster
4
-1
/
+325
2023-09-22
r/6632
chore(tvix): re-enable {ca,}store-protos-go
Florian Klink
2
-18
/
+10
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
65
-7481
/
+356
2023-09-22
r/6628
docs(tvix/castore): rename traverse_to -> descend_to
Florian Klink
2
-17
/
+13
2023-09-22
r/6627
chore(tvix): remove some unused crate dependencies
Florian Klink
1
-4
/
+0
2023-09-22
r/6625
docs(tvix/store/pathinfosvc): fix copypasta error
Florian Klink
1
-1
/
+0
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
20
-694
/
+729
2023-09-20
r/6622
refactor(tvix/store/fs): Separate FUSE and filesystem code
Connor Brewster
9
-131
/
+138
2023-09-20
r/6621
refactor(tvix/store/fuse): Switch from fuser to fuse-backend-rs
Connor Brewster
7
-345
/
+496
2023-09-18
r/6608
chore(tvix/store/protos): drop unused fields for now
Florian Klink
5
-218
/
+51
2023-09-18
r/6607
fix(tvix/store/fuse): fix executable bit
Florian Klink
2
-1
/
+38
2023-09-18
r/6606
refactor(tvix/store/blobsvc): make BlobStore async
Florian Klink
20
-881
/
+1249
2023-09-17
r/6598
feat(tvix/store): improve error message formatting
Florian Klink
1
-1
/
+2
2023-09-17
r/6597
chore(tvix/store): allow non_snake_case
Florian Klink
1
-1
/
+1
2023-09-15
r/6596
feat(tvix/store): add simple integration test
Florian Klink
1
-3
/
+29
2023-09-15
r/6595
feat(tvix/store/import): print store path to stdout
Florian Klink
1
-2
/
+13
2023-09-15
r/6594
fix(tvix/store): log to stderr, not stdout
Florian Klink
1
-4
/
+5
2023-09-12
r/6581
fix(tvix/store/blobservice/seeker): fix debug assert
Florian Klink
1
-2
/
+9
2023-09-09
r/6572
fix(tvix/protos): support []byte node names
Brian McGee
2
-34
/
+35
2023-09-08
r/6568
docs(tvix/store/fuse): add more comment to list_root arg
Florian Klink
1
-0
/
+2
2023-09-05
r/6558
refactor(tvix/store): use tokio::task::JoinHandle
Florian Klink
3
-37
/
+35
2023-09-05
r/6557
feat(tvix/store): fix ctrl-c handling on mount command
Florian Klink
2
-4
/
+25
2023-09-05
r/6556
feat(tvix/store/fuse): allow listing
Florian Klink
3
-4
/
+111
2023-09-05
r/6555
feat(tvix/store/pathinfosvc): provide listing
Florian Klink
9
-41
/
+310
2023-09-05
r/6554
refactor(tvix/store): infer more types
Florian Klink
1
-51
/
+48
2023-09-05
r/6553
chore(tvix/store): drop walkdir workaround for symlinks at root
Florian Klink
2
-21
/
+5
2023-09-04
r/6550
refactor(tvix/{cli,store}): move TvixStoreIO to tvix-cli crate
Florian Klink
4
-367
/
+55
2023-09-03
r/6548
docs(tvix/store): address cargo doc warnings
Florian Klink
5
-11
/
+12
2023-09-03
r/6547
docs(tvix/store): update rpc_pathinfo.proto comments
Florian Klink
3
-28
/
+14
2023-09-02
r/6546
refactor(tvix/store): implement rename for node::Node
Florian Klink
2
-16
/
+13
2023-09-02
r/6545
docs(tvix/store): update comment
Florian Klink
1
-1
/
+1
2023-08-20
r/6512
refactor(tvix/nix-compat/nixhash): validate digest lengths
Florian Klink
1
-5
/
+12
2023-08-20
r/6500
refactor(tvix/store): cargo clippy
Florian Klink
7
-36
/
+27
2023-08-08
r/6472
feat(nix/sparseTree): add optional `name` argument
Vincent Ambo
1
-1
/
+5
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
[next]