about summary refs log tree commit diff
path: root/tvix/store/src/fuse/tests.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-20 r/6622 refactor(tvix/store/fs): Separate FUSE and filesystem codeConnor Brewster1-1113/+0
2023-09-20 r/6621 refactor(tvix/store/fuse): Switch from fuser to fuse-backend-rsConnor Brewster1-46/+46
2023-09-18 r/6607 fix(tvix/store/fuse): fix executable bitFlorian Klink1-0/+36
2023-09-18 r/6606 refactor(tvix/store/blobsvc): make BlobStore asyncFlorian Klink1-147/+325
2023-09-05 r/6556 feat(tvix/store/fuse): allow listingFlorian Klink1-1/+45
2023-08-20 r/6500 refactor(tvix/store): cargo clippyFlorian Klink1-9/+8
2023-07-22 r/6439 feat(tvix/store/proto): use Bytes instead of Vec<u8>Florian Klink1-6/+6
2023-07-21 r/6436 refactor(tvix/store): use bytes for node names and symlink targetsFlorian Klink1-10/+10
2023-06-30 r/6371 feat(tvix/store/fuse): add test reading large fileFlorian Klink1-0/+59
2023-06-20 r/6337 feat(tvix/store/fuse): initial implementationFlorian Klink1-0/+797