aboutsummaryrefslogtreecommitdiff
path: root/src/libmain
AgeCommit message (Expand)Author
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
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-28printMissing(): Propagate store argumentEelco Dolstra
2016-01-06@eelco's feedback: downgrade to regular float for size, remove unused function.Christian Theune
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-09-18Shut up clang warningsEelco Dolstra
2015-07-23--version: Print some config infoEelco Dolstra
2015-07-20Support systemd log severity prefixesEelco Dolstra
2015-05-21nix-collect-garbage: Call collectGarbage() internallyEelco Dolstra
2015-01-02Allow $NIX_PAGER to override $PAGEREelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-12-14Merge branch 'cygwin-master' of https://github.com/ternaris/nixEelco Dolstra
2014-12-12Silence some warnings on GCC 4.9Eelco Dolstra
2014-12-12Don't abort if we get a signal while waiting for the pagerEelco Dolstra
2014-12-10Provide default pagersEelco Dolstra
2014-12-10Revert "Use posix_spawn to run the pager"Eelco Dolstra
2014-12-09Explicitly include required C headersMarko Durkovic
2014-12-05Define ‘environ’Eelco Dolstra
2014-12-05Use posix_spawn to run the pagerEelco Dolstra
2014-10-31Shut up a clang warningEelco Dolstra
2014-10-14Remove redundant space in usage errorsEelco Dolstra
2014-09-26printMissing(): Print derivations in approximate build orderEelco Dolstra
2014-09-18Update spec fileEelco Dolstra
2014-09-18Install some pkgconfig filesEelco Dolstra
2014-08-20Flush std::cout before closing stdoutEelco Dolstra
2014-08-20Provide reasonable default flags for $LESSEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-20Add some colorEelco Dolstra
2014-08-20nix-store -l: Automatically pipe output into $PAGEREelco Dolstra
2014-08-13Handle compound single dash options properlyEelco Dolstra
2014-08-13Refactor option handlingEelco Dolstra
2014-08-13Remove pointless NIX_LOG_TYPE environment variableEelco Dolstra
2014-07-31Restore default SIGPIPE handler before invoking ‘man’Eelco Dolstra
2014-05-23Ugly hack to allow --argstr values starting with a dashEelco Dolstra
2014-03-29restoreSIGPIPE(): Fill in sa_maskEelco Dolstra
2014-02-17nix-store --gc --max-freed: Support a unit specifierEelco Dolstra
2014-02-08Add download-via-ssh substituterShea Levy
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco Dolstra
2014-01-21Merge branch 'master' into makeEelco Dolstra