aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-10nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra
2014-07-10Remove tabsEelco Dolstra
2014-07-10Refactoring: Move all fork handling into a higher-order functionEelco Dolstra
2014-07-10nix-copy-closure: Restore compression and the progress viewerEelco Dolstra
2014-07-10Remove maybeVforkEelco Dolstra
2014-07-10nix-copy-closure: Fix race conditionEelco Dolstra
2014-07-10Fix security hole in ‘nix-store --serve’Eelco Dolstra
2014-07-09Fix compilation error on some versions of GCCEelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra
2014-06-27Style fixEelco Dolstra
2014-06-27Add `--json` argument to `nix-instantiate`Paul Colomiets
2014-06-27allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva...Eelco Dolstra
2014-06-24Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy
2014-06-17Add importNative primopShea Levy
2014-06-12Don't use member initialisersEelco Dolstra
2014-06-12Fix bogus warnings about dumping large pathsEelco Dolstra
2014-06-12Drop ImportError and FindErrorEelco Dolstra
2014-06-12findFile: Realise the context of the path attributesShea Levy
2014-06-12Share code between scopedImport and importShea Levy
2014-06-10== operator: Ignore string contextEelco Dolstra
2014-06-10Report daemon OOM betterEelco Dolstra
2014-06-10Print a warning when loading a large path into memoryEelco Dolstra
2014-06-02nix-env -qa --json: Generate valid JSON even if there are invalid meta attrsEelco Dolstra
2014-05-29Sort nixPath attributesEelco Dolstra
2014-05-26Use std::unordered_setEelco Dolstra
2014-05-26Remove ExprBuiltinEelco Dolstra
2014-05-26Make the Nix search path declarativeEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-05-26Add constant ‘nixPath’Eelco Dolstra
2014-05-26Add primop ‘scopedImport’Eelco Dolstra
2014-05-26Shut up some signedness warningsEelco Dolstra
2014-05-23Ugly hack to allow --argstr values starting with a dashEelco Dolstra
2014-05-21nix-store -l: Fetch build logs from the InternetEelco Dolstra
2014-05-15Provide a more useful error message when a dynamic attr lookup failsShea Levy
2014-05-15lvlInfo -> lvlTalkativeEelco Dolstra
2014-05-15nix-store --optimise: Remove bogus statisticsEelco Dolstra
2014-05-15Remove tabEelco Dolstra
2014-05-15Merge branch 'master' of github.com:wmertens/nixEelco Dolstra
2014-05-15Shortcut store files before lstatWout Mertens
2014-05-14Use the inodes given by readdir directlyWout Mertens
2014-05-13Preload linked hashes to speed up lookupsWout Mertens
2014-05-13nix-instantiate --eval: Apply auto-arguments if the result is a functionEelco Dolstra
2014-05-10Shortcut already-hardlinked fileswmertens
2014-05-02Set up directories and permissions for multi-user install automaticallyEelco Dolstra
2014-05-02Set build-max-jobs to the number of available cores by defaultEelco Dolstra
2014-05-02When running as root, use build users by defaultEelco Dolstra
2014-04-15nix-env: Minor change to '--delete-generations Nd' semanticsRicardo M. Correia
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-04-04Show position info in attribute selection errorsEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra