aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/make-content-addressed.hh
AgeCommit message (Collapse)Author
2023-06-30makeContentAddressed: Add single path helperRobert Hensing
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`.
2022-03-24fetchClosure: Allow a path to be rewritten to CA on the flyEelco Dolstra
The advantage is that the resulting closure doesn't need to be signed, so you don't need to configure any binary cache keys on the client.