about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice/sled.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-03 r/8071 refactor(tvix/store/pathinfo/sled): cleanup, add instrumentationFlorian Klink1-57/+42
2024-01-21 r/7435 chore(tvix/store): Use BoxStream type aliasConnor Brewster1-3/+4
2024-01-12 r/7371 refactor(tvix/store/pathinfoservice): make more genericFlorian Klink1-19/+16
2023-12-11 r/7159 refactor(tvix/*store/sled): make ::new() more genericFlorian Klink1-3/+3
2023-12-11 r/7158 chore(tvix): drop sled compression supportFlorian Klink1-1/+3
2023-11-15 r/7018 refactor(tvix/store/pathinfosvc): inline SledPathInfoSvc::from_urlFlorian Klink1-131/+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/+4
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink1-13/+16
2023-09-21 r/6623 refactor(tvix/store): Asyncify PathInfoService and DirectoryServiceConnor Brewster1-7/+11
2023-09-05 r/6555 feat(tvix/store/pathinfosvc): provide listingFlorian Klink1-0/+25
2023-06-19 r/6335 docs(tvix/store): correct some cargo doc warningsFlorian Klink1-1/+1
2023-06-19 r/6333 chore(tvix/store/pathinfosvc): clippyFlorian Klink1-8/+6
2023-06-14 r/6304 refactor(tvix/store/pathinfosvc): add from_addrFlorian Klink1-0/+134
2023-06-12 r/6273 refactor(tvix/store): use Arc instead of BoxFlorian Klink1-9/+13
2023-06-12 r/6272 refactor(tvix/store): use Box<dyn DirectoryService>Florian Klink1-12/+8
2023-06-12 r/6271 feat(tvix/store/pathinfosvc): add calculate_nar methodFlorian Klink1-9/+38
2023-05-24 r/6192 feat(tvix/store/pathinfosvc): derive CloneFlorian Klink1-0/+1
2023-05-16 r/6146 refactor(tvix/store/pathinfosvc): drop ByWhat, use digest directlyFlorian Klink1-32/+19
2023-03-10 r/5934 feat(tvix/store): add new_temporary for all Sled servicesFlorian Klink1-0/+7
2023-03-10 r/5919 feat(tvix/store): add pathinfoserviceFlorian Klink1-0/+81