aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-06Add path primop.Shea Levy
2018-02-06support multi threaded xz encoder, this might be particularly useful inAmineChikhaoui
2018-02-06Update the progress bar at most 20 times per secondEelco Dolstra
2018-02-06realiseContext(): Add derivation outputs to the allowed pathsEelco Dolstra
2018-02-06checkURI(): Check file URIs against allowedPathsEelco Dolstra
2018-02-05Tweak progress bar messageEelco Dolstra
2018-02-05Allow substituters to be marked as trustedEelco Dolstra
2018-02-05Fix segfault using non-binary cache stores as substitutersEelco Dolstra
2018-02-03Remove nix-build --hashEelco Dolstra
2018-02-01Merge branch 'master' of git://github.com/catern/nixShea Levy
2018-02-01nix-build: Ignore --indirectEelco Dolstra
2018-02-01Remove obsolete references to manifestsEelco Dolstra
2018-01-31document ability to set NIX_REMOTE=unix://path/to/socketSpencer Baugh
2018-01-31Merge pull request #1801 from catern/masterEelco Dolstra
2018-01-31Fix building without aws-sdk-cppEelco Dolstra
2018-01-31Rename 1.12 -> 2.0Eelco Dolstra
2018-01-31Add 'nix upgrade-nix' commandEelco Dolstra
2018-01-31CleanupEelco Dolstra
2018-01-31Merge branch 'http-binary-cache-put-upsert' of https://github.com/adelbertc/nixEelco Dolstra
2018-01-31Indent properlyEelco Dolstra
2018-01-26remote_store: register for NIX_REMOTE=unix://pathSpencer Baugh
2018-01-26HttpBinaryCacheStore: Support upsertFile with PUT.Shea Levy
2018-01-26Remove signed-binary-caches as the default for require-sigsEelco Dolstra
2018-01-24Merge pull request #1811 from dtzWill/update/json-3.0.1Eelco Dolstra
2018-01-23Fix obscure corner case in name resolution for builtin:fetchurl in sandboxed ...Dan Peebles
2018-01-22nlohmann-json: 2.1.1 -> 3.0.1Will Dietz
2018-01-19Don't use [[noreturn]]Eelco Dolstra
2018-01-19Rewrite builtin derivation environmentEelco Dolstra
2018-01-19Don't retry CURLE_URL_MALFORMATEelco Dolstra
2018-01-18Don't define builtins.{currentSystem,currentTime} in pure modeEelco Dolstra
2018-01-17nix eval: Stop progress bar before printing the resultEelco Dolstra
2018-01-17nix eval: Take only one argumentEelco Dolstra
2018-01-17TypoEelco Dolstra
2018-01-16Make show-trace a config settingEelco Dolstra
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-16parseExprFromFile -> evalFileEelco Dolstra
2018-01-15Barf when using a diverted store on macOSEelco Dolstra
2018-01-12nix log: use pagerWill Dietz
2018-01-12import, builtins.readFile: Handle diverted storesEelco Dolstra
2018-01-09nix.conf: builders-use-substitutesRenzo Carbonara
2018-01-09fetchGit: fix creation of uninitialized cache dir, let git create itWill Dietz
2018-01-08Improve error message with --repair for untrusted usersEelco Dolstra
2018-01-04Rename "use-substitutes" to "substitute"Eelco Dolstra
2018-01-02Add hasContext primopShea Levy
2017-12-30use libbrotli directly when availableWill Dietz
2017-12-27Merge branch 'fix/issue-1757' of git://github.com/dtzWill/nixShea Levy
2017-12-26nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz
2017-12-22fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz
2017-12-22Check aws-sdk-cpp versionEelco Dolstra
2017-12-19linenoise.cpp: allow completions from empty inputWill Dietz