about summary refs log tree commit diff
path: root/tvix/store/src/proto.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-31 r/5790 feat(tvix/store): implement iteration over Directory nodesFlorian Klink1-1/+80
2023-01-31 r/5789 feat(tvix/store/proto): implement get_name for node::Node, pub traitFlorian Klink1-3/+13
2023-01-31 r/5788 refactor(tvix): introduce nix-compat crateFlorian Klink1-1/+1
2023-01-30 r/5779 feat(tvix/store/proto): implement get_name for all nodesFlorian Klink1-0/+24
2023-01-30 r/5778 docs(tvix/store/protos): add docstring for Directory::digest()Florian Klink1-0/+2
2023-01-30 r/5777 docs(tvix/store/protos): fix docstringFlorian Klink1-2/+2
2023-01-12 r/5647 chore(tvix/store): update ValidatePathInfoError messagesFlorian Klink1-1/+1
2023-01-06 r/5613 refactor(tvix/store): rename NixPath to StorePathFlorian Klink1-9/+9
2023-01-03 r/5570 feat(src/proto): add PathInfo.validate()Florian Klink1-0/+99
2022-12-30 r/5557 feat(tvix/store): implement reflectionFlorian Klink1-0/+6
2022-12-30 r/5552 feat(tvix/store): parameterise validate_digest errorFlorian Klink1-4/+7
2022-12-29 r/5549 feat(tvix/store): parameterise validate_node_name errorFlorian Klink1-9/+8
2022-12-29 r/5548 fix(tvix/store): fix typoFlorian Klink1-1/+1
2022-12-29 r/5533 chore(tvix/store): address clippy warningsFlorian Klink1-17/+14
2022-12-29 r/5532 chore(tvix/store): trim Cargo.tomlFlorian Klink1-1/+0
2022-12-29 r/5531 chore(tvix/store): move tests into separate fileFlorian Klink1-289/+0
2022-12-28 r/5520 feat(tvix/store): implement Directory::validate()Florian Klink1-1/+327
2022-12-28 r/5519 chore(tvix/store): use DUMMY_DIGEST, tooFlorian Klink1-1/+1
2022-12-28 r/5518 chore(tvix/store): use Directory::default in some more placesFlorian Klink1-18/+6
2022-12-27 r/5510 chore(tvix/store): use lazy_static and dummy digestsFlorian Klink1-2/+10
2022-12-26 r/5492 feat(tvix/store): use tonic-build for protosFlorian Klink1-1/+1
2022-12-04 r/5386 feat(tvix/store): add size() and digest() functions for DirectoryFlorian Klink1-0/+105