aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-28Don't interpret strings as format stringsEelco Dolstra
2014-03-21Make /dev/kvm optionalLudovic Courtès
2014-03-18Fix tabsEelco Dolstra
2014-03-18Allow recovery from isValidPath RPCs with an invalid pathLudovic Courtès
2014-03-17Fix -j and other flags when using the daemonEelco Dolstra
2014-03-12Remove unnecessary null pointer checksEelco Dolstra
2014-03-11Fix passing meta attribute to buildenv.nixEelco Dolstra
2014-03-10The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStringsShea Levy
2014-03-10If a dynamic attribute name evaluates to null, remove it from the setShea Levy
2014-03-05Revert "Make ifs and asserts tail-recursive"Eelco Dolstra
2014-02-27Set up a private /dev/pts in the chrootEelco Dolstra
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-27Correctly detect infinite recursion in function applicationEelco Dolstra
2014-02-27Fix deadlock in SubstitutionGoalEelco Dolstra
2014-02-26And another oneEelco Dolstra
2014-02-26Remove another unused functionEelco Dolstra
2014-02-26Remove unused functionEelco Dolstra
2014-02-26nix-store -r: Respect --add-root for non-derivationsEelco Dolstra
2014-02-26Warn about missing -I pathsEelco Dolstra
2014-02-26Simplify getting use-ssh-substituter from untrusted usersEelco Dolstra
2014-02-26Only start download-via-ssh if it's enabledEelco Dolstra
2014-02-26Add use-ssh-substituter setting.Shea Levy
2014-02-19nix-instantiate: Allow --dry-run as a synonym for --readonly-modeEelco Dolstra
2014-02-19nix-instantiate: Rename --eval-only to --eval, --parse-only to --parseEelco Dolstra
2014-02-19nix-instantiate: Add a flag --expr / -E to read expressions from the command ...Eelco Dolstra
2014-02-18lexer-tab.o and parser-tab.o require each other's headersShea Levy
2014-02-18Slight simplificationEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra
2014-02-17Make --repair work on DarwinEelco Dolstra
2014-02-17RefactoringEelco Dolstra
2014-02-17When using a build hook, only copy missing pathsEelco Dolstra
2014-02-17Move some code aroundEelco Dolstra
2014-02-17nix-store --gc --max-freed: Support a unit specifierEelco Dolstra
2014-02-17Heuristically detect if a build may have failed due to a full diskEelco Dolstra
2014-02-14download-via-ssh: Use readStorePathEelco Dolstra
2014-02-14download-via-ssh: Show where we're downloading fromEelco Dolstra
2014-02-14Minor style fixesEelco Dolstra
2014-02-12Indendation fixShea Levy
2014-02-12Remove relic of old codeShea Levy
2014-02-12error messages start in lowercaseShea Levy
2014-02-12Remove using declarations from download-via-sshShea Levy
2014-02-10nix-store --serve: Use a versioned protocolShea Levy
2014-02-10Move StoreApi::serve into opServeShea Levy
2014-02-10Pass in params by const refShea Levy
2014-02-10Clarify commentShea Levy
2014-02-08Add download-via-ssh substituterShea Levy
2014-02-08nix-store --serve: Flush out after every loopShea Levy
2014-02-08nix-store --serve: Use dump instead of exportShea Levy
2014-02-08nix-store --serve: Don't fail if asked for info about non-valid pathShea Levy
2014-02-08nix-store --serve: Don't loop foreverShea Levy