about summary refs log tree commit diff
path: root/src/libmain/shared.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-13 Refactor option handlingEelco Dolstra1-48/+34
2014-08-13 Remove pointless NIX_LOG_TYPE environment variableEelco Dolstra1-4/+0
2014-07-31 Restore default SIGPIPE handler before invoking ‘man’Eelco Dolstra1-3/+3
2014-05-23 Ugly hack to allow --argstr values starting with a dashEelco Dolstra1-0/+7
2014-03-29 restoreSIGPIPE(): Fill in sa_maskEelco Dolstra1-1/+1
2014-02-08 Add download-via-ssh substituterShea Levy1-0/+3
2014-01-21 Merge branch 'master' into makeEelco Dolstra1-0/+5
2013-12-20 nix-shell: Don't warn about the lack of a GC rootEelco Dolstra1-0/+5
2013-11-23 Drop the dependency on libgc in libmainEelco Dolstra1-20/+0
2013-11-12 Make function calls show up in stack traces againEelco Dolstra1-6/+3
2013-10-02 Report OOM errors betterEelco Dolstra1-0/+3
2013-07-30 Detect stack overflowsEelco Dolstra1-0/+7
2013-03-08 Revert "Prevent config.h from being clobbered"Eelco Dolstra1-5/+2
2013-03-07 Prevent config.h from being clobberedEelco Dolstra1-2/+5
2013-02-19 build-remote: Use the --quiet flagEelco Dolstra1-5/+2
2012-12-11 On SQLITE_BUSY, wait a random amount of timeEelco Dolstra1-0/+6
2012-11-27 Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra1-1/+1
2012-11-20 nix-store -r: Add ‘--ignore-unknown’ flagEelco Dolstra1-0/+7
2012-10-03 Drop support for running nix-worker in "slave" modeEelco Dolstra1-57/+1
2012-10-03 When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra1-0/+9
2012-08-27 Merge branch 'master' into no-manifestsEelco Dolstra1-10/+0
2012-08-24 Include the output name in the GC root linkEelco Dolstra1-10/+0
2012-07-31 Add an option ‘build-fallback’ (equivalent to the --fallback flag)Eelco Dolstra1-1/+1
2012-07-30 Refactor settings processingEelco Dolstra1-19/+28
2012-07-30 WhitespaceEelco Dolstra1-7/+7
2012-03-13 Ensure that Perl processes delete their entry in the temproots directoryEelco Dolstra1-10/+0
2012-03-05 nix-worker: put the pid of the caller in argv[1]Eelco Dolstra1-1/+3
2011-12-14 * Remove the terminate handler, which was only really needed becauseEelco Dolstra1-23/+0
2011-11-29 * Get rid of some superfluous error messages if a substituter fails.Eelco Dolstra1-1/+1
2011-11-22 * Move initialisation of variables like nixConfDir from libmain toEelco Dolstra1-24/+2