about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice/memory.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-15 r/7014 refactor(tvix/store): remove from_url from PathInfoService traitFlorian Klink1-5/+4
2023-10-27 r/6888 refactor(nix-compat/store_path): make digest and name privateedef1-1/+1
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink1-11/+14
2023-09-21 r/6623 refactor(tvix/store): Asyncify PathInfoService and DirectoryServiceConnor Brewster1-5/+10
2023-09-05 r/6555 feat(tvix/store/pathinfosvc): provide listingFlorian Klink1-0/+12
2023-06-14 r/6304 refactor(tvix/store/pathinfosvc): add from_addrFlorian Klink1-0/+84
2023-06-12 r/6273 refactor(tvix/store): use Arc instead of BoxFlorian Klink1-6/+10
2023-06-12 r/6272 refactor(tvix/store): use Box<dyn DirectoryService>Florian Klink1-11/+10
2023-06-12 r/6271 feat(tvix/store/pathinfosvc): add calculate_nar methodFlorian Klink1-4/+28
2023-05-16 r/6146 refactor(tvix/store/pathinfosvc): drop ByWhat, use digest directlyFlorian Klink1-23/+9
2023-03-10 r/5940 refactor(tvix/store): impl Default for MemoryPathInfoServiceFlorian Klink1-8/+1
2023-03-10 r/5919 feat(tvix/store): add pathinfoserviceFlorian Klink1-0/+62