Age | Commit message (Expand) | Author | Files | Lines |
2011-09-06 | * Added a command ‘nix-store --verify-paths PATHS’ to check whether | Eelco Dolstra | 2 | -6/+9 |
2011-08-31 | * Eliminate all uses of the global variable ‘store’ from libstore. | Eelco Dolstra | 2 | -3/+5 |
2011-06-30 | Add support for the `build-timeout' and `--timeout' options. | Ludovic Courtès | 1 | -0/+3 |
2011-02-09 | * Don't call GC_expand_hp unless we're actually using the garbage | Eelco Dolstra | 1 | -12/+0 |
2011-02-09 | Use $BDW_GC_LIBS instead of a custom variable. | Ludovic Courtès | 1 | -1/+1 |
2011-02-05 | * Clang compatibility fix. Clang actually checks template definitions | Eelco Dolstra | 1 | -1/+1 |
2010-12-13 | * nix-instantiate: return exit status 100 to denote a permanent build | Eelco Dolstra | 1 | -1/+1 |
2010-11-17 | * Before a build, show the disk space that the downloaded store paths | Eelco Dolstra | 1 | -6/+7 |
2010-11-16 | * Sync with the trunk. | Eelco Dolstra | 2 | -1/+33 |
2010-10-29 | * Document Boehm GC support. | Eelco Dolstra | 1 | -1/+1 |
2010-10-29 | * Set libgc's initial heap size to 384 MiB to prevent garbage | Eelco Dolstra | 1 | -0/+12 |
2010-10-28 | * Handle out of memory condition. | Eelco Dolstra | 2 | -1/+21 |
2010-08-30 | * When using the build hook, distinguish between the stderr of the | Eelco Dolstra | 1 | -4/+6 |
2010-08-04 | * Remove "auto" and "guess" as synonyms for 0 in the handling of | Eelco Dolstra | 1 | -14/+3 |
2010-06-23 | Added support for passing an (impure) NIX_BUILD_CORES variable to build expre... | Peter Simons | 1 | -0/+14 |
2010-04-19 | * Drop the dependency on the ATerm library. | Eelco Dolstra | 2 | -3/+1 |
2010-04-19 | * Don't use the ATerm library for parsing/printing .drv files. | Eelco Dolstra | 1 | -10/+0 |
2010-04-12 | * Finished the ATerm-less parser. | Eelco Dolstra | 1 | -2/+2 |
2010-04-12 | * Don't use ATerms for the abstract syntax trees anymore. Not | Eelco Dolstra | 1 | -2/+2 |
2010-02-03 | * Revert r19797, and use a simpler solution: just don't monitor build | Eelco Dolstra | 1 | -13/+0 |
2010-02-03 | * While waiting for a lock, print a sign of life every 5 minutes. | Eelco Dolstra | 1 | -0/+13 |
2010-01-12 | * On startup, set the default SIGCHLD handler. This is so that Nix | Eelco Dolstra | 1 | -5/+11 |
2009-11-24 | * Templatise getIntArg / string2Int. | Eelco Dolstra | 2 | -19/+15 |
2009-06-30 | * Don't show trace information by default (`--show-trace' to enable). | Eelco Dolstra | 1 | -1/+8 |
2009-03-05 | * Install some headers in the right location. | Eelco Dolstra | 1 | -1/+5 |
2009-02-27 | * Allow options from the Nix config file to be overriden from the | Eelco Dolstra | 1 | -0/+7 |
2008-12-11 | * Revert r13150: now that we use private namespaces for the chroot, we | Eelco Dolstra | 1 | -1/+0 |
2008-11-12 | * Some somewhat ad hoc mechanism to allow the build farm to monitor | Eelco Dolstra | 1 | -0/+2 |
2008-10-29 | * Put the chroots under /nix/var/nix/chroots to reduce the risk of | Eelco Dolstra | 1 | -0/+1 |
2008-08-04 | * `nix-store --realise': print what paths will be built/downloaded, | Eelco Dolstra | 2 | -0/+31 |
2008-08-04 | * querySubstitutablePathInfo: work properly when run via the daemon. | Eelco Dolstra | 1 | -1/+1 |
2008-07-18 | * Use the copy-from-other-stores substituter by default. Of course, | Eelco Dolstra | 1 | -3/+4 |
2008-06-18 | * --max-freed: support values >= 4 GB. | Eelco Dolstra | 2 | -3/+3 |
2008-06-18 | * Garbage collector: option `--max-freed' to stop after at least N | Eelco Dolstra | 2 | -1/+4 |
2008-06-14 | * nix-worker: clean up the temporary root for the worker processes | Eelco Dolstra | 2 | -9/+11 |
2007-11-16 | * Flag `--no-build-hook' to disable distributed builds. | Eelco Dolstra | 1 | -0/+2 |
2007-08-12 | * Get rid of the substitutes database table (NIX-47). Instead, if we | Eelco Dolstra | 1 | -1/+7 |
2007-05-01 | * Set a terminate() handler to ensure that we leave the BDB | Eelco Dolstra | 1 | -0/+24 |
2007-03-30 | * Work around a bug in Apple's GCC preprocessor. | Eelco Dolstra | 1 | -2/+2 |
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | 1 | -1/+1 |
2007-01-13 | * Removed chroot support. | Eelco Dolstra | 1 | -6/+0 |
2006-12-08 | * Kill a build if it has gone for more than a certain number of | Eelco Dolstra | 1 | -14/+18 |
2006-12-07 | * Move setuidCleanup() to libutil. | Eelco Dolstra | 2 | -25/+0 |
2006-12-06 | * nix-setuid-helper: allow running programs under a different uid. | Eelco Dolstra | 2 | -11/+24 |
2006-12-05 | * Allow unprivileged users to run the garbage collector and to do | Eelco Dolstra | 1 | -1/+0 |
2006-12-05 | * In addPermRoot, check that the root that we just registered can be | Eelco Dolstra | 1 | -1/+1 |
2006-12-04 | * Daemon mode (`nix-worker --daemon'). Clients connect to the server | Eelco Dolstra | 1 | -0/+6 |
2006-12-04 | * Install the worker in bindir, not libexecdir. | Eelco Dolstra | 2 | -0/+2 |
2006-12-03 | * Doh. | Eelco Dolstra | 2 | -1/+4 |
2006-12-03 | * Don't run setuid root when build-users is empty. | Eelco Dolstra | 1 | -1/+1 |