aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-12Handle gc-keep-outputs and gc-keep-derivations both enabledEelco Dolstra
2012-09-12Build hook: Pass the timeout to the remote builderEelco Dolstra
2012-09-12Fix test failure on DarwinEelco Dolstra
2012-09-12Compatibility fix for WWW::Curl < 4.14Eelco Dolstra
2012-09-11Don't put results symlinks in the tests directoryEelco Dolstra
2012-09-11Test hash rewritingEelco Dolstra
2012-09-11Fix "non-zero padding" errorEelco Dolstra
2012-09-11Support building a derivation if some outputs are already valid (non-chroot c...Eelco Dolstra
2012-09-11Remove debug lineEelco Dolstra
2012-09-11Support building a derivation if some outputs are already validEelco Dolstra
2012-09-11Include config.h before any other headerEelco Dolstra
2012-09-11Don't use -warning=no-timestamp unless we have GNU tarEelco Dolstra
2012-08-29Document importing from a directory in the import documentationShea Levy
2012-08-28Make "nix-instantiate -" interruptibleEelco Dolstra
2012-08-27Merge branch 'no-manifests'Eelco Dolstra
2012-08-27Disable the binary cache substituter by default for nowEelco Dolstra
2012-08-27Fix stupid type error in calling std::maxEelco Dolstra
2012-08-27Add libwww-curl-perl to the Debian/Ubuntu imagesEelco Dolstra
2012-08-27Add WWW::Curl to the RPM dependenciesEelco Dolstra
2012-08-27Add perl-WWW-Curl to the RPM imageEelco Dolstra
2012-08-27WhitespaceEelco Dolstra
2012-08-27Drop dependency on List::MoreUtilsEelco Dolstra
2012-08-27Add missing fileEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-24Include the output name in the GC root linkEelco Dolstra
2012-08-22Receive reserveSpace before calling startWork()Eelco Dolstra
2012-08-20Check if MS_PRIVATE is definedEelco Dolstra
2012-08-20In the chroot, make all mounted filesystems privateEelco Dolstra
2012-08-20Don't bind-mount /proc since we mount our ownEelco Dolstra
2012-08-19Fix 1755 permission on temporary directories left behind by ‘-K’Eelco Dolstra
2012-08-13Avoid concatenating lists of one stringEelco Dolstra
2012-08-13Don't allocate empty listsEelco Dolstra
2012-08-13Optimise concatenating a list to an empty listEelco Dolstra
2012-08-13Add a primop ‘elemAt’ to get an element from a listEelco Dolstra
2012-08-13Add a primop ‘concatLists’Eelco Dolstra
2012-08-13Provide an efficient implementation of ‘elem’Eelco Dolstra
2012-08-13Add a "filter" primopEelco Dolstra
2012-08-12Add some more evaluations statsEelco Dolstra
2012-08-12Add some basic profiling support to the evaluatorEelco Dolstra
2012-08-07Don't warn about maximum link count exceeded on 0-byte filesEelco Dolstra
2012-08-05Handle amount of disk space saved by hard linking being negativeEelco Dolstra
2012-08-05Fix race condition when two processes create a hard link to a file in .linksEelco Dolstra
2012-08-05Fix race condition when two processes create the same link in /nix/store/.linksEelco Dolstra
2012-08-01Count bytes freed deleting unused linksEelco Dolstra
2012-08-01Drop the block count in the garbage collectorEelco Dolstra
2012-08-01nix-store --gc: Make ‘--max-freed 0’ do the right thingEelco Dolstra
2012-08-01removeUnusedLinks(): Print stats on disk space saved by hard linkingEelco Dolstra
2012-08-01Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-01nix-channel: Use binary caches advertised by channelsEelco Dolstra
2012-08-01DohEelco Dolstra