index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
legacy-ssh-store.cc
Age
Commit message (
Expand
)
Author
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-05-02
build-remote: Fix fallback to other machines when connecting fails
Eelco Dolstra
2017-05-02
build-remote: Ugly hackery to get build logs to work
Eelco Dolstra
2017-05-01
build-remote: Don't require signatures
Eelco Dolstra
2017-05-01
Implement LegacySSHStore::buildDerivation()
Eelco Dolstra
2017-05-01
Add a dummy Store::buildPaths() method
Eelco Dolstra
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
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-16
LegacySSHStore: Provide a faster implementation of computeFSClosure()
Eelco Dolstra
2017-03-16
Fix nix-copy-closure --to
Eelco Dolstra
2017-03-03
Improve SSH handling
Eelco Dolstra
2017-03-01
RemoteStore::addToStore(): Send NAR rather than string containing NAR
Eelco Dolstra
2017-02-21
Fix building without S3 support
Eelco Dolstra
2017-02-07
Add a LegacySSHStore that uses nix-store --serve
Eelco Dolstra