about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2014-07-10 Refactoring: Move all fork handling into a higher-order functionEelco Dolstra7-206/+128
2014-07-10 nix-copy-closure: Restore compression and the progress viewerEelco Dolstra3-16/+89
2014-07-10 Remove maybeVforkEelco Dolstra5-18/+4
2014-07-10 nix-copy-closure: Fix race conditionEelco Dolstra4-60/+136
2014-07-10 Fix security hole in ‘nix-store --serve’Eelco Dolstra1-1/+1
2014-07-10 Add a test for the SSH substituterEelco Dolstra1-2/+11
2014-07-09 Fix compilation error on some versions of GCCEelco Dolstra2-2/+3
2014-07-08 Don't build on Ubuntu 10.10Eelco Dolstra1-2/+0
2014-07-04 Add builtin function ‘fromJSON’Eelco Dolstra6-0/+217
2014-07-03 Manual: html -> xhtmlEelco Dolstra1-3/+3
2014-06-27 Style fixEelco Dolstra1-11/+8
2014-06-27 Add `--json` argument to `nix-instantiate`Paul Colomiets2-6/+26
2014-06-27 allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva...Eelco Dolstra1-1/+1
2014-06-27 Merge branch 'shlevy-import-native'Eelco Dolstra4-0/+50
2014-06-24 Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy3-1/+7
2014-06-17 Add importNative primopShea Levy2-0/+44
2014-06-12 Don't use member initialisersEelco Dolstra1-4/+4
2014-06-12 Fix bogus warnings about dumping large pathsEelco Dolstra1-2/+2
2014-06-12 Drop ImportError and FindErrorEelco Dolstra2-6/+0
2014-06-12 findFile: Realise the context of the path attributesShea Levy2-18/+45
2014-06-12 Share code between scopedImport and importShea Levy1-42/+44
2014-06-12 Add autoloads, make code more concise & idiomaticSteve Purcell1-78/+55
2014-06-10 == operator: Ignore string contextEelco Dolstra3-13/+4
2014-06-10 Report daemon OOM betterEelco Dolstra2-9/+19
2014-06-10 Print a warning when loading a large path into memoryEelco Dolstra3-4/+33
2014-06-02 nix-env -qa --json: Generate valid JSON even if there are invalid meta attrsEelco Dolstra1-2/+3
2014-05-29 Fix testEelco Dolstra2-2/+2
2014-05-29 Sort nixPath attributesEelco Dolstra1-0/+1
2014-05-26 Use std::unordered_setEelco Dolstra4-27/+5
2014-05-26 nix-build: --add-root also takes 1 parameterAristid Breitkreuz1-1/+1
2014-05-26 dev-shell is a bash script, not shSönke Hahn1-1/+1
2014-05-26 Rephrase @ operator descriptionAdam Szkoda1-4/+3
2014-05-26 Remove ExprBuiltinEelco Dolstra4-35/+8
2014-05-26 Make the Nix search path declarativeEelco Dolstra7-17/+51
2014-05-26 Ensure that -I flags get included in nixPathEelco Dolstra8-18/+33
2014-05-26 Add constant ‘nixPath’Eelco Dolstra3-2/+20
2014-05-26 Add primop ‘scopedImport’Eelco Dolstra8-3/+50
2014-05-26 Shut up some signedness warningsEelco Dolstra1-2/+2
2014-05-23 Ugly hack to allow --argstr values starting with a dashEelco Dolstra1-0/+7
2014-05-22 Disable parallel.sh testEelco Dolstra1-1/+2
2014-05-21 nix-store -l: Fetch build logs from the InternetEelco Dolstra9-93/+144
2014-05-15 Provide a more useful error message when a dynamic attr lookup failsShea Levy1-2/+10
2014-05-15 lvlInfo -> lvlTalkativeEelco Dolstra1-1/+1
2014-05-15 nix-store --optimise: Remove bogus statisticsEelco Dolstra3-14/+9
2014-05-15 Remove tabEelco Dolstra1-2/+2
2014-05-15 Merge branch 'master' of github.com:wmertens/nixEelco Dolstra2-8/+80
2014-05-15 Shortcut store files before lstatWout Mertens2-9/+37
2014-05-14 Use the inodes given by readdir directlyWout Mertens2-21/+25
2014-05-14 Remove redundant codeEelco Dolstra1-1/+1
2014-05-13 Preload linked hashes to speed up lookupsWout Mertens2-10/+41