aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2018-02-19Fix incorrect (and unnecessary) format stringEelco Dolstra
2018-02-19Don't silently succeed seccomp setup when !HAVE_SECCOMP.Shea Levy
2018-02-19Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra
2018-02-18configure: Add a flag to disable seccomp.Shea Levy
2018-02-15Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer
2018-02-13Allow plugins to define new settings.Shea Levy
2018-02-13Enable specifying directories in plugin-files.Shea Levy
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-12Fix hang in build-remoteEelco Dolstra
2018-02-12Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra
2018-02-09nix: Ensure that the user sees errors from substitutersEelco Dolstra
2018-02-09getDefaultSubstituters(): Skip broken substitutersEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-07move the parallel-compression setting to binary-cache-store, the settingAmineChikhaoui
2018-02-07make multi threaded compression configurable and use single threadedAmineChikhaoui
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-02-07Merge pull request #1816 from shlevy/add-pathEelco Dolstra
2018-02-06Add path primop.Shea Levy
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-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-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-23Fix obscure corner case in name resolution for builtin:fetchurl in sandboxed ...Dan Peebles
2018-01-19Rewrite builtin derivation environmentEelco Dolstra
2018-01-19Don't retry CURLE_URL_MALFORMATEelco Dolstra
2018-01-16Make show-trace a config settingEelco Dolstra
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-15Barf when using a diverted store on macOSEelco Dolstra
2018-01-12import, builtins.readFile: Handle diverted storesEelco Dolstra
2018-01-09nix.conf: builders-use-substitutesRenzo Carbonara
2018-01-04Rename "use-substitutes" to "substitute"Eelco Dolstra
2017-12-22Check aws-sdk-cpp versionEelco Dolstra
2017-12-16Fix build on gcc 7Eelco Dolstra
2017-12-14Fix build against current aws-sdk-cppEelco Dolstra
2017-12-12Merge pull request #1722 from bhipple/fix-for-older-libcurlEelco Dolstra
2017-12-11Mark comparison call operator as constWill Dietz
2017-12-09Fix for builds with system libcurl < 7.30Benjamin Hipple
2017-12-07Provide random access to cached NARsEelco Dolstra
2017-12-07nix ls-{nar,store}: Return offset of files in the NAR if knownEelco Dolstra