about summary refs log tree commit diff
path: root/src/libstore/nar-info.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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