about summary refs log tree commit diff
path: root/src/libstore/legacy-ssh-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08 LegacySSHStore: Include signatures etc.Eelco Dolstra1-0/+7
2017-08-16 nix copy: Revive progress barEelco Dolstra1-1/+0
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-6/+6
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-4/+5
2017-05-02 build-remote: Fix fallback to other machines when connecting failsEelco Dolstra1-0/+5
2017-05-02 build-remote: Ugly hackery to get build logs to workEelco Dolstra1-1/+5
2017-05-01 build-remote: Don't require signaturesEelco Dolstra1-3/+0
2017-05-01 Implement LegacySSHStore::buildDerivation()Eelco Dolstra1-5/+32
2017-05-01 Add a dummy Store::buildPaths() methodEelco Dolstra1-9/+0
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra1-3/+7
2017-03-16 ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra1-1/+1
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-0/+13
2017-03-16 LegacySSHStore: Provide a faster implementation of computeFSClosure()Eelco Dolstra1-0/+22
2017-03-16 Fix nix-copy-closure --toEelco Dolstra1-1/+1
2017-03-03 Improve SSH handlingEelco Dolstra1-45/+15
2017-03-01 RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra1-2/+2
2017-02-21 Fix building without S3 supportEelco Dolstra1-1/+1
2017-02-07 Add a LegacySSHStore that uses nix-store --serveEelco Dolstra1-0/+247