aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-21Restore cache.nixos.org as the default substituterEelco Dolstra
2017-03-21Don't make brotli a hard dependencyEelco Dolstra
2017-03-21Move istringstream_nocopy to a separate fileEelco Dolstra
2017-03-21Honor $NIX_SSHOPTS againEelco Dolstra
2017-03-20Merge branch 'darwin-s3-binary-cache-store' of https://github.com/shlevy/nixEelco Dolstra
2017-03-20Merge pull request #1275 from steveeJ/patch-1Eelco Dolstra
2017-03-16nix copy: Make -r option use the "from" storeEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-16copyPaths(): Don't query path info for a path the target already hasEelco Dolstra
2017-03-16LegacySSHStore: Provide a faster implementation of computeFSClosure()Eelco Dolstra
2017-03-16Fix nix-copy-closure --toEelco Dolstra
2017-03-16Remove "killing process <pid>" messagesEelco Dolstra
2017-03-16nix-copy-closure: Fix assertion failureEelco Dolstra
2017-03-15More precise compression settingsEelco Dolstra
2017-03-15runProgram(): Distinguish between empty input and no inputEelco Dolstra
2017-03-15Compress NAR listings using the "text-compression" methodEelco Dolstra
2017-03-15S3BinaryCacheStore: Set Content-TypeEelco Dolstra
2017-03-15S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra
2017-03-15Fix assertion failure on SIGINTEelco Dolstra
2017-03-15Fix deadlock in runProgram() when input is larger than the pipe buffer sizeEelco Dolstra
2017-03-15Add support for brotli compressionEelco Dolstra
2017-03-15Remove dependency on "curl" binaryEelco Dolstra
2017-03-15BinaryCacheStore: Implement getBuildLog()Eelco Dolstra
2017-03-15Add a "nix log" commandEelco Dolstra
2017-03-15Store: Add a method for getting build logsEelco Dolstra
2017-03-12Merge branch 'configurable-aws-region'Shea Levy
2017-03-12nix-shell/pure: keep environment variable SHLVLStefan Junker
2017-03-11Dockerfile: 1.11.2 -> 1.11.7Domen Kožar
2017-03-09nix -> NixEelco Dolstra
2017-03-09Merge branch 'allow-import-from-derivation' of https://github.com/shlevy/nixEelco Dolstra
2017-03-09Merge pull request #1267 from adevress/masterEelco Dolstra
2017-03-08Add missing header <sstream>Adrien Devresse
2017-03-08Add docs for allow-import-from-derivationShea Levy
2017-03-08Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy
2017-03-06Merge pull request #1264 from shlevy/s3-ca-fileEelco Dolstra
2017-03-06Properly set the caFile for aws-sdk-cpp s3Shea Levy
2017-03-06istringstream_nocopy: Implement in a standards-compliant way.Shea Levy
2017-03-06Revert fa125b9b28bea25a4eeb4d39a71a481563127cb9Eelco Dolstra
2017-03-05nix-daemon.plist: Set XDG_CACHE_HOMEShea Levy
2017-03-05Add signing and s3 support on darwinShea Levy
2017-03-03Add aws-region param to S3 store URLsShea Levy
2017-03-03Cache connection failuresEelco Dolstra
2017-03-03SSHMaster: Make thread-safeEelco Dolstra
2017-03-03build-remote: Don't use a SSH masterEelco Dolstra
2017-03-03Pool: Don't hang if creating a connection failsEelco Dolstra
2017-03-03Improve SSH handlingEelco Dolstra
2017-03-03build-remote: Fix passing SSH keyEelco Dolstra
2017-03-03build-remote: Misc cleanupEelco Dolstra
2017-03-03Fix fatal "broken pipe" error when $NIX_BUILD_HOOK is missingEelco Dolstra