about summary refs log tree commit diff
path: root/src/libmain (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-30 Modularize config settingsEelco Dolstra2-3/+3
2018-05-02 Fix some random -Wconversion warningsEelco Dolstra1-1/+1
2018-04-09 Export required C++ version in pkgconfig.Shea Levy1-1/+1
2018-03-21 shared.cc: style: prefer "nullptr" over '(char *)NULL'Will Dietz1-5/+5
2018-03-20 execl: cast NULL sentinel to (char *), per man page and compiler warningWill Dietz1-5/+5
2018-02-15 Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer1-0/+1
2018-02-13 Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra1-0/+1
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+1
2018-02-08 nix-env: Fix parsing of --systemEelco Dolstra1-0/+4
2018-01-16 Make show-trace a config settingEelco Dolstra1-3/+0
2017-11-14 anchor nix::Exit exceptionWill Dietz2-0/+2
2017-11-14 Make config options available to legacy commandsEelco Dolstra1-0/+4
2017-10-24 Add --store argument to legacy commandsEelco Dolstra1-0/+6
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra3-68/+90
2017-10-24 Remove the remote-builds optionEelco Dolstra1-3/+0
2017-09-01 Fix verbosity level for nix build --dry-runEelco Dolstra2-14/+14
2017-08-31 src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26Sergei Trofimovich1-2/+2
2017-08-31 Rename a few configuration optionsEelco Dolstra1-4/+4
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim2-11/+11
2017-07-26 nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra2-1/+11
2017-07-14 Shut up a memory leak warningEelco Dolstra1-1/+2
2017-06-12 On macOS, don't use /var/folders for TMPDIREelco Dolstra1-0/+8
2017-06-07 Don't show flags from config settings in "nix --help"Eelco Dolstra1-2/+6
2017-04-24 Factor out --jsonEelco Dolstra1-1/+11
2017-04-21 add helper function to set 'interruptThrown'David McFarland1-1/+1
2017-04-14 Minor cleanupEelco Dolstra1-1/+1
2017-04-13 Convert Settings to the new config systemEelco Dolstra2-8/+8
2017-04-13 Initialise loggerEelco Dolstra1-2/+0
2017-03-16 Remove "killing process <pid>" messagesEelco Dolstra1-5/+1
2017-02-28 Support auto-configuration of build-max-jobsEelco Dolstra1-1/+4
2017-02-16 Move netrcFile to SettingsEelco Dolstra1-1/+0
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen2-4/+0
2017-02-01 Restore default signal handling in child processesEelco Dolstra1-19/+10
2017-01-26 Fix interrupt handlingEelco Dolstra1-0/+9
2017-01-19 Kill builds when we get EOF on the log FDEelco Dolstra1-1/+1
2017-01-17 Handle SIGINT etc. via a sigwait() signal handler threadEelco Dolstra1-17/+3
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra2-11/+11
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux2-11/+11
2016-10-12 Shut up some warningsEelco Dolstra1-1/+1
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-11/+11
2016-08-10 Remove $NIX_DB_DIREelco Dolstra1-1/+0
2016-07-11 Modernize AutoCloseFDShea Levy1-2/+2
2016-04-25 Show the log tail when a build failsEelco Dolstra1-1/+1
2016-04-25 Remove --print-build-traceEelco Dolstra1-3/+0
2016-04-25 Improved logging abstractionEelco Dolstra2-11/+1
2016-03-29 Improve SIGINT handling in multi-threaded programsEelco Dolstra1-9/+2
2016-03-29 Re-enable sync_with_stdioEelco Dolstra1-3/+0
2016-02-25 Merge branch 'master' into new-cliEelco Dolstra3-4/+28
2016-02-23 Pool<T>: Allow a maximum pool sizeEelco Dolstra1-0/+1
2016-02-22 DohEelco Dolstra1-1/+1