about summary refs log tree commit diff
path: root/src/libstore/nar-accessor.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07 Provide random access to cached NARsEelco Dolstra1-75/+118
2017-12-07 nix ls-{nar,store}: Return offset of files in the NAR if knownEelco Dolstra1-4/+6
2017-11-14 nix ls-{nar,store}: Don't abort on missing filesEelco Dolstra1-1/+1
2017-11-14 nix ls-{nar,store} --json: Respect -REelco Dolstra1-3/+7
2017-11-14 nix ls-{store,nar}: Add --json flagEelco Dolstra1-0/+33
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-5/+5
2017-05-15 nar-accessor.cc: remove unused member NarIndexer::currentNameBenno Fünfstück1-2/+1
2017-05-15 nar-accessor: non-recursive NarMember::findBenno Fünfstück1-21/+21
2017-05-15 nar-accessor: use tree, fixes readDirectory missing childrenBenno Fünfstück1-33/+76
2016-12-08 Fix warning on 32-bit systemsEelco Dolstra1-1/+2
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-4/+4
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-4/+4
2016-08-10 NarAccessor: Fix handling of non-executable filesEelco Dolstra1-1/+1
2016-03-15 Fix Darwin buildEelco Dolstra1-2/+2
2016-02-26 Remove bad assertionEelco Dolstra1-1/+0
2016-02-25 Add NAR / Store accessor abstractionEelco Dolstra1-0/+142