aboutsummaryrefslogtreecommitdiff
path: root/src/libmain
AgeCommit message (Expand)Author
2018-02-15Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-08nix-env: Fix parsing of --systemEelco Dolstra
2018-01-16Make show-trace a config settingEelco Dolstra
2017-11-14anchor nix::Exit exceptionWill Dietz
2017-11-14Make config options available to legacy commandsEelco Dolstra
2017-10-24Add --store argument to legacy commandsEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-10-24Remove the remote-builds optionEelco Dolstra
2017-09-01Fix verbosity level for nix build --dry-runEelco Dolstra
2017-08-31src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26Sergei Trofimovich
2017-08-31Rename a few configuration optionsEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-07-14Shut up a memory leak warningEelco Dolstra
2017-06-12On macOS, don't use /var/folders for TMPDIREelco Dolstra
2017-06-07Don't show flags from config settings in "nix --help"Eelco Dolstra
2017-04-24Factor out --jsonEelco Dolstra
2017-04-21add helper function to set 'interruptThrown'David McFarland
2017-04-14Minor cleanupEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Initialise loggerEelco Dolstra
2017-03-16Remove "killing process <pid>" messagesEelco Dolstra
2017-02-28Support auto-configuration of build-max-jobsEelco Dolstra
2017-02-16Move netrcFile to SettingsEelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-26Fix interrupt handlingEelco Dolstra
2017-01-19Kill builds when we get EOF on the log FDEelco Dolstra
2017-01-17Handle SIGINT etc. via a sigwait() signal handler threadEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-10-12Shut up some warningsEelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-08-10Remove $NIX_DB_DIREelco Dolstra
2016-07-11Modernize AutoCloseFDShea Levy
2016-04-25Show the log tail when a build failsEelco Dolstra
2016-04-25Remove --print-build-traceEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-03-29Improve SIGINT handling in multi-threaded programsEelco Dolstra
2016-03-29Re-enable sync_with_stdioEelco Dolstra
2016-02-25Merge branch 'master' into new-cliEelco Dolstra
2016-02-23Pool<T>: Allow a maximum pool sizeEelco Dolstra
2016-02-22DohEelco Dolstra
2016-02-22Make OpenSSL usage thread-safeEelco Dolstra
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-09Start of new Nix command-line interfaceEelco Dolstra
2016-02-09New command line parsing infrastructureEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra