aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-10Fix use of sysreadEelco Dolstra
2014-07-10nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra
2014-07-10nix-copy-closure: Fix --dry-runEelco 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-10Add a test for the SSH substituterEelco Dolstra
2014-07-09Fix compilation error on some versions of GCCEelco Dolstra
2014-07-08Don't build on Ubuntu 10.10Eelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra
2014-07-03Manual: html -> xhtmlEelco 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-27Merge branch 'shlevy-import-native'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-12Add autoloads, make code more concise & idiomaticSteve Purcell
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-29Fix testEelco Dolstra
2014-05-29Sort nixPath attributesEelco Dolstra
2014-05-26Use std::unordered_setEelco Dolstra
2014-05-26nix-build: --add-root also takes 1 parameterAristid Breitkreuz
2014-05-26dev-shell is a bash script, not shSönke Hahn
2014-05-26Rephrase @ operator descriptionAdam Szkoda
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-22Disable parallel.sh testEelco 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