about summary refs log tree commit diff
path: root/src/libstore/nar-info.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
2017-07-04 Support base-64 hashesEelco Dolstra1-3/+3
2017-03-28 Ignore broken "Deriver: unknown-deriver" fields in .narinfoEelco Dolstra1-3/+5
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-08-10 Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra1-0/+7
2016-07-21 NarInfo::NarInfo(): Ensure that we get a NAR size/hashEelco Dolstra1-2/+2
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-6/+6
2016-05-31 Fix clang build failureEelco Dolstra1-1/+2
2016-04-20 Cache path info lookups in SQLiteEelco Dolstra1-14/+6
2016-03-24 Move signature support from NarInfo to ValidPathInfoEelco Dolstra1-24/+0
2016-03-21 Move signatures from NarInfo to ValidPathInfoEelco Dolstra1-5/+9
2016-02-16 Add C++ functions for .narinfo processing / signingEelco Dolstra1-0/+134