about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2012-09-13 Remove double Fedora release suffixEelco Dolstra1-1/+1
2012-09-13 Put a time-to-live on negative binary cache lookupsEelco Dolstra1-3/+30
2012-09-13 DohEelco Dolstra1-2/+2
2012-09-13 RemoteStore::connectToDaemon(): Set close-on-exec flagEelco Dolstra1-0/+1
2012-09-13 Vacuum the SQLite DB after running the garbage collectorEelco Dolstra3-0/+12
2012-09-13 Delete paths in a component in topologically sorted orderEelco Dolstra1-1/+3
2012-09-13 Fix the store optimisation testEelco Dolstra1-2/+2
2012-09-13 nix-channel: Add option to force fetching of manifestsEelco Dolstra2-0/+19
2012-09-13 Delete manifests in "nix-channel --remove" or when a binary cache is availableEelco Dolstra4-35/+47
2012-09-13 Disable auto store optimisation for nowEelco Dolstra1-1/+1
2012-09-13 In startBuilder(), only print the new paths we're buildingEelco Dolstra1-2/+3
2012-09-12 Handle gc-keep-outputs and gc-keep-derivations both enabledEelco Dolstra2-95/+100
2012-09-12 Build hook: Pass the timeout to the remote builderEelco Dolstra2-4/+5
2012-09-12 Fix test failure on DarwinEelco Dolstra2-1/+2
2012-09-12 Compatibility fix for WWW::Curl < 4.14Eelco Dolstra1-1/+2
2012-09-11 Don't put results symlinks in the tests directoryEelco Dolstra12-24/+25
2012-09-11 Test hash rewritingEelco Dolstra1-4/+20
2012-09-11 Fix "non-zero padding" errorEelco Dolstra1-1/+2
2012-09-11 Support building a derivation if some outputs are already valid (non-chroot c...Eelco Dolstra1-11/+67
2012-09-11 Remove debug lineEelco Dolstra1-3/+1
2012-09-11 Support building a derivation if some outputs are already validEelco Dolstra2-23/+28
2012-09-11 Include config.h before any other headerEelco Dolstra2-2/+4
2012-09-11 Don't use -warning=no-timestamp unless we have GNU tarEelco Dolstra1-1/+1
2012-08-29 Document importing from a directory in the import documentationShea Levy1-2/+4
2012-08-28 Make "nix-instantiate -" interruptibleEelco Dolstra1-3/+1
2012-08-27 Merge branch 'no-manifests'Eelco Dolstra60-1304/+2392
2012-08-27 Disable the binary cache substituter by default for nowEelco Dolstra2-5/+4
2012-08-27 Fix stupid type error in calling std::maxEelco Dolstra1-1/+1
2012-08-27 Add libwww-curl-perl to the Debian/Ubuntu imagesEelco Dolstra1-1/+1
2012-08-27 Add WWW::Curl to the RPM dependenciesEelco Dolstra1-0/+1
2012-08-27 Add perl-WWW-Curl to the RPM imageEelco Dolstra1-1/+1
2012-08-27 WhitespaceEelco Dolstra2-15/+15
2012-08-27 Drop dependency on List::MoreUtilsEelco Dolstra2-3/+13
2012-08-27 Add missing fileEelco Dolstra1-0/+8
2012-08-27 Merge branch 'master' into no-manifestsEelco Dolstra20-139/+325
2012-08-24 Include the output name in the GC root linkEelco Dolstra5-23/+18
2012-08-22 Receive reserveSpace before calling startWork()Eelco Dolstra1-4/+4
2012-08-20 Check if MS_PRIVATE is definedEelco Dolstra1-1/+1
2012-08-20 In the chroot, make all mounted filesystems privateEelco Dolstra3-3/+21
2012-08-20 Don't bind-mount /proc since we mount our ownEelco Dolstra1-2/+2
2012-08-19 Fix 1755 permission on temporary directories left behind by ‘-K’Eelco Dolstra1-4/+4
2012-08-13 Avoid concatenating lists of one stringEelco Dolstra2-2/+2
2012-08-13 Don't allocate empty listsEelco Dolstra1-1/+1
2012-08-13 Optimise concatenating a list to an empty listEelco Dolstra1-2/+10
2012-08-13 Add a primop ‘elemAt’ to get an element from a listEelco Dolstra1-5/+19
2012-08-13 Add a primop ‘concatLists’Eelco Dolstra3-8/+33
2012-08-13 Provide an efficient implementation of ‘elem’Eelco Dolstra1-2/+17
2012-08-13 Add a "filter" primopEelco Dolstra2-1/+26
2012-08-12 Add some more evaluations statsEelco Dolstra2-1/+12
2012-08-12 Add some basic profiling support to the evaluatorEelco Dolstra5-4/+65