about summary refs log tree commit diff
path: root/src/libexpr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03 Improve SSH handlingEelco Dolstra7-113/+185
2017-03-03 build-remote: Fix passing SSH keyEelco Dolstra1-1/+1
2017-03-03 build-remote: Misc cleanupEelco Dolstra1-48/+41
2017-03-03 Fix fatal "broken pipe" error when $NIX_BUILD_HOOK is missingEelco Dolstra1-27/+39
2017-03-02 builtins.fetchgit: Support pathsEelco Dolstra1-3/+5
2017-03-02 builtins.fetchgit: Fix bad format stringEelco Dolstra1-1/+1
2017-03-01 TeeSink: Pre-reserve string spaceEelco Dolstra3-10/+21
2017-03-01 RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra5-37/+21
2017-03-01 readString(): Read directly into std::stringEelco Dolstra1-3/+3
2017-03-01 Tweak messageEelco Dolstra1-1/+1
2017-03-01 nix-store --import: Fix importing unsigned pathsEelco Dolstra1-1/+1
2017-03-01 Fix assertion failure in nix-store --exportEelco Dolstra1-0/+3
2017-03-01 Handle importing NARs containing files greater than 4 GiBEelco Dolstra7-81/+84
2017-02-28 Fix building against older curl versionsEelco Dolstra1-1/+4
2017-02-28 Improve SQLite busy handlingEelco Dolstra3-31/+43
2017-02-28 NarInfoDiskCache: Handle SQLite busy errorsEelco Dolstra1-104/+115
2017-02-28 In SQLite errors, include the database pathEelco Dolstra1-4/+8
2017-02-28 Support auto-configuration of build-max-jobsEelco Dolstra4-7/+18
2017-02-27 _SC_NPROCESSORS_ONLN -> std::thread::hardware_concurrency()Eelco Dolstra1-7/+3
2017-02-27 Fix 1.8 release note about build-max-jobsEelco Dolstra1-2/+2
2017-02-27 Retry downloads on HTTP/2 stream errorsEelco Dolstra1-1/+3
2017-02-27 unpack-channel.nix: fix 'mv' corner caseBjørn Forsman1-1/+3
2017-02-24 Fix nix-shell testsEelco Dolstra2-0/+2
2017-02-24 nix-shell: Better error message when the shell can't be startedEelco Dolstra1-2/+4
2017-02-24 Register content-addressability assertion for fixed outputsEelco Dolstra1-1/+4
2017-02-24 Verify content-addressability assertions at registration timeEelco Dolstra1-0/+2
2017-02-24 nix-shell: Overwrite environment variablesEelco Dolstra1-1/+1
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra6-3/+16
2017-02-22 DohEelco Dolstra1-2/+2
2017-02-22 Fix 32-bit RPM/Deb buildsEelco Dolstra1-4/+4
2017-02-21 Handle CURLE_RECV_ERROR as a transient errorEelco Dolstra1-1/+1
2017-02-21 useChroot -> useSandboxEelco Dolstra1-1/+1
2017-02-21 Drop some Ubuntu releasesEelco Dolstra1-11/+3
2017-02-21 Revert "configure.ac: We require C++14 now"Eelco Dolstra1-1/+1
2017-02-21 Debian build: Use parallel make and add Ubuntu 16.10Eelco Dolstra1-1/+4
2017-02-21 RPM build: Use parallel makeEelco Dolstra2-2/+3
2017-02-21 Build RPMs for Fedora 25Eelco Dolstra2-4/+6
2017-02-21 Fix building without S3 supportEelco Dolstra2-2/+2
2017-02-21 Fix XML validityEelco Dolstra1-9/+8
2017-02-21 Log AWS retriesEelco Dolstra1-0/+14
2017-02-20 Document toString betterLinus Heckemann1-4/+12
2017-02-16 Support netrc in <nix/fetchurl.nix>Eelco Dolstra5-7/+25
2017-02-16 Move netrcFile to SettingsEelco Dolstra5-28/+23
2017-02-16 Tweak netrc docsEelco Dolstra1-4/+12
2017-02-16 <nix/fetchurl.nix>: Remove unnecessary assertionEelco Dolstra1-9/+5
2017-02-16 Include "curl" in the User-Agent headerEelco Dolstra1-1/+1
2017-02-14 Add support for s3:// URIsEelco Dolstra5-63/+142
2017-02-13 nix-daemon: Don't splice with len=SIZE_MAXTuomas Tynkkynen1-2/+3
2017-02-09 Documentation.Renzo Carbonara1-0/+3
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen15-25/+1