Age | Commit message (Expand) | Author | Files | Lines |
2013-06-20 | Disable the copy-from-other-stores substituter | Eelco Dolstra | 1 | -0/+2 |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | 1 | -0/+9 |
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | 1 | -9/+0 |
2013-02-19 | Add `Settings::nixDaemonSocketFile'. | Ludovic Courtès | 1 | -0/+9 |
2012-12-29 | Allow mounting a path in a different location in the chroot | Eelco Dolstra | 1 | -1/+1 |
2012-11-27 | Add builtin constants ‘langVersion’ and ‘nixVersion’ | Eelco Dolstra | 1 | -0/+3 |
2012-11-09 | Don't start copy-from-other-stores if $NIX_OTHER_STORES is unset | Eelco Dolstra | 1 | -1/+2 |
2012-09-19 | Templatise tokenizeString() | Eelco Dolstra | 1 | -14/+6 |
2012-09-13 | Disable auto store optimisation for now | Eelco Dolstra | 1 | -1/+1 |
2012-07-31 | Prevent an injection attack in passing untrusted options to substituters | Eelco Dolstra | 1 | -0/+4 |
2012-07-31 | Pass all --option flags to the daemon | Eelco Dolstra | 1 | -0/+7 |
2012-07-31 | Add an option ‘build-fallback’ (equivalent to the --fallback flag) | Eelco Dolstra | 1 | -1/+2 |
2012-07-30 | Refactor settings processing | Eelco Dolstra | 1 | -96/+105 |
2012-07-30 | Pass configuration settings to the substituters | Eelco Dolstra | 1 | -5/+18 |
2012-07-11 | Update the other substituters | Eelco Dolstra | 1 | -2/+2 |
2012-07-06 | download-from-binary-cache: parallelise fetching of NAR info files | Eelco Dolstra | 1 | -2/+3 |
2011-11-22 | * Move initialisation of variables like nixConfDir from libmain to | Eelco Dolstra | 1 | -0/+30 |
2011-06-30 | Add support for the `build-timeout' and `--timeout' options. | Ludovic Courtès | 1 | -0/+1 |
2010-08-30 | * When using the build hook, distinguish between the stderr of the | Eelco Dolstra | 1 | -1/+1 |
2010-06-23 | Added support for passing an (impure) NIX_BUILD_CORES variable to build expre... | Peter Simons | 1 | -0/+1 |
2009-03-23 | * No longer block while waiting for a lock on a store path. Instead | Eelco Dolstra | 1 | -1/+1 |
2009-02-27 | * Allow options from the Nix config file to be overriden from the | Eelco Dolstra | 1 | -0/+12 |
2008-12-11 | * Revert r13150: now that we use private namespaces for the chroot, we | Eelco Dolstra | 1 | -1/+0 |
2008-11-20 | * Nix daemon: reload the configuration file after forking (NIX-100). | Eelco Dolstra | 1 | -0/+7 |
2008-11-12 | * Some somewhat ad hoc mechanism to allow the build farm to monitor | Eelco Dolstra | 1 | -0/+1 |
2008-10-29 | * Put the chroots under /nix/var/nix/chroots to reduce the risk of | Eelco Dolstra | 1 | -0/+1 |
2007-11-16 | * Flag `--no-build-hook' to disable distributed builds. | Eelco Dolstra | 1 | -0/+1 |
2007-08-12 | * Get rid of the substitutes database table (NIX-47). Instead, if we | Eelco Dolstra | 1 | -0/+1 |
2006-12-08 | * Kill a build if it has gone for more than a certain number of | Eelco Dolstra | 1 | -0/+10 |
2006-12-04 | * Install the worker in bindir, not libexecdir. | Eelco Dolstra | 1 | -0/+1 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -2/+9 |
2006-07-20 | * Use $(libexecdir) to find find-runtime-roots.pl. | Eelco Dolstra | 1 | -0/+1 |
2006-07-06 | * Allow the canonical system name to be specified at runtime in the | Eelco Dolstra | 1 | -1/+2 |
2006-05-11 | * 64-bit compatibility fixes (for problems revealed by building on an Athlon | Eelco Dolstra | 1 | -1/+1 |
2006-02-16 | * Allow the size of the GC reserved file to be specified in nix.conf | Eelco Dolstra | 1 | -7/+12 |
2005-10-17 | * Beginning of secure multi-user Nix stores. If Nix is started as | Eelco Dolstra | 1 | -4/+0 |
2005-09-22 | * Lets not go wild with templates. | Eelco Dolstra | 1 | -4/+6 |
2005-09-22 | * Parse multi-valued options. | Eelco Dolstra | 1 | -14/+33 |
2005-09-21 | * Configuration options for trusted local builds. | Eelco Dolstra | 1 | -5/+2 |
2005-02-14 | * Global configuration option `env-keep-derivations' to store pointer | Eelco Dolstra | 1 | -1/+11 |
2005-02-01 | * A GC setting `gc-keep-outputs' to specify whether output paths of | Eelco Dolstra | 1 | -0/+50 |
2004-10-25 | * Allow certain operations to succeed even if we don't have write | Eelco Dolstra | 1 | -0/+2 |
2004-08-18 | * The default verbosity level of all Nix commands is now lvlInfo. | Eelco Dolstra | 1 | -1/+1 |
2004-06-28 | * Added a switch `--fallback'. From the manual: | Eelco Dolstra | 1 | -0/+2 |
2004-06-25 | * A flag `--keep-going / -k' to keep building goals if one fails, as | Eelco Dolstra | 1 | -0/+2 |
2004-05-12 | * A switch `-j NUMBER' to set the maximum number of parallel jobs (0 = | Eelco Dolstra | 1 | -0/+2 |
2004-01-13 | * Option `-B' to always show the output of builders, regardless of | Eelco Dolstra | 1 | -0/+2 |
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 1 | -0/+1 |
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 1 | -0/+8 |