aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09Merge branch 'allow-import-from-derivation' of https://github.com/shlevy/nixEelco Dolstra
2017-03-08Add missing header <sstream>Adrien Devresse
2017-03-08Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy
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-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
2017-03-02builtins.fetchgit: Support pathsEelco Dolstra
2017-03-02builtins.fetchgit: Fix bad format stringEelco Dolstra
2017-03-01TeeSink: Pre-reserve string spaceEelco Dolstra
2017-03-01RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra
2017-03-01readString(): Read directly into std::stringEelco Dolstra
2017-03-01Tweak messageEelco Dolstra
2017-03-01nix-store --import: Fix importing unsigned pathsEelco Dolstra
2017-03-01Fix assertion failure in nix-store --exportEelco Dolstra
2017-03-01Handle importing NARs containing files greater than 4 GiBEelco Dolstra
2017-02-28Fix building against older curl versionsEelco Dolstra
2017-02-28Improve SQLite busy handlingEelco Dolstra
2017-02-28NarInfoDiskCache: Handle SQLite busy errorsEelco Dolstra
2017-02-28In SQLite errors, include the database pathEelco Dolstra
2017-02-28Support auto-configuration of build-max-jobsEelco Dolstra
2017-02-27_SC_NPROCESSORS_ONLN -> std::thread::hardware_concurrency()Eelco Dolstra
2017-02-27Retry downloads on HTTP/2 stream errorsEelco Dolstra
2017-02-24nix-shell: Better error message when the shell can't be startedEelco Dolstra
2017-02-24Register content-addressability assertion for fixed outputsEelco Dolstra
2017-02-24Verify content-addressability assertions at registration timeEelco Dolstra
2017-02-24nix-shell: Overwrite environment variablesEelco Dolstra
2017-02-22Explicitly model all settings and fail on unrecognized onesDan Peebles
2017-02-22RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra
2017-02-21Handle CURLE_RECV_ERROR as a transient errorEelco Dolstra