about summary refs log tree commit diff
path: root/src/libstore/globals.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-24 Remove the remote-builds optionEelco Dolstra1-3/+0
2017-10-24 Remove the builder-files optionEelco Dolstra1-5/+1
2017-10-23 Turn $NIX_REMOTE into a configuration optionEelco Dolstra1-0/+4
2017-10-12 Add option to disable the seccomp filterEelco Dolstra1-0/+6
2017-09-05 Add automatic garbage collectionEelco Dolstra1-1/+9
2017-08-31 Rename a few configuration optionsEelco Dolstra1-36/+48
2017-07-17 Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra1-0/+3
2017-07-04 Add allow-new-privileges optionEelco Dolstra1-0/+6
2017-05-11 Add an option for extending the user agent headerEelco Dolstra1-0/+3
2017-05-05 Make the location of the build directory in the sandbox configurableEelco Dolstra1-0/+3
2017-05-02 Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"Eelco Dolstra1-0/+4
2017-05-02 Add an option for specifying remote buildersEelco Dolstra1-0/+3
2017-05-01 Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra1-0/+3
2017-04-20 Setting: Remove "Tag" template argumentEelco Dolstra1-4/+35
2017-04-20 Read per-user settings from ~/.config/nix/nix.confEelco Dolstra1-4/+0
2017-04-20 binary-caches-parallel-connections -> http-connectionsEelco Dolstra1-2/+3
2017-04-20 Reimplement trusted-substituters (aka trusted-binary-caches)Eelco Dolstra1-0/+4
2017-04-19 Reimplement connect-timeoutEelco Dolstra1-0/+3
2017-04-14 DohEelco Dolstra1-1/+1
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-159/+153
2017-04-13 Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra1-8/+78
2017-03-30 Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy1-2/+2
2017-03-15 Store: Add a method for getting build logsEelco Dolstra1-3/+0
2017-03-08 Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy1-0/+3
2017-03-06 Properly set the caFile for aws-sdk-cpp s3Shea Levy1-0/+3
2017-02-22 Explicitly model all settings and fail on unrecognized onesDan Peebles1-8/+78
2017-02-16 Move netrcFile to SettingsEelco Dolstra1-2/+4
2016-12-06 nix-store --serve: Suppress log output on stderr when repeating a buildEelco Dolstra1-0/+5
2016-08-10 Remove $NIX_DB_DIREelco Dolstra1-3/+0
2016-04-29 Eliminate the substituter mechanismEelco Dolstra1-5/+0
2016-04-25 Show the log tail when a build failsEelco Dolstra1-2/+6
2016-04-25 Remove --print-build-traceEelco Dolstra1-16/+0
2016-04-25 Improved logging abstractionEelco Dolstra1-0/+1
2016-04-08 Remove failed build cachingEelco Dolstra1-3/+0
2015-04-18 Add the pre-build hook.Shea Levy1-0/+4
2015-04-18 Revert "Add the pre-build hook."Shea Levy1-4/+0
2015-04-16 Fix using restricted mode with chrootsEelco Dolstra1-0/+2
2015-04-12 Add the pre-build hook.Shea Levy1-0/+4
2015-04-09 Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra1-0/+2
2015-02-23 Use chroots for all derivationsEelco Dolstra1-3/+0
2014-09-17 Settings: Add bool get()Eelco Dolstra1-0/+2
2014-08-05 DohEelco Dolstra1-9/+0
2014-08-04 Move some options out of globalsEelco Dolstra1-1/+3
2014-08-04 RefactorEelco Dolstra1-5/+5
2014-08-04 Add option ‘build-extra-chroot-dirs’Eelco Dolstra1-4/+0
2014-07-25 nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituterEelco Dolstra1-0/+2
2014-07-17 nix-daemon: Add trusted-users and allowed-users optionsEelco Dolstra1-0/+9
2014-06-24 Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy1-0/+3
2014-05-21 nix-store -l: Fetch build logs from the InternetEelco Dolstra1-0/+3
2014-02-26 Add use-ssh-substituter setting.Shea Levy1-0/+3