aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
AgeCommit message (Expand)Author
2017-07-17Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra
2017-07-04Add allow-new-privileges optionEelco Dolstra
2017-05-11Add an option for extending the user agent headerEelco Dolstra
2017-05-05Make the location of the build directory in the sandbox configurableEelco Dolstra
2017-05-02Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"Eelco Dolstra
2017-05-02Add an option for specifying remote buildersEelco Dolstra
2017-05-01Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra
2017-04-20Setting: Remove "Tag" template argumentEelco Dolstra
2017-04-20Read per-user settings from ~/.config/nix/nix.confEelco Dolstra
2017-04-20binary-caches-parallel-connections -> http-connectionsEelco Dolstra
2017-04-20Reimplement trusted-substituters (aka trusted-binary-caches)Eelco Dolstra
2017-04-19Reimplement connect-timeoutEelco Dolstra
2017-04-14DohEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra
2017-03-30Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy
2017-03-15Store: Add a method for getting build logsEelco Dolstra
2017-03-08Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy
2017-03-06Properly set the caFile for aws-sdk-cpp s3Shea Levy
2017-02-22Explicitly model all settings and fail on unrecognized onesDan Peebles
2017-02-16Move netrcFile to SettingsEelco Dolstra
2016-12-06nix-store --serve: Suppress log output on stderr when repeating a buildEelco Dolstra
2016-08-10Remove $NIX_DB_DIREelco Dolstra
2016-04-29Eliminate the substituter mechanismEelco Dolstra
2016-04-25Show the log tail when a build failsEelco Dolstra
2016-04-25Remove --print-build-traceEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-08Remove failed build cachingEelco Dolstra
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