Age | Commit message (Expand) | Author | Files | Lines |
2014-02-27 | Set up a private /dev/pts in the chroot | Eelco Dolstra | 2 | -2/+14 |
2014-02-27 | Set up a minimal /dev in chroots | Eelco Dolstra | 8 | -17/+40 |
2014-02-27 | Correctly detect infinite recursion in function application | Eelco Dolstra | 1 | -2/+4 |
2014-02-27 | Fix deadlock in SubstitutionGoal | Eelco Dolstra | 1 | -0/+1 |
2014-02-26 | Doh | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | Test trace and addErrorContext | Eelco Dolstra | 1 | -0/+4 |
2014-02-26 | Test some more primops | Eelco Dolstra | 9 | -7/+24 |
2014-02-26 | Test executables in NARs | Eelco Dolstra | 2 | -0/+6 |
2014-02-26 | And another one | Eelco Dolstra | 2 | -41/+2 |
2014-02-26 | Remove another unused function | Eelco Dolstra | 2 | -22/+0 |
2014-02-26 | Remove unused function | Eelco Dolstra | 2 | -32/+0 |
2014-02-26 | Test nix-env --switch-generation | Eelco Dolstra | 1 | -0/+6 |
2014-02-26 | Test nix-env --set | Eelco Dolstra | 1 | -0/+6 |
2014-02-26 | Test the -b and -s flags of nix-store -q | Eelco Dolstra | 1 | -0/+12 |
2014-02-26 | Test ~/.nix-defexpr | Eelco Dolstra | 1 | -14/+17 |
2014-02-26 | Test nix-store --switch-profile and more daemon actions | Eelco Dolstra | 2 | -51/+70 |
2014-02-26 | Test nix-store -q --roots | Eelco Dolstra | 1 | -0/+2 |
2014-02-26 | Test nix-store -l | Eelco Dolstra | 1 | -1/+11 |
2014-02-26 | Test nix-store --optimise | Eelco Dolstra | 1 | -0/+17 |
2014-02-26 | Add a test for nix-store --dump-db / --load-db | Eelco Dolstra | 2 | -1/+21 |
2014-02-26 | Installer: Handle Darwin | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | nix-store -r: Respect --add-root for non-derivations | Eelco Dolstra | 1 | -1/+9 |
2014-02-26 | Also provide an option for setting the curl connection timeout | Eelco Dolstra | 2 | -1/+18 |
2014-02-26 | Respect $NIX_CONNECT_TIMEOUT properly | Eelco Dolstra | 1 | -2/+4 |
2014-02-26 | Add ~/.nix-profile/sbin to $PATH | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | Warn about missing -I paths | Eelco Dolstra | 3 | -5/+6 |
2014-02-26 | Document dynamic attributes | Shea Levy | 2 | -4/+23 |
2014-02-26 | Simplify getting use-ssh-substituter from untrusted users | Eelco Dolstra | 2 | -14/+3 |
2014-02-26 | Fix broken patch | Eelco Dolstra | 2 | -2/+2 |
2014-02-26 | use USER environmental variable if getting user id by getpwuid is failed in p... | Ian-Woo Kim | 2 | -2/+2 |
2014-02-26 | Only start download-via-ssh if it's enabled | Eelco Dolstra | 1 | -12/+14 |
2014-02-26 | Add use-ssh-substituter setting. | Shea Levy | 3 | -0/+17 |
2014-02-19 | nix-shell: Add --packages flag | Eelco Dolstra | 2 | -3/+41 |
2014-02-19 | nix-instantiate: Allow --dry-run as a synonym for --readonly-mode | Eelco Dolstra | 1 | -0/+2 |
2014-02-19 | nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse | Eelco Dolstra | 4 | -23/+23 |
2014-02-19 | nix-instantiate: Add a flag --expr / -E to read expressions from the command ... | Eelco Dolstra | 6 | -95/+148 |
2014-02-19 | Move manpages around | Eelco Dolstra | 1 | -4/+4 |
2014-02-19 | nix-shell: Don't leave a temporary directory in /tmp behind | Eelco Dolstra | 1 | -0/+1 |
2014-02-18 | lexer-tab.o and parser-tab.o require each other's headers | Shea Levy | 1 | -0/+4 |
2014-02-18 | Update ignores | Shea Levy | 1 | -0/+3 |
2014-02-18 | Make it work on GNU Make > 3.81 again | Eelco Dolstra | 4 | -8/+8 |
2014-02-18 | More GNU Make 3.81 compatibility | Eelco Dolstra | 2 | -1/+4 |
2014-02-18 | Slight simplification | Eelco Dolstra | 1 | -17/+10 |
2014-02-18 | Add a flag ‘--check’ to verify build determinism | Eelco Dolstra | 9 | -55/+97 |
2014-02-17 | Test nix-store --verify-path and --repair-path | Eelco Dolstra | 1 | -0/+18 |
2014-02-17 | Don't build on Debian 6.0 | Eelco Dolstra | 1 | -2/+2 |
2014-02-17 | Make --repair work on Darwin | Eelco Dolstra | 1 | -3/+3 |
2014-02-17 | Refactoring | Eelco Dolstra | 1 | -29/+36 |
2014-02-17 | When using a build hook, only copy missing paths | Eelco Dolstra | 1 | -9/+6 |
2014-02-17 | Move some code around | Eelco Dolstra | 1 | -92/+82 |