aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/legacy-ssh-store.cc
AgeCommit message (Expand)Author
2020-07-13Remove 'accessor' from addToStore()Eelco Dolstra
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-02Apply suggestions from code reviewJohn Ericson
2020-06-02Change parseCa(Opt) to parseContentAddress(Opt)Carlo Nucera
2020-06-02WIPJohn Ericson
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-01-18unsupported(): Show the name of the unsupported operationEelco Dolstra
2018-09-02Store: expose the protocol version used by a storeDaiderd Jordan
2018-08-30fix `error: unknown serve command 9`Michael Bishop
2018-08-06DohEelco Dolstra
2018-08-03Make adding paths via nix-store --serve run in constant memoryEelco Dolstra
2018-08-03LegacySSHStore: Add remote-store optionEelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
2018-03-21Make 'nix copy --to ssh://...' run in constant memoryEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-21LegacySSHStore: Allow overriding the path to nix-storeEelco Dolstra
2017-09-08LegacySSHStore: Include signatures etc.Eelco Dolstra
2017-08-16nix copy: Revive progress barEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-02build-remote: Fix fallback to other machines when connecting failsEelco Dolstra
2017-05-02build-remote: Ugly hackery to get build logs to workEelco Dolstra
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-05-01Implement LegacySSHStore::buildDerivation()Eelco Dolstra
2017-05-01Add a dummy Store::buildPaths() methodEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-16LegacySSHStore: Provide a faster implementation of computeFSClosure()Eelco Dolstra
2017-03-16Fix nix-copy-closure --toEelco Dolstra
2017-03-03Improve SSH handlingEelco Dolstra
2017-03-01RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra
2017-02-21Fix building without S3 supportEelco Dolstra
2017-02-07Add a LegacySSHStore that uses nix-store --serveEelco Dolstra