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
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-01-18
unsupported(): Show the name of the unsupported operation
Eelco Dolstra
2018-09-02
Store: expose the protocol version used by a store
Daiderd Jordan
2018-08-30
fix `error: unknown serve command 9`
Michael Bishop
2018-08-06
Doh
Eelco Dolstra
2018-08-03
Make adding paths via nix-store --serve run in constant memory
Eelco Dolstra
2018-08-03
LegacySSHStore: Add remote-store option
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-03-21
Make 'nix copy --to ssh://...' run in constant memory
Eelco Dolstra
2018-03-21
Make 'nix copy --from ssh://...' run in constant memory
Eelco Dolstra
2018-03-21
LegacySSHStore: Allow overriding the path to nix-store
Eelco Dolstra
2017-09-08
LegacySSHStore: Include signatures etc.
Eelco Dolstra
2017-08-16
nix copy: Revive progress bar
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
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
[prev]