Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | Disable OpenSSL lock callback on OpenSSL >= 1.1.1 | Eelco Dolstra | 1 | -0/+4 |
2019-08-28 | Merge pull request #2921 from matthewbauer/handle-sigwinch | Eelco Dolstra | 1 | -0/+9 |
2019-06-25 | Automatically use --no-net if there are no network interfaces | Eelco Dolstra | 1 | -11/+0 |
2019-06-24 | Add '--no-net' convenience flag | Eelco Dolstra | 1 | -0/+11 |
2019-06-15 | nix: Support -j flag | Eelco Dolstra | 2 | -4/+9 |
2019-06-05 | Just enable hack on macOS | Matthew Bauer | 1 | -2/+8 |
2019-06-05 | Handle SIGWINCH in main thread | Matthew Bauer | 1 | -0/+3 |
2019-03-14 | pkg-config files: Use c++17 | Eelco Dolstra | 1 | -1/+1 |
2019-01-05 | Remove mentions of `libformat`, it no longer exists | John Ericson | 1 | -1/+1 |
2018-11-20 | Fix typo | Eelco Dolstra | 1 | -1/+1 |
2018-05-30 | Modularize config settings | Eelco Dolstra | 2 | -3/+3 |
2018-05-02 | Fix some random -Wconversion warnings | Eelco Dolstra | 1 | -1/+1 |
2018-04-09 | Export required C++ version in pkgconfig. | Shea Levy | 1 | -1/+1 |
2018-03-21 | shared.cc: style: prefer "nullptr" over '(char *)NULL' | Will Dietz | 1 | -5/+5 |
2018-03-20 | execl: cast NULL sentinel to (char *), per man page and compiler warning | Will Dietz | 1 | -5/+5 |
2018-02-15 | Set backup MANPATH in case man path isn’t set correctly. | Matthew Bauer | 1 | -0/+1 |
2018-02-13 | Merge branch 'plugins' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -0/+1 |
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | 1 | -0/+1 |
2018-02-08 | nix-env: Fix parsing of --system | Eelco Dolstra | 1 | -0/+4 |
2018-01-16 | Make show-trace a config setting | Eelco Dolstra | 1 | -3/+0 |
2017-11-14 | anchor nix::Exit exception | Will Dietz | 2 | -0/+2 |
2017-11-14 | Make config options available to legacy commands | Eelco Dolstra | 1 | -0/+4 |
2017-10-24 | Add --store argument to legacy commands | Eelco Dolstra | 1 | -0/+6 |
2017-10-24 | nix: Respect -I, --arg, --argstr | Eelco Dolstra | 3 | -68/+90 |
2017-10-24 | Remove the remote-builds option | Eelco Dolstra | 1 | -3/+0 |
2017-09-01 | Fix verbosity level for nix build --dry-run | Eelco Dolstra | 2 | -14/+14 |
2017-08-31 | src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26 | Sergei Trofimovich | 1 | -2/+2 |
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 1 | -4/+4 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 2 | -11/+11 |
2017-07-26 | nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store | Eelco Dolstra | 2 | -1/+11 |
2017-07-14 | Shut up a memory leak warning | Eelco Dolstra | 1 | -1/+2 |
2017-06-12 | On macOS, don't use /var/folders for TMPDIR | Eelco Dolstra | 1 | -0/+8 |
2017-06-07 | Don't show flags from config settings in "nix --help" | Eelco Dolstra | 1 | -2/+6 |
2017-04-24 | Factor out --json | Eelco Dolstra | 1 | -1/+11 |
2017-04-21 | add helper function to set 'interruptThrown' | David McFarland | 1 | -1/+1 |
2017-04-14 | Minor cleanup | Eelco Dolstra | 1 | -1/+1 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 2 | -8/+8 |
2017-04-13 | Initialise logger | Eelco Dolstra | 1 | -2/+0 |
2017-03-16 | Remove "killing process <pid>" messages | Eelco Dolstra | 1 | -5/+1 |
2017-02-28 | Support auto-configuration of build-max-jobs | Eelco Dolstra | 1 | -1/+4 |
2017-02-16 | Move netrcFile to Settings | Eelco Dolstra | 1 | -1/+0 |
2017-02-08 | Include config.h implicitly with '-include config.h' in CFLAGS | Tuomas Tynkkynen | 2 | -4/+0 |
2017-02-01 | Restore default signal handling in child processes | Eelco Dolstra | 1 | -19/+10 |
2017-01-26 | Fix interrupt handling | Eelco Dolstra | 1 | -0/+9 |
2017-01-19 | Kill builds when we get EOF on the log FD | Eelco Dolstra | 1 | -1/+1 |
2017-01-17 | Handle SIGINT etc. via a sigwait() signal handler thread | Eelco Dolstra | 1 | -17/+3 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 2 | -11/+11 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 2 | -11/+11 |
2016-10-12 | Shut up some warnings | Eelco Dolstra | 1 | -1/+1 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -11/+11 |