aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20Yet another rewrite of the garbage collectorEelco Dolstra
2012-12-20Give a better error message if writeFile fails due to permission issuesEelco Dolstra
2012-12-19If gc-keep-derivations is set, only keep the actual deriverEelco Dolstra
2012-12-19Kill the build hook rather than shutting it down cleanlyEelco Dolstra
2012-12-18Revert brain fartEelco Dolstra
2012-12-18Check for potential infinite select() loops when buildingEelco Dolstra
2012-12-13fix use-after-free bug in mkString(Value&, Symbol&)Stuart Pernsteiner
2012-12-12Allow setting the profile location using $NIX_PROFILEEelco Dolstra
2012-12-11Debian package: Add dependency on libwww-curl-perlEelco Dolstra
2012-12-11On SQLITE_BUSY, wait a random amount of timeEelco Dolstra
2012-12-07Bump version numberEelco Dolstra
2012-12-06Fix manual generationEelco Dolstra
2012-12-06Set a long SQLite timeout in the binary cache substituterEelco Dolstra
2012-12-05Fix RPM buildEelco Dolstra
2012-12-05Add a dependency on xz-utilsEelco Dolstra
2012-12-05Add a dependency on xzEelco Dolstra
2012-12-05TypoEelco Dolstra
2012-12-05Fix RPM buildEelco Dolstra
2012-12-05Add release dateEelco Dolstra
2012-12-05Support xz compression of nixexprs.tar in channelsEelco Dolstra
2012-12-05Produce an xz-compressed tarballEelco Dolstra
2012-12-05Build Debs for Ubuntu 12.10Eelco Dolstra
2012-12-04Updated release notesEelco Dolstra
2012-12-04Tiny optimisation in the filter primopEelco Dolstra
2012-12-04Document new primopsEelco Dolstra
2012-12-04nix-channel --update needs bzip2Florian Friesdorf
2012-12-04Document multiple output supportEelco Dolstra
2012-12-04Test prioritiesEelco Dolstra
2012-12-04buildenv.pl: Create symlinks in priority orderEelco Dolstra
2012-12-04Add a test for ‘nix-env --set-flag active ...’Eelco Dolstra
2012-12-04nix-env: Install all outputs of a derivationEelco Dolstra
2012-12-03Test the ‘--prebuilt-only’ flagEelco Dolstra
2012-12-03Fix the ‘--prebuilt-only’ flagEelco Dolstra
2012-12-03WhitespaceEelco Dolstra
2012-11-28nix-env -q --out-path: Support multiple outputsEelco Dolstra
2012-11-27Optionally ignore null-valued derivation attributesEelco Dolstra
2012-11-27Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra
2012-11-26queryMissing(): Handle partially valid derivationsEelco Dolstra
2012-11-26Undo accidental debug changeEelco Dolstra
2012-11-26Fix the multiple-outputs testEelco Dolstra
2012-11-26nix-instantiate: Fix read-only evaluationEelco Dolstra
2012-11-26Only substitute wanted outputs of a derivationEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-11-23nix-copy-closure: Add flag ‘--use-substitutes’Eelco Dolstra
2012-11-20nix-store -r: Add ‘--ignore-unknown’ flagEelco Dolstra
2012-11-19nix-store -r: Don't quietly ignore missing pathsEelco Dolstra
2012-11-15Revert "prim_toPath: Actually make the string a path"Eelco Dolstra
2012-11-15Disable use of vfork()Eelco Dolstra
2012-11-15Don't use std::cerr in a few placesEelco Dolstra
2012-11-15Add some debug codeEelco Dolstra