about summary refs log tree commit diff
path: root/src/libmain/shared.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12 On macOS, don't use /var/folders for TMPDIREelco Dolstra1-0/+8
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 Dolstra1-7/+3
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 Tynkkynen1-2/+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 Dolstra1-8/+8
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-8/+8
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 Dolstra1-2/+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 Dolstra1-4/+21
2016-02-23 Pool<T>: Allow a maximum pool sizeEelco Dolstra1-0/+1
2016-02-22 Make OpenSSL usage thread-safeEelco Dolstra1-4/+20
2016-02-09 New command line parsing infrastructureEelco Dolstra1-77/+71
2016-02-04 StoreAPI -> StoreEelco Dolstra1-2/+2
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-5/+4
2016-01-28 printMissing(): Propagate store argumentEelco Dolstra1-3/+3
2015-07-23 --version: Print some config infoEelco Dolstra1-0/+14
2015-07-20 Support systemd log severity prefixesEelco Dolstra1-0/+4
2015-05-21 nix-collect-garbage: Call collectGarbage() internallyEelco Dolstra1-0/+15
2015-01-02 Allow $NIX_PAGER to override $PAGEREelco Dolstra1-4/+5
2014-12-14 PedantryEelco Dolstra1-1/+1
2014-12-14 Merge branch 'cygwin-master' of https://github.com/ternaris/nixEelco Dolstra1-0/+1
2014-12-12 Don't abort if we get a signal while waiting for the pagerEelco Dolstra1-4/+8
2014-12-10 Provide default pagersEelco Dolstra1-3/+8
2014-12-10 Revert "Use posix_spawn to run the pager"Eelco Dolstra1-30/+8
2014-12-09 Explicitly include required C headersMarko Durkovic1-0/+1
2014-12-05 Define ‘environ’Eelco Dolstra1-0/+2
2014-12-05 Use posix_spawn to run the pagerEelco Dolstra1-8/+30
2014-10-14 Remove redundant space in usage errorsEelco Dolstra1-1/+1
2014-09-26 printMissing(): Print derivations in approximate build orderEelco Dolstra1-6/+9
2014-08-20 Flush std::cout before closing stdoutEelco Dolstra1-0/+1
2014-08-20 Provide reasonable default flags for $LESSEelco Dolstra1-1/+2
2014-08-20 Use proper quotes everywhereEelco Dolstra1-9/+9
2014-08-20 Add some colorEelco Dolstra1-6/+5
2014-08-20 nix-store -l: Automatically pipe output into $PAGEREelco Dolstra1-0/+40
2014-08-13 Handle compound single dash options properlyEelco Dolstra1-15/+14