aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path-info.cc
AgeCommit message (Expand)Author
2023-02-28Revert "Remove some designated initializers"John Ericson
2023-02-28Fix typo in the method nameJohn Ericson
2023-02-01Remove some designated initializersJohn Ericson
2023-01-23Don't add `StorePathDescriptor` for nowJohn Ericson
2023-01-14Make `ValidPathInfo` have plain `StorePathSet` references like beforeJohn Ericson
2023-01-14Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-01-13Move `ValidPathInfo` defintions to `path-info.cc`John Ericson
2023-01-13Move new `ValidPathInfo` methods to path-info.ccJohn Ericson
2021-09-30Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-07-26Low-latency closure copyEelco Dolstra