Eelco Dolstra
|
287084d688
|
ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://
|
2017-03-16 14:19:32 +01:00 |
|
Eelco Dolstra
|
c5b83d8913
|
copyPaths(): Use queryValidPaths() to reduce SSH latency
|
2017-03-16 13:50:01 +01:00 |
|
Eelco Dolstra
|
d3eb1cf3bb
|
build-remote: Don't use a SSH master
This is unnecessary because we make only one connection.
|
2017-03-03 19:23:20 +01:00 |
|
Eelco Dolstra
|
7f62be1bcd
|
build-remote: Fix passing SSH key
|
2017-03-03 16:33:18 +01:00 |
|
Eelco Dolstra
|
5a1fb03b8f
|
build-remote: Misc cleanup
|
2017-03-03 16:18:49 +01:00 |
|
Eelco Dolstra
|
6f4682ad36
|
Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix
|
2017-02-07 20:47:45 +01:00 |
|
Eelco Dolstra
|
a55f589720
|
openLockFile: Return an AutoCloseFD
|
2017-01-26 20:40:33 +01:00 |
|
Eelco Dolstra
|
4b6d3c5a28
|
Hopefully fix build on older GCC
http://hydra.nixos.org/build/46805140
|
2017-01-24 15:28:50 +01:00 |
|
Eelco Dolstra
|
19ce732a13
|
Fix typo
|
2017-01-24 13:57:26 +01:00 |
|
Shea Levy
|
3b4a15bd48
|
build-remote: Use futimes instead of futimens on APPLE
|
2017-01-24 06:22:02 -05:00 |
|
Shea Levy
|
bfa41eb671
|
nix-copy-closure: Implement in C++.
Tests fail currently because the database is not given proper hashes in the VM
|
2017-01-20 09:47:58 -05:00 |
|
Shea Levy
|
28db297862
|
build-remote: Don't use C++ streams to read the conf file
|
2017-01-10 10:36:26 -05:00 |
|
Shea Levy
|
d771c28613
|
build-remote: Use std::set for feature sets
|
2017-01-10 10:29:06 -05:00 |
|
Shea Levy
|
bff3ad767e
|
build-remote: replace strtoull with stoull to take advantage of C++ error handling
|
2016-11-10 11:09:15 -05:00 |
|
Shea Levy
|
167d12b02c
|
build-remote: Implement in C++
|
2016-11-10 11:09:15 -05:00 |
|