about summary refs log tree commit diff
path: root/src/libstore/legacy-ssh-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03 Add some noexceptsEelco Dolstra1-1/+1
2019-01-18 unsupported(): Show the name of the unsupported operationEelco Dolstra1-33/+4
2018-09-02 Store: expose the protocol version used by a storeDaiderd Jordan1-0/+6
2018-08-30 fix `error: unknown serve command 9`Michael Bishop1-1/+1
2018-08-06 DohEelco Dolstra1-1/+1
2018-08-03 Make adding paths via nix-store --serve run in constant memoryEelco Dolstra1-14/+45
2018-08-03 LegacySSHStore: Add remote-store optionEelco Dolstra1-1/+4
2018-05-30 Simplify the callback mechanismEelco Dolstra1-6/+5
2018-03-21 Make 'nix copy --to ssh://...' run in constant memoryEelco Dolstra1-2/+2
2018-03-21 Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra1-6/+1
2018-03-21 LegacySSHStore: Allow overriding the path to nix-storeEelco Dolstra1-1/+2
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