Age | Commit message (Expand) | Author | Files | Lines |
2018-08-30 | Add simple test for nix upgrade-nix | Eelco Dolstra | 1 | -1/+8 |
2018-08-30 | printSize() fixes | Eelco Dolstra | 1 | -7/+5 |
2018-08-30 | Avoid overflow and use boost::format | Benjamin Hipple | 1 | -6/+7 |
2018-08-30 | Add human readable closure sizes to nix path-info | Benjamin Hipple | 1 | -2/+27 |
2018-08-30 | nix: Remove the -h flag | Eelco Dolstra | 1 | -1/+0 |
2018-08-29 | Merge pull request #2336 from ivan/repl-trailing-spaces | Eelco Dolstra | 1 | -1/+6 |
2018-08-19 | nix run: Restore CPU affinity | Eelco Dolstra | 1 | -0/+3 |
2018-08-10 | Slightly questionable workaround for #2342 | Eelco Dolstra | 1 | -1/+1 |
2018-08-09 | nix run: Respect propagated-user-env-packages | Eelco Dolstra | 1 | -2/+21 |
2018-08-07 | repl: don't add trailing spaces to history lines | Ivan Kozik | 1 | -1/+6 |
2018-08-06 | Merge pull request #2334 from dtzWill/fix/revert-progress-bar-refresh-for-now | Eelco Dolstra | 1 | -3/+2 |
2018-08-02 | s3 binary cache: support specifying an endpoint | Graham Christensen | 1 | -0/+4 |
2018-07-19 | Revert "progress-bar: re-draw last update if nothing new for 1sec." | Will Dietz | 1 | -3/+2 |
2018-07-06 | Merge pull request #2250 from dtzWill/feature/repl-progress-bar-builds | Eelco Dolstra | 1 | -1/+1 |
2018-07-03 | nix why-depends: render output into $PAGER | Maximilian Bosch | 1 | -0/+2 |
2018-07-02 | Merge pull request #2158 from Ma27/improve-search-ux | Eelco Dolstra | 1 | -10/+20 |
2018-07-02 | search.cc: improve UX for `nix search` | Maximilian Bosch | 1 | -10/+20 |
2018-06-23 | repl: use `nix build` for building instead of `nix-store -r` | Will Dietz | 1 | -1/+1 |
2018-06-18 | progress-bar: re-draw last update if nothing new for 1sec. | Will Dietz | 1 | -2/+3 |
2018-06-13 | nix: Remove special handling of .drv files | Eelco Dolstra | 1 | -22/+2 |
2018-06-12 | Move EvalState from the stack to the heap | Eelco Dolstra | 2 | -8/+8 |
2018-05-30 | Move evaluator-specific settings out of libstore | Eelco Dolstra | 1 | -1/+1 |
2018-05-30 | Modularize config settings | Eelco Dolstra | 2 | -6/+9 |
2018-04-18 | Allow multiple search experssions in nix search | Daniel Poelzleithner | 1 | -18/+38 |
2018-04-17 | Handle arguments in $EDITOR | Eelco Dolstra | 1 | -2/+2 |
2018-04-16 | nix repl: Fix multiline SIGINT handling. | Félix Baylac-Jacqué | 1 | -0/+1 |
2018-04-11 | Fix #2057 | Eelco Dolstra | 1 | -0/+1 |
2018-03-30 | nix copy: add an example with S3 | zimbatm | 1 | -0/+6 |
2018-03-29 | Remove reference to non-existent manpages | Eelco Dolstra | 1 | -0/+2 |
2018-03-15 | Filter ANSI colors when not writing to a terminal | Eelco Dolstra | 1 | -1/+1 |
2018-03-13 | Merge pull request #1906 from dtzWill/fix/nix-search | Shea Levy | 1 | -1/+6 |
2018-03-02 | Merge branch 'improve-search-algorithm' of git://github.com/Ma27/nix | Shea Levy | 1 | -6/+6 |
2018-03-02 | Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix | Shea Levy | 1 | -0/+1 |
2018-02-26 | nix run: Fix segfault on macOS | Eelco Dolstra | 1 | -3/+1 |
2018-02-25 | nix search: explicitly handle empty search string, fixes #1893 | Will Dietz | 1 | -0/+5 |
2018-02-25 | nix search: fix bug where we wrote to cache when shouldn't, breaking | Will Dietz | 1 | -1/+1 |
2018-02-22 | Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nix | Eelco Dolstra | 1 | -0/+2 |
2018-02-21 | Manual: Update chapter on remote builds | Eelco Dolstra | 1 | -0/+35 |
2018-02-21 | nix-copy: fix examples | Jörg Thalheim | 1 | -3/+3 |
2018-02-19 | Update release notes | Eelco Dolstra | 2 | -0/+24 |
2018-02-13 | Fix #1762 | Linus Heckemann | 1 | -0/+1 |
2018-02-13 | Merge branch 'plugins' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -0/+2 |
2018-02-12 | toBuildables -> build | Eelco Dolstra | 3 | -4/+4 |
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | 1 | -0/+2 |
2018-02-07 | nix build: Don't create output links with --dry-run. | Will Dietz | 1 | -0/+2 |
2018-02-07 | Improve filtering of ANSI escape sequences in build logs | Eelco Dolstra | 1 | -39/+4 |
2018-02-06 | Update the progress bar at most 20 times per second | Eelco Dolstra | 2 | -14/+31 |
2018-02-05 | Tweak progress bar message | Eelco Dolstra | 1 | -1/+6 |
2018-01-31 | Add 'nix upgrade-nix' command | Eelco Dolstra | 3 | -1/+137 |
2018-01-17 | nix eval: Stop progress bar before printing the result | Eelco Dolstra | 1 | -0/+4 |