aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/nar-info.hh
AgeCommit message (Expand)Author
2023-04-07Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-01-23Don't add `StorePathDescriptor` for nowJohn Ericson
2023-01-06Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-06-23libstore/nar-info: drop unused system fieldCole Helbling
2020-10-07Use PathReferences more widelyJohn Ericson
2020-08-06Minimize the usage of `Hash::dummy`John Ericson
2020-06-19WIP bug fixingCarlo Nucera
2019-12-10Make the Store API more type-safeEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-03-24Move signature support from NarInfo to ValidPathInfoEelco Dolstra
2016-03-21Move signatures from NarInfo to ValidPathInfoEelco Dolstra
2016-02-16Add C++ functions for .narinfo processing / signingEelco Dolstra