Age | Commit message (Expand) | Author | Files | Lines |
2018-02-12 | Fix hang in build-remote | Eelco Dolstra | 2 | -1/+3 |
2018-02-12 | Fix 'deadlock: trying to re-acquire self-held lock' | Eelco Dolstra | 4 | -22/+24 |
2018-02-09 | nix: Ensure that the user sees errors from substituters | Eelco Dolstra | 1 | -3/+3 |
2018-02-09 | getDefaultSubstituters(): Skip broken substituters | Eelco Dolstra | 1 | -1/+5 |
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | 3 | -0/+25 |
2018-02-07 | move the parallel-compression setting to binary-cache-store, the setting | AmineChikhaoui | 3 | -4/+3 |
2018-02-07 | make multi threaded compression configurable and use single threaded | AmineChikhaoui | 2 | -1/+4 |
2018-02-07 | Improve filtering of ANSI escape sequences in build logs | Eelco Dolstra | 1 | -1/+1 |
2018-02-07 | Merge pull request #1816 from shlevy/add-path | Eelco Dolstra | 2 | -6/+5 |
2018-02-06 | Add path primop. | Shea Levy | 2 | -6/+5 |
2018-02-05 | Allow substituters to be marked as trusted | Eelco Dolstra | 2 | -2/+7 |
2018-02-05 | Fix segfault using non-binary cache stores as substituters | Eelco Dolstra | 1 | -1/+1 |
2018-02-03 | Remove nix-build --hash | Eelco Dolstra | 2 | -21/+28 |
2018-02-01 | Merge branch 'master' of git://github.com/catern/nix | Shea Levy | 1 | -0/+3 |
2018-02-01 | Remove obsolete references to manifests | Eelco Dolstra | 1 | -3/+1 |
2018-01-31 | document ability to set NIX_REMOTE=unix://path/to/socket | Spencer Baugh | 1 | -0/+3 |
2018-01-31 | Merge pull request #1801 from catern/master | Eelco Dolstra | 2 | -2/+26 |
2018-01-31 | Fix building without aws-sdk-cpp | Eelco Dolstra | 1 | -4/+5 |
2018-01-31 | Rename 1.12 -> 2.0 | Eelco Dolstra | 1 | -1/+1 |
2018-01-31 | Cleanup | Eelco Dolstra | 2 | -5/+6 |
2018-01-31 | Merge branch 'http-binary-cache-put-upsert' of https://github.com/adelbertc/nix | Eelco Dolstra | 3 | -4/+38 |
2018-01-31 | Indent properly | Eelco Dolstra | 1 | -3/+3 |
2018-01-26 | remote_store: register for NIX_REMOTE=unix://path | Spencer Baugh | 2 | -2/+26 |
2018-01-26 | HttpBinaryCacheStore: Support upsertFile with PUT. | Shea Levy | 3 | -4/+38 |
2018-01-26 | Remove signed-binary-caches as the default for require-sigs | Eelco Dolstra | 1 | -4/+1 |
2018-01-23 | Fix obscure corner case in name resolution for builtin:fetchurl in sandboxed ... | Dan Peebles | 1 | -0/+17 |
2018-01-19 | Rewrite builtin derivation environment | Eelco Dolstra | 1 | -1/+6 |
2018-01-19 | Don't retry CURLE_URL_MALFORMAT | Eelco Dolstra | 1 | -0/+1 |
2018-01-16 | Make show-trace a config setting | Eelco Dolstra | 1 | -1/+2 |
2018-01-16 | Add pure evaluation mode | Eelco Dolstra | 1 | -0/+3 |
2018-01-15 | Barf when using a diverted store on macOS | Eelco Dolstra | 1 | -2/+7 |
2018-01-12 | import, builtins.readFile: Handle diverted stores | Eelco Dolstra | 1 | -2/+8 |
2018-01-09 | nix.conf: builders-use-substitutes | Renzo Carbonara | 1 | -0/+5 |
2018-01-04 | Rename "use-substitutes" to "substitute" | Eelco Dolstra | 1 | -1/+1 |
2017-12-22 | Check aws-sdk-cpp version | Eelco Dolstra | 1 | -1/+9 |
2017-12-16 | Fix build on gcc 7 | Eelco Dolstra | 1 | -0/+2 |
2017-12-14 | Fix build against current aws-sdk-cpp | Eelco Dolstra | 1 | -1/+1 |
2017-12-12 | Merge pull request #1722 from bhipple/fix-for-older-libcurl | Eelco Dolstra | 1 | -1/+3 |
2017-12-11 | Mark comparison call operator as const | Will Dietz | 1 | -2/+2 |
2017-12-09 | Fix for builds with system libcurl < 7.30 | Benjamin Hipple | 1 | -1/+3 |
2017-12-07 | Provide random access to cached NARs | Eelco Dolstra | 5 | -104/+198 |
2017-12-07 | nix ls-{nar,store}: Return offset of files in the NAR if known | Eelco Dolstra | 2 | -7/+10 |
2017-12-06 | ssh-store: fix length when writing nar | Daiderd Jordan | 1 | -3/+3 |
2017-11-28 | Show log tail when a remote build fails | Eelco Dolstra | 1 | -2/+2 |
2017-11-24 | nix path-info: Show URL of NARs in binary caches | Eelco Dolstra | 1 | -0/+2 |
2017-11-21 | Propagate flags like --sandbox to the daemon properly | Eelco Dolstra | 1 | -3/+3 |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | 2 | -1/+6 |
2017-11-20 | binary-cache-public-keys -> trusted-public-keys | Eelco Dolstra | 2 | -4/+5 |
2017-11-20 | nix copy: Abbreviate "daemon" | Eelco Dolstra | 1 | -2/+2 |
2017-11-15 | Add a "profile" option to S3BinaryCacheStore | Eelco Dolstra | 3 | -5/+14 |