aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/legacy-ssh-store.cc
AgeCommit message (Expand)Author
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-02build-remote: Fix fallback to other machines when connecting failsEelco Dolstra
2017-05-02build-remote: Ugly hackery to get build logs to workEelco Dolstra
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-05-01Implement LegacySSHStore::buildDerivation()Eelco Dolstra
2017-05-01Add a dummy Store::buildPaths() methodEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-16LegacySSHStore: Provide a faster implementation of computeFSClosure()Eelco Dolstra
2017-03-16Fix nix-copy-closure --toEelco Dolstra
2017-03-03Improve SSH handlingEelco Dolstra
2017-03-01RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra
2017-02-21Fix building without S3 supportEelco Dolstra
2017-02-07Add a LegacySSHStore that uses nix-store --serveEelco Dolstra