aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-18Shut up clang warningsEelco Dolstra
2015-09-17Merge pull request #646 from vcunat/masterEelco Dolstra
2015-09-17nix-env --upgrade: show "downgrading" when doing soVladimír Čunát
2015-09-17doc: fix the 'prebuild' typosVladimír Čunát
2015-09-17nix-env --upgrade: avoid unexpected downgradesVladimír Čunát
2015-09-04Bump versionEelco Dolstra
2015-09-03Implement buildDerivation() via the daemonEelco Dolstra
2015-09-03Release notesEelco Dolstra
2015-09-02Filter build-chroot-dirs entries that conflict with derivation outputsEelco Dolstra
2015-09-02Remove unused variableEelco Dolstra
2015-09-01Fix readDir exampleEelco Dolstra
2015-08-24Prevent .chroot from being GC'ed when using LocalStore::buildDerivation()Eelco Dolstra
2015-08-21nix-collect-garbage: Revive --max-freedEelco Dolstra
2015-08-19Merge pull request #608 from Phant0mas/masterEelco Dolstra
2015-08-19Remove unneeded HAVE_UNSHARE.Manolis Ragkousis
2015-08-07Drop newline in error messageEelco Dolstra
2015-08-07baseNameOf: Enhance `basename` compatibilityKirill Elagin
2015-08-05Fix exampleEelco Dolstra
2015-08-04Don't include <iostream> before config.hEelco Dolstra
2015-08-03Handle debug messages from runChild()Eelco Dolstra
2015-08-03Removed unnecessary includedIwan Aucamp
2015-07-31Fix stack consumptionEelco Dolstra
2015-07-31Output line number on infinite recursionIwan Aucamp
2015-07-28Add sort primopEelco Dolstra
2015-07-28Add primop genListEelco Dolstra
2015-07-26Remove unnecessary parenthesesEelco Dolstra
2015-07-24Add replaceStrings primopEelco Dolstra
2015-07-24Add concatStringsSep as a primopEelco Dolstra
2015-07-23CleanupEelco Dolstra
2015-07-23Optimize empty setsEelco Dolstra
2015-07-23Fix fetchurl of executable fileEelco Dolstra
2015-07-23Merge branch 'attr-set-hh' of https://github.com/nbp/nixEelco Dolstra
2015-07-23Optimize small listsEelco Dolstra
2015-07-23Add primops all and anyEelco Dolstra
2015-07-23Importing derivations: Add name attribute to make a valid drvShea Levy
2015-07-23Allow derivations-as-srcs in the context of builtins.toFile filesShea Levy
2015-07-23Add foldl' primopEelco Dolstra
2015-07-23--version: Print some config infoEelco Dolstra
2015-07-21Fix Darwin buildEelco Dolstra
2015-07-20Make <nix/fetchurl.nix> a builtin builderEelco Dolstra
2015-07-20Provide more detailed info about build status to hydra-queue-runnerEelco Dolstra
2015-07-20nix-copy-closure: Add -v flagEelco Dolstra
2015-07-20Support systemd log severity prefixesEelco Dolstra
2015-07-20More cleanupEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-07-17Allow remote builds without sending the derivation closureEelco Dolstra
2015-07-17Make printValue() interruptibleEelco Dolstra
2015-07-17nix-collect-garbage: Handle ENOENTEelco Dolstra
2015-07-17Add DockerfileJaka Hudoklin
2015-07-14Move attribute set data structures into their own header file.Nicolas B. Pierron