aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
AgeCommit message (Expand)Author
2015-04-18Add the pre-build hook.Shea Levy
2015-04-18Revert "Add the pre-build hook."Shea Levy
2015-04-16Fix using restricted mode with chrootsEelco Dolstra
2015-04-12Add the pre-build hook.Shea Levy
2015-04-09Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra
2015-02-23Use chroots for all derivationsEelco Dolstra
2014-09-17Settings: Add bool get()Eelco Dolstra
2014-08-05DohEelco Dolstra
2014-08-04Move some options out of globalsEelco Dolstra
2014-08-04RefactorEelco Dolstra
2014-08-04Add option ‘build-extra-chroot-dirs’Eelco Dolstra
2014-07-25nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituterEelco Dolstra
2014-07-17nix-daemon: Add trusted-users and allowed-users optionsEelco Dolstra
2014-06-24Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy
2014-05-21nix-store -l: Fetch build logs from the InternetEelco Dolstra
2014-02-26Add use-ssh-substituter setting.Shea Levy
2014-02-14Minor style fixesEelco Dolstra
2014-02-10Pass in params by const refShea Levy
2014-02-08Add download-via-ssh substituterShea Levy
2013-11-12Make function calls show up in stack traces againEelco Dolstra
2013-09-06Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra
2013-09-02Add an option to limit the log output of buildersEelco Dolstra
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-02-19Add `Settings::nixDaemonSocketFile'.Ludovic Courtès
2012-12-29Allow mounting a path in a different location in the chrootEelco Dolstra
2012-11-27Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra
2012-09-25Include <sys/types.h> for off_tEelco Dolstra
2012-07-31Pass all --option flags to the daemonEelco Dolstra
2012-07-30Refactor settings processingEelco Dolstra
2012-07-30Pass configuration settings to the substitutersEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2011-11-22* Move initialisation of variables like nixConfDir from libmain toEelco Dolstra
2011-06-30Add support for the `build-timeout' and `--timeout' options.Ludovic Courtès
2010-06-23Added support for passing an (impure) NIX_BUILD_CORES variable to build expre...Peter Simons
2009-03-23* No longer block while waiting for a lock on a store path. InsteadEelco 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-20* Nix daemon: reload the configuration file after forking (NIX-100).Eelco 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
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
2006-12-08* Kill a build if it has gone for more than a certain number ofEelco Dolstra
2006-12-04* Install the worker in bindir, not libexecdir.Eelco Dolstra
2006-11-30* Put building in the store API.Eelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-07-20* Use $(libexecdir) to find find-runtime-roots.pl.Eelco Dolstra
2006-07-06* Allow the canonical system name to be specified at runtime in theEelco Dolstra
2006-02-16* Allow the size of the GC reserved file to be specified in nix.confEelco Dolstra