about summary refs log tree commit diff
path: root/tvix/castore/src/proto/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2024-08-18 r/8514 refactor(tvix/castore): have SymlinkTarget-specific errorsFlorian Klink1-4/+6
2024-08-18 r/8513 refactor(tvix/castore): have PathComponent-specific errorsFlorian Klink1-14/+25
2024-08-18 r/8512 feat(tvix/castore/proto): add owned conv to castore::DirectoryFlorian Klink1-62/+59
2024-08-17 r/8507 refactor(tvix/castore): add into_nodes(), implement consuming proto convFlorian Klink1-17/+11
2024-08-17 r/8506 refactor(tvix/castore): add PathComponent type for checked componentsFlorian Klink1-11/+16
2024-08-17 r/8505 refactor(tvix/castore): drop {Directory,File,Symlink}NodeFlorian Klink1-24/+40
2024-08-17 r/8504 refactor(tvix/castore): remove `name` from NodesFlorian Klink1-134/+117
2024-08-13 r/8486 refactor(tvix/castore): move *Node and Directory to crate rootFlorian Klink1-65/+51
2024-08-13 r/8484 refactor(tvix/castore): use Directory struct separate from proto oneYureka1-369/+190
2024-07-20 r/8375 feat(tvix/castore/protos): return root node after validationFlorian Klink1-2/+4
2024-05-01 r/8056 feat(tvix/castore/path): use proto::validate_node_nameedef1-1/+1
2024-04-19 r/7978 feat(tvix/castore): add convenience `add` method to DirectoryConnor Brewster1-0/+86
2024-03-20 r/7757 feat(tvix/castore): derive Eq and Hash automaticallyFlorian Klink1-3/+1
2024-02-02 r/7470 feat(tvix/castore/blobsvc): validate StatBlobResponseFlorian Klink1-0/+25
2024-01-15 r/7380 feat(tvix/castore): implement Ord for node::NodeFlorian Klink1-0/+14
2024-01-05 r/7347 fix(tvix/castore): validate Option<Node>Florian Klink1-1/+15
2023-11-05 r/6946 feat(tvix/castore): bump [Directory,File]Node size to u64Florian Klink1-6/+6
2023-10-27 r/6894 feat(tvix/castore): carry name in ValidateNodeError::InvalidNameedef1-9/+9
2023-10-27 r/6893 refactor(tvix): turn nullary enum variants into unit variantsedef1-2/+2
2023-10-16 r/6824 refactor(tvix/castore): clippyFlorian Klink1-1/+1
2023-10-14 r/6798 refactor(tvix/castore): simplify node validation checksFlorian Klink1-9/+8
2023-10-12 r/6794 refactor(tvix/castore): factor out node checksFlorian Klink1-26/+64
2023-10-10 r/6778 fix(tvix/castore): use bstr for formatting names in errorsedef1-4/+4
2023-10-10 r/6777 fix(tvix/castore): handle Directory::size overflow explicitlyedef1-6/+24
2023-09-26 r/6660 chore(tvix/[ca]store): allow building without tonic-reflectionFlorian Klink1-1/+1
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink1-0/+279