Age | Commit message (Expand) | Author | Files | Lines |
2015-10-30 | <nix/fetchurl.nix>: Support downloading and unpacking NARs | Eelco Dolstra | 2 | -9/+21 |
2015-07-31 | Output line number on infinite recursion | Iwan Aucamp | 1 | -0/+3 |
2015-07-28 | Add sort primop | Eelco Dolstra | 2 | -0/+9 |
2015-07-28 | Add primop genList | Eelco Dolstra | 1 | -3/+3 |
2015-07-24 | Add replaceStrings primop | Eelco Dolstra | 2 | -0/+9 |
2015-07-24 | Add concatStringsSep as a primop | Eelco Dolstra | 2 | -0/+9 |
2015-07-23 | Add primops all and any | Eelco Dolstra | 2 | -0/+12 |
2015-07-23 | Add foldl' primop | Eelco Dolstra | 1 | -1/+1 |
2015-07-03 | Fix the parsing of "$"'s in strings. | Guillaume Maudoux | 2 | -1/+3 |
2015-06-02 | Fix tarball test | Eelco Dolstra | 1 | -0/+3 |
2015-06-01 | Add tarball tests | Eelco Dolstra | 2 | -1/+21 |
2015-05-21 | Merge branch 'submit/sparse-generation-symlinks' of https://github.com/ctheun... | Eelco Dolstra | 1 | -0/+10 |
2015-05-20 | Mis-read Eelko's request to not make this an option: now, let's not make | Christian Theune | 1 | -12/+3 |
2015-05-19 | Implement alternative to lazy generations: | Christian Theune | 1 | -4/+14 |
2015-05-18 | Enable lazy/sparse allocation of generation symlinks: avoid creating | Christian Theune | 1 | -0/+9 |
2015-04-29 | tests: Fix wrong channel name in nix-channel.sh. | aszlig | 1 | -1/+1 |
2015-04-20 | Support tarballs in nix channel URLs | Dan Peebles | 1 | -0/+23 |
2015-02-18 | nix-store --generate-binary-cache-key: Write key to disk | Eelco Dolstra | 1 | -9/+7 |
2015-02-17 | Use $<attr>Path instead of $<attr> for passAsFile | Eelco Dolstra | 1 | -1/+1 |
2015-02-17 | Allow passing attributes via files instead of environment variables | Eelco Dolstra | 2 | -1/+18 |
2015-02-16 | Test chroot building | Eelco Dolstra | 1 | -0/+1 |
2015-02-10 | Make libsodium an optional dependency | Eelco Dolstra | 2 | -0/+5 |
2015-02-04 | Use libsodium instead of OpenSSL for binary cache signing | Eelco Dolstra | 1 | -0/+50 |
2015-01-29 | Merge remote-tracking branch 'shlevy/baseNameOf-no-copy' | Shea Levy | 1 | -1/+1 |
2014-12-11 | Urgh | Eelco Dolstra | 1 | -1/+1 |
2014-12-05 | Shut up a warning | Eelco Dolstra | 1 | -1/+1 |
2014-11-25 | Add a primop for regular expression pattern matching | Eelco Dolstra | 2 | -0/+27 |
2014-11-15 | Add functors (callable attribute sets). | Shea Levy | 2 | -0/+2 |
2014-10-18 | Fix context test | Shea Levy | 1 | -1/+1 |
2014-10-04 | Add primop ‘catAttrs’ | Eelco Dolstra | 2 | -0/+2 |
2014-10-04 | Add primop ‘attrValues’ | Eelco Dolstra | 1 | -1/+1 |
2014-10-03 | Add test for readDir primop | Shea Levy | 4 | -0/+2 |
2014-09-23 | Fix use of PAGER during tests | Eelco Dolstra | 1 | -0/+1 |
2014-09-22 | Add ‘deepSeq’ primop | Eelco Dolstra | 3 | -0/+3 |
2014-09-22 | Add ‘seq’ primop | Eelco Dolstra | 3 | -0/+3 |
2014-09-05 | tests/remote-builds.nix: Time out faster | Eelco Dolstra | 1 | -2/+3 |
2014-08-28 | Add disallowedReferences / disallowedRequisites | Eelco Dolstra | 4 | -2/+35 |
2014-08-28 | Introduce allowedRequisites feature | Gergely Risko | 3 | -1/+57 |
2014-08-21 | Fix tests | Eelco Dolstra | 9 | -26/+20 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 2 | -2/+2 |
2014-08-20 | Reduce test verbosity | Eelco Dolstra | 1 | -2/+2 |
2014-08-13 | Remove log2html.xsl and friends | Eelco Dolstra | 2 | -10/+0 |
2014-07-30 | Rename nixPath to __nixPath | Eelco Dolstra | 1 | -4/+4 |
2014-07-24 | tests/remote-builds.nix: Test failing build | Eelco Dolstra | 1 | -1/+4 |
2014-07-24 | tests/remote-builds.nix: Don't try cache.nixos.org | Eelco Dolstra | 1 | -0/+1 |
2014-07-16 | Handle case collisions on case-insensitive systems | Eelco Dolstra | 3 | -1/+20 |
2014-07-14 | build-remote.pl: Fix building multiple output derivations | Eelco Dolstra | 1 | -2/+3 |
2014-07-11 | Fix test | Eelco Dolstra | 1 | -1/+1 |
2014-07-10 | Add a test for the SSH substituter | Eelco Dolstra | 1 | -2/+11 |
2014-07-04 | Add builtin function ‘fromJSON’ | Eelco Dolstra | 2 | -0/+33 |