about summary refs log tree commit diff
path: root/src/libstore/nar-accessor.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08 Fix warning on 32-bit systemsEelco Dolstra1-1/+2
http://hydra.nixos.org/build/44628517
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-4/+4
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
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
http://hydra.nixos.org/build/33279996
2016-02-26 Remove bad assertionEelco Dolstra1-1/+0
2016-02-25 Add NAR / Store accessor abstractionEelco Dolstra1-0/+142
This is primary to allow hydra-queue-runner to extract files like "nix-support/hydra-build-products" from NARs in binary caches.