aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-10shell.nix: Remove more dependenciesEelco Dolstra
2017-04-10Merge pull request #1316 from copumpkin/nix-retries-defaultEelco Dolstra
2017-04-10Merge pull request #1317 from copumpkin/nix-retry-write-errorEelco Dolstra
2017-04-10Add CURLE_WRITE_ERROR as a transient error conditionDan Peebles
2017-04-10Default to 5 download retriesDan Peebles
2017-04-10shell.nix: Remove obsolete flagsEelco Dolstra
2017-04-10Minor cleanupEelco Dolstra
2017-04-10Allow "auto" as a store URIEelco Dolstra
2017-04-07Merge pull request #1306 from copumpkin/retry-on-ssl-errorEelco Dolstra
2017-04-06Retry downloads on transient SSL errors tooDan Peebles
2017-04-06Implement RemoteStore::queryMissing()Eelco Dolstra
2017-04-06Fix bogus "unexpected Nix daemon error: interrupted by the user"Eelco Dolstra
2017-04-06Add a method to allow hydra-queue-runner to flush the path info cacheEelco Dolstra
2017-04-06nix-daemon: Disable path info cacheEelco Dolstra
2017-04-04Allow default sandbox paths to be overridenEelco Dolstra
2017-04-04Make /var/run/nscd/socket optionalEelco Dolstra
2017-04-03Really fix the RPM buildEelco Dolstra
2017-03-31Maybe fix the RPM buildEelco Dolstra
2017-03-31Sandbox: Fix /dev/ptmx on recent kernelsEelco Dolstra
2017-03-31builtins.exec: Make the argument just a listShea Levy
2017-03-31Merge branch 'builtins.exec'Shea Levy
2017-03-31Fix evaluation errorEelco Dolstra
2017-03-31Retry curl error 16Eelco Dolstra
2017-03-31Fix perl buildEelco Dolstra
2017-03-31Merge branch 'remove-perl' of https://github.com/shlevy/nixEelco Dolstra
2017-03-30Remove tabsShea Levy
2017-03-30Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy
2017-03-28Ignore broken "Deriver: unknown-deriver" fields in .narinfoEelco Dolstra
2017-03-24use std::tuple for ValueMap allocatorDaiderd Jordan
2017-03-22Merge pull request #1287 from mattaudesse/readme-grammar-its-typoEelco Dolstra
2017-03-22Fix minor grammatical nitpick ("it's" vs. "its") in `README.md`.Matt Audesse
2017-03-22Fix xz decompressionEelco Dolstra
2017-03-21LocalFSStore::getBuildLog(): Handle corrupted logsEelco Dolstra
2017-03-21Don't hang in decompression if bzip2 data ends prematurelyEelco Dolstra
2017-03-21Fix tests to reflect the signed-binary-caches default changeEelco Dolstra
2017-03-21Only use cache.nixos.org when the store is /nix/storeEelco Dolstra
2017-03-21Require signatures by defaultEelco Dolstra
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