aboutsummaryrefslogtreecommitdiff
path: root/src/build-remote
AgeCommit message (Expand)Author
2017-05-01build-remote: Don't copy the .drv closureEelco Dolstra
2017-05-01Pass verbosity level to build hookEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-03build-remote: Don't use a SSH masterEelco Dolstra
2017-03-03build-remote: Fix passing SSH keyEelco Dolstra
2017-03-03build-remote: Misc cleanupEelco Dolstra
2017-02-07Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra
2017-01-26openLockFile: Return an AutoCloseFDEelco Dolstra
2017-01-24Hopefully fix build on older GCCEelco Dolstra
2017-01-24Fix typoEelco Dolstra
2017-01-24build-remote: Use futimes instead of futimens on APPLEShea Levy
2017-01-20nix-copy-closure: Implement in C++.Shea Levy
2017-01-10build-remote: Don't use C++ streams to read the conf fileShea Levy
2017-01-10build-remote: Use std::set for feature setsShea Levy
2016-11-10build-remote: replace strtoull with stoull to take advantage of C++ error han...Shea Levy
2016-11-10build-remote: Implement in C++Shea Levy