about summary refs log tree commit diff
path: root/src/libstore/globals.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-19 Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra1-0/+16
2018-02-15 Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer1-0/+1
2018-02-13 Allow plugins to define new settings.Shea Levy1-0/+16
2018-02-13 Enable specifying directories in plugin-files.Shea Levy1-6/+18
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+15
2017-11-21 Propagate flags like --sandbox to the daemon properlyEelco Dolstra1-3/+3
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-3/+3
2017-10-24 Remove the builder-files optionEelco Dolstra1-1/+6
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
2017-06-12 Provide a builtin default for $NIX_SSL_CERT_FILEEelco Dolstra1-1/+9
2017-06-07 Don't show flags from config settings in "nix --help"Eelco Dolstra1-4/+16
2017-06-07 nix: Make all options available as flagsEelco Dolstra1-0/+7
2017-05-15 Add --with-sandbox-shell configure flagEelco Dolstra1-2/+2
2017-05-02 Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"Eelco Dolstra1-0/+4
2017-04-20 Improve nix show-config --jsonEelco Dolstra1-0/+5
2017-04-20 Setting: Remove "Tag" template argumentEelco Dolstra1-19/+3
2017-04-20 Read per-user settings from ~/.config/nix/nix.confEelco Dolstra1-6/+6
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-278/+39
2017-04-13 Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra1-34/+117
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-1/+0
2017-03-08 Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy1-0/+2
2017-03-06 Properly set the caFile for aws-sdk-cpp s3Shea Levy1-0/+1
2017-02-28 Support auto-configuration of build-max-jobsEelco Dolstra1-1/+8
2017-02-27 _SC_NPROCESSORS_ONLN -> std::thread::hardware_concurrency()Eelco Dolstra1-7/+3
2017-02-22 Explicitly model all settings and fail on unrecognized onesDan Peebles1-33/+115
2017-02-16 Move netrcFile to SettingsEelco Dolstra1-19/+17
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen1-2/+0
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-3/+3
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2016-10-27 Add nix.conf options for -k and -KShea Levy1-0/+2
2016-08-13 remove old traces of resolve-system-dependenciesJude Taylor1-1/+1
2016-08-10 Remove $NIX_DB_DIREelco Dolstra1-1/+0
2016-04-29 Eliminate the substituter mechanismEelco Dolstra1-13/+0
2016-04-25 Show the log tail when a build failsEelco Dolstra1-1/+0
2016-04-25 Remove --print-build-traceEelco Dolstra1-1/+0
2016-04-11 Remove manifest supportEelco Dolstra1-1/+0
2016-04-08 Remove failed build cachingEelco Dolstra1-2/+0
2015-10-21 move preBuildHook defaulting to globals.ccJude Taylor1-0/+5
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-8/+8
2015-06-22 Make /nix/var/nix/db/reserved biggerEelco Dolstra1-1/+1
2015-04-18 Add the pre-build hook.Shea Levy1-0/+1
2015-04-18 Revert "Add the pre-build hook."Shea Levy1-1/+0
2015-04-16 Fix using restricted mode with chrootsEelco Dolstra1-0/+1
2015-04-12 Add the pre-build hook.Shea Levy1-0/+1
2015-04-09 Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra1-0/+8
2015-02-23 Use chroots for all derivationsEelco Dolstra1-2/+0
2014-09-17 Settings: Add bool get()Eelco Dolstra1-0/+8
2014-08-20 Use proper quotes everywhereEelco Dolstra1-3/+3
2014-08-04 Move some options out of globalsEelco Dolstra1-4/+8