aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store.cc
AgeCommit message (Expand)Author
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Fix clang warningsEelco Dolstra
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-05ssh-ng: Don't forward options to the daemon.Shea Levy
2017-12-06ssh-store: fix length when writing narDaiderd Jordan
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-03Improve SSH handlingEelco Dolstra
2017-02-07Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra
2017-02-07SSHStore: uri -> hostEelco Dolstra
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-20nix-copy-closure: Implement in C++.Shea Levy
2016-11-10build-remote: Implement in C++Shea Levy
2016-09-12ssh-store: Start master on-demandShea Levy
2016-09-12Inline ssh-store.hh into ssh-store.ccShea Levy
2016-09-02Add ssh store implementationShea Levy