about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice/memory.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
14 days r/8112 refactor(tvix/store/pathinfo/memory): tokio RwLock, improve list()Florian Klink1-14/+14
14 days r/8104 refactor(tvix/store/pathinfo/memory): drop {blob,directory}_serviceFlorian Klink1-22/+3
14 days r/8103 refactor(tvix/store): drop calculate_nar from PathInfoServiceFlorian Klink1-11/+3
2024-01-21 r/7435 chore(tvix/store): Use BoxStream type aliasConnor Brewster1-3/+2
2024-01-12 r/7371 refactor(tvix/store/pathinfoservice): make more genericFlorian Klink1-16/+13
2023-11-15 r/7015 refactor(tvix/store/pathinfosvc): inline MemoryPathInfoSvc::from_urlFlorian Klink1-83/+0
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