index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
build-remote
Age
Commit message (
Collapse
)
Author
2017-03-16
ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://
Eelco Dolstra
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
2017-03-03
build-remote: Don't use a SSH master
Eelco Dolstra
This is unnecessary because we make only one connection.
2017-03-03
build-remote: Fix passing SSH key
Eelco Dolstra
2017-03-03
build-remote: Misc cleanup
Eelco Dolstra
2017-02-07
Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix
Eelco Dolstra
2017-01-26
openLockFile: Return an AutoCloseFD
Eelco Dolstra
2017-01-24
Hopefully fix build on older GCC
Eelco Dolstra
http://hydra.nixos.org/build/46805140
2017-01-24
Fix typo
Eelco Dolstra
2017-01-24
build-remote: Use futimes instead of futimens on APPLE
Shea Levy
2017-01-20
nix-copy-closure: Implement in C++.
Shea Levy
Tests fail currently because the database is not given proper hashes in the VM
2017-01-10
build-remote: Don't use C++ streams to read the conf file
Shea Levy
2017-01-10
build-remote: Use std::set for feature sets
Shea Levy
2016-11-10
build-remote: replace strtoull with stoull to take advantage of C++ error ↵
Shea Levy
handling
2016-11-10
build-remote: Implement in C++
Shea Levy
[prev]