aboutsummaryrefslogtreecommitdiff
path: root/src/libmain
AgeCommit message (Expand)Author
2012-10-03Drop support for running nix-worker in "slave" modeEelco Dolstra
2012-10-03When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-24Include the output name in the GC root linkEelco Dolstra
2012-07-31Add an option ‘build-fallback’ (equivalent to the --fallback flag)Eelco Dolstra
2012-07-30Refactor settings processingEelco Dolstra
2012-07-30WhitespaceEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-03-13Ensure that Perl processes delete their entry in the temproots directoryEelco Dolstra
2012-03-05nix-worker: put the pid of the caller in argv[1]Eelco Dolstra
2011-12-14* Remove the terminate handler, which was only really needed becauseEelco Dolstra
2011-11-29* Get rid of some superfluous error messages if a substituter fails.Eelco Dolstra
2011-11-22* Move initialisation of variables like nixConfDir from libmain toEelco Dolstra
2011-09-06* Added a command ‘nix-store --verify-paths PATHS’ to check whetherEelco Dolstra
2011-08-31* Eliminate all uses of the global variable ‘store’ from libstore.Eelco Dolstra
2011-06-30Add support for the `build-timeout' and `--timeout' options.Ludovic Courtès
2011-02-09* Don't call GC_expand_hp unless we're actually using the garbageEelco Dolstra
2011-02-09Use $BDW_GC_LIBS instead of a custom variable.Ludovic Courtès
2011-02-05* Clang compatibility fix. Clang actually checks template definitionsEelco Dolstra
2010-12-13* nix-instantiate: return exit status 100 to denote a permanent buildEelco Dolstra
2010-11-17* Before a build, show the disk space that the downloaded store pathsEelco Dolstra
2010-11-16* Sync with the trunk.Eelco Dolstra
2010-10-29* Document Boehm GC support.Eelco Dolstra
2010-10-29* Set libgc's initial heap size to 384 MiB to prevent garbageEelco Dolstra
2010-10-28* Handle out of memory condition.Eelco Dolstra
2010-08-30* When using the build hook, distinguish between the stderr of theEelco Dolstra
2010-08-04* Remove "auto" and "guess" as synonyms for 0 in the handling ofEelco Dolstra
2010-06-23Added support for passing an (impure) NIX_BUILD_CORES variable to build expre...Peter Simons
2010-04-19* Drop the dependency on the ATerm library.Eelco Dolstra
2010-04-19* Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra
2010-04-12* Finished the ATerm-less parser.Eelco Dolstra
2010-04-12* Don't use ATerms for the abstract syntax trees anymore. NotEelco Dolstra
2010-02-03* Revert r19797, and use a simpler solution: just don't monitor buildEelco Dolstra
2010-02-03* While waiting for a lock, print a sign of life every 5 minutes.Eelco Dolstra
2010-01-12* On startup, set the default SIGCHLD handler. This is so that NixEelco Dolstra
2009-11-24* Templatise getIntArg / string2Int.Eelco Dolstra
2009-06-30* Don't show trace information by default (`--show-trace' to enable).Eelco Dolstra
2009-03-05* Install some headers in the right location.Eelco Dolstra
2009-02-27* Allow options from the Nix config file to be overriden from theEelco Dolstra
2008-12-11* Revert r13150: now that we use private namespaces for the chroot, weEelco Dolstra
2008-11-12* Some somewhat ad hoc mechanism to allow the build farm to monitorEelco Dolstra
2008-10-29* Put the chroots under /nix/var/nix/chroots to reduce the risk ofEelco Dolstra
2008-08-04* `nix-store --realise': print what paths will be built/downloaded,Eelco Dolstra
2008-08-04* querySubstitutablePathInfo: work properly when run via the daemon.Eelco Dolstra
2008-07-18* Use the copy-from-other-stores substituter by default. Of course,Eelco Dolstra
2008-06-18* --max-freed: support values >= 4 GB.Eelco Dolstra
2008-06-18* Garbage collector: option `--max-freed' to stop after at least NEelco Dolstra
2008-06-14* nix-worker: clean up the temporary root for the worker processes Eelco Dolstra
2007-11-16* Flag `--no-build-hook' to disable distributed builds.Eelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra