summaryrefslogtreecommitdiffstats
path: root/src/libstore/nar-accessor.cc
AgeCommit message (Expand)Author
2020-12-15Use the fs accessor for readInvalidDerivationregnat
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-07-31Merge remote-tracking branch 'origin/master' into markdownEelco Dolstra
2020-07-31Enable syntax highlightingEelco Dolstra
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-30receiveContents(): unsigned int -> size_tEelco Dolstra
2020-07-13NarAccessor: Run in constant memoryEelco Dolstra
2020-04-21remove 'format' from Error constructor callsBen Burdette
2017-12-07Provide random access to cached NARsEelco Dolstra
2017-12-07nix ls-{nar,store}: Return offset of files in the NAR if knownEelco Dolstra
2017-11-14nix ls-{nar,store}: Don't abort on missing filesEelco Dolstra
2017-11-14nix ls-{nar,store} --json: Respect -REelco Dolstra
2017-11-14nix ls-{store,nar}: Add --json flagEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-05-15nar-accessor.cc: remove unused member NarIndexer::currentNameBenno Fünfstück
2017-05-15nar-accessor: non-recursive NarMember::findBenno Fünfstück
2017-05-15nar-accessor: use tree, fixes readDirectory missing childrenBenno Fünfstück
2016-12-08Fix warning on 32-bit systemsEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-08-10NarAccessor: Fix handling of non-executable filesEelco Dolstra
2016-03-15Fix Darwin buildEelco Dolstra
2016-02-26Remove bad assertionEelco Dolstra
2016-02-25Add NAR / Store accessor abstractionEelco Dolstra