about summary refs log tree commit diff
path: root/src/libstore/globals.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28 Check requiredSystemFeatures for local buildsEelco Dolstra1-0/+6
2018-05-30 Move evaluator-specific settings out of libstoreEelco Dolstra1-16/+0
2018-05-30 Move some Download-specific settings to download.ccEelco Dolstra1-13/+0
2018-05-30 Modularize config settingsEelco Dolstra1-35/+1
2018-04-23 globals.hh: don't use '==' to compare string literalsWill Dietz1-1/+1
2018-04-23 Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy1-0/+7
2018-04-06 rename the options to mention it's a narinfo TTL as disk cache is used all ov...AmineChikhaoui1-2/+2
2018-04-06 add documentation for the local disk cache TTL configAmineChikhaoui1-6/+8
2018-04-06 Make the TTL for disk cache configurable, we can now completely disableAmineChikhaoui1-0/+6
2018-03-29 Process --option use-case-hack properlyEelco Dolstra1-1/+1
2018-03-16 rename build-extra-platforms -> extra-platformsLinus Heckemann1-2/+6
2018-02-27 Add build-extra-platforms settingLinus Heckemann1-0/+3
2018-02-22 Revert "Enable sandbox builds on Linux by default"Eelco Dolstra1-7/+1
2018-02-22 Enable sandbox builds on Linux by defaultEelco Dolstra1-1/+7
2018-02-19 Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra1-0/+7
2018-02-15 Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer1-0/+3
2018-02-13 Allow plugins to define new settings.Shea Levy1-0/+7
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+7
2018-01-26 Remove signed-binary-caches as the default for require-sigsEelco Dolstra1-4/+1
2018-01-16 Make show-trace a config settingEelco Dolstra1-1/+2
2018-01-16 Add pure evaluation modeEelco Dolstra1-0/+3
2018-01-09 nix.conf: builders-use-substitutesRenzo Carbonara1-0/+5
2018-01-04 Rename "use-substitutes" to "substitute"Eelco Dolstra1-1/+1
2017-11-20 signed-binary-caches -> require-sigsEelco Dolstra1-0/+5
2017-11-20 binary-cache-public-keys -> trusted-public-keysEelco Dolstra1-3/+4
2017-10-30 Add option allowed-urisEelco Dolstra1-1/+3
2017-10-30 enable-http2 -> http2Eelco Dolstra1-1/+1
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