summaryrefslogtreecommitdiffstats
path: root/src/libstore/nar-info.cc
AgeCommit message (Expand)Author
2019-12-10Make the Store API more type-safeEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-04Support base-64 hashesEelco Dolstra
2017-03-28Ignore broken "Deriver: unknown-deriver" fields in .narinfoEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-08-10Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra
2016-07-21NarInfo::NarInfo(): Ensure that we get a NAR size/hashEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-31Fix clang build failureEelco 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