Age | Commit message (Expand) | Author | Files | Lines |
2017-10-07 | docker: ensure that the installation works for users other than 'root', too | Peter Simons | 1 | -8/+8 |
2017-10-06 | Merge pull request #1593 from Mic92/bashism | Eelco Dolstra | 2 | -5/+4 |
2017-10-06 | fixing bashisms in test code | Jörg Thalheim | 2 | -5/+4 |
2017-10-03 | Merge branch 'elegant-tests' of https://github.com/copumpkin/nix | Eelco Dolstra | 1 | -6/+24 |
2017-10-03 | Merge pull request #1587 from copumpkin/fix-tests | Eelco Dolstra | 3 | -4/+4 |
2017-10-03 | More elegant test output | Dan Peebles | 1 | -6/+24 |
2017-10-02 | Fix tests | Dan Peebles | 3 | -4/+4 |
2017-09-28 | nix run: Restore signals | Eelco Dolstra | 1 | -0/+2 |
2017-09-27 | nix copy: make recursive by default | Eelco Dolstra | 3 | -3/+16 |
2017-09-27 | Tweak message | Eelco Dolstra | 1 | -1/+1 |
2017-09-27 | nix build: Fix realising a store path | Eelco Dolstra | 1 | -1/+3 |
2017-09-25 | nix why-depends: Write to stdout | Eelco Dolstra | 1 | -3/+3 |
2017-09-25 | Add "nix show-derivation" | Eelco Dolstra | 3 | -0/+147 |
2017-09-25 | Doh | Eelco Dolstra | 1 | -1/+1 |
2017-09-18 | nix-shell: Ignore readFile() errors | Eelco Dolstra | 1 | -5/+5 |
2017-09-18 | Don't remove Content-Encoding in fetchurl / nix-prefetch-url | Eelco Dolstra | 4 | -2/+7 |
2017-09-18 | Update release notes | Eelco Dolstra | 1 | -0/+10 |
2017-09-14 | Remove Debian 8 and Ubuntu 14.10 | Eelco Dolstra | 1 | -6/+4 |
2017-09-14 | RemoteStore: Add option to drop old connections from the pool | Eelco Dolstra | 3 | -1/+31 |
2017-09-14 | Show the pid of temporary roots | Eelco Dolstra | 2 | -11/+16 |
2017-09-14 | nix-store -q --roots / --gc --print-roots: Print temporary / in-memory roots | Eelco Dolstra | 2 | -22/+41 |
2017-09-14 | Add "nix add-to-store" command | Eelco Dolstra | 4 | -4/+67 |
2017-09-14 | nix why-depends: Fix showing self-references | Eelco Dolstra | 1 | -8/+16 |
2017-09-11 | Merge pull request #1562 from peti/master | Eelco Dolstra | 1 | -8/+11 |
2017-09-11 | nix why-depends: Add option to show all edges causing a dependency | Eelco Dolstra | 1 | -34/+156 |
2017-09-11 | docker: update to Nix 1.11.14 | Peter Simons | 1 | -8/+11 |
2017-09-10 | Add command "nix why-depends" | Eelco Dolstra | 1 | -0/+133 |
2017-09-10 | Typo | Eelco Dolstra | 1 | -1/+1 |
2017-09-10 | nix build: Only download the requested derivation outputs | Eelco Dolstra | 5 | -18/+52 |
2017-09-08 | LegacySSHStore: Include signatures etc. | Eelco Dolstra | 3 | -1/+10 |
2017-09-08 | nix copy: Add --substitute flag | Eelco Dolstra | 1 | -1/+9 |
2017-09-08 | ThreadPool: On exception, interrupt the other worker threads | Eelco Dolstra | 4 | -7/+14 |
2017-09-08 | copyStorePath(): Fill in missing narHash regardless of checkSigs | Eelco Dolstra | 1 | -5/+1 |
2017-09-08 | nix copy: Don't open the --from store twice | Eelco Dolstra | 1 | -1/+1 |
2017-09-08 | ThreadPool: Improve exception handling | Eelco Dolstra | 2 | -24/+53 |
2017-09-08 | nix copy: Add examples | Eelco Dolstra | 1 | -1/+9 |
2017-09-08 | Communicate the structured log FD to builders | Eelco Dolstra | 1 | -1/+6 |
2017-09-07 | nix search: Add examples | Eelco Dolstra | 1 | -0/+18 |
2017-09-07 | nix eval: Add examples | Eelco Dolstra | 1 | -0/+18 |
2017-09-07 | nix log: Add examples | Eelco Dolstra | 1 | -1/+19 |
2017-09-07 | nix build: Add examples | Eelco Dolstra | 1 | -0/+14 |
2017-09-07 | nix run: Add some examples | Eelco Dolstra | 1 | -0/+18 |
2017-09-06 | nix build: Add --out-link and --no-link options | Eelco Dolstra | 4 | -10/+37 |
2017-09-06 | nix build: Create result symlinks | Eelco Dolstra | 4 | -42/+105 |
2017-09-06 | Fix abort when the GC thread gets an exception | Eelco Dolstra | 1 | -13/+21 |
2017-09-05 | Add automatic garbage collection | Eelco Dolstra | 6 | -1/+127 |
2017-09-05 | GC: Don't delete own temproots file | Eelco Dolstra | 3 | -34/+34 |
2017-09-01 | Abort curl downloads if there is no progress for 5 minutes | Eelco Dolstra | 1 | -1/+6 |
2017-09-01 | Fix verbosity level for nix build --dry-run | Eelco Dolstra | 4 | -16/+16 |
2017-09-01 | Merge pull request #1545 from trofi/glibc-2.26 | Eelco Dolstra | 1 | -2/+2 |