aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-09Use vfork() instead of fork() if availableEelco Dolstra
2012-11-09Remove definition of non-existant functionEelco Dolstra
2012-11-09Remove some redundant close() callsEelco Dolstra
2012-11-09Remove the quickExit functionEelco Dolstra
2012-11-09Remove a Darwin hack that should no longer be neededEelco Dolstra
2012-11-09Manual: Don't use a store path in our closureEelco Dolstra
2012-11-09Fix a segfault when auto-calling a "a@{...}" functionEelco Dolstra
2012-11-09Don't start copy-from-other-stores if $NIX_OTHER_STORES is unsetEelco Dolstra
2012-11-09Remove unnecessary call to closeMostFDs()Eelco Dolstra
2012-11-09Use a shorter Nixpkgs channel URLEelco Dolstra
2012-11-09Update release notesEelco Dolstra
2012-11-06download-from-binary-cache: Try next cache if downloading a NAR failsEelco Dolstra
2012-11-06Process binary caches in order of priorityEelco Dolstra
2012-11-06Update nix-push manpage and document the binary cache formatEelco Dolstra
2012-11-06nix-push: Handle pushing a symlinkEelco Dolstra
2012-11-06Add an option ‘use-binary-caches’Eelco Dolstra
2012-11-06Fix "Not an ARRAY reference" errorEelco Dolstra
2012-11-06canonicalizePathMetaData: Fall-back to utimes if lutimes fails due to ENOSYSShea Levy
2012-10-23If hashes do not match, print them in base-32 for SHA-1/SHA-256Eelco Dolstra
2012-10-23nix-prefetch-url: Improve option handlingEelco Dolstra
2012-10-23prim_toPath: Actually make the string a pathShea Levy
2012-10-18nix-push: Add a flag ‘--manifest-path’ to write the manifest to another d...Eelco Dolstra
2012-10-17nix-push: Add ‘--link’ flagEelco Dolstra
2012-10-17nix-push: Only generate and copy a NAR if it doesn't already existEelco Dolstra
2012-10-12TypoEelco Dolstra
2012-10-11download-from-binary-cache: Remove duplicate entries in trustedURLsEelco Dolstra
2012-10-11Shorten the names of temporary build directoriesEelco Dolstra
2012-10-10Out-of-tree building of perl modules.Mats Erik Andersson
2012-10-04getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra
2012-10-04XML writer: flush after newlinesEelco Dolstra
2012-10-04Manual: Don't use a store path that actually existsEelco Dolstra
2012-10-04nix-store --verify: Continue on errorsEelco Dolstra
2012-10-04Fix regular expressionEelco Dolstra
2012-10-03Fix the tarball buildEelco Dolstra
2012-10-03Fix the testEelco Dolstra
2012-10-03Rename nix-worker to nix-daemonEelco Dolstra
2012-10-03Drop support for running nix-worker in "slave" modeEelco Dolstra
2012-10-03Remove bin2cEelco Dolstra
2012-10-03When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra
2012-10-03Document ‘--repair’Eelco Dolstra
2012-10-03nix-env: Support ‘--repair’ flagEelco Dolstra
2012-10-03nix-build: Support ‘--repair’ flagEelco Dolstra