index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
ssh-store.cc
Age
Commit message (
Expand
)
Author
2024-10-14
ssh-ng: better way to keep SSH errors visible
Maximilian Bosch
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-04-26
ssh-ng: Set log-fd for ssh to `4` by default
Maximilian Bosch
2024-03-04
Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics
eldritch horrors
2023-07-24
Clean up store hierarchy with `IndirectRootStore`
John Ericson
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-03-23
Fix SSHStore
Eelco Dolstra
2023-03-23
Fix clang build
Eelco Dolstra
2023-03-22
Improve store setting descriptions / Markdown formatting
Eelco Dolstra
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2023-03-01
Remove dead code `RemoteStore::sameMachine`
John Ericson
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-03-11
Factor out a `LogStore` interface
John Ericson
2021-09-23
Shut down write side before draining the read side
Eelco Dolstra
2021-02-25
distributed builds: load remote builder host key from the machines file
Graham Christensen
2020-12-20
Overhaul store subclassing
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-16
Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...
John Ericson
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-09-15
Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...
John Ericson
2020-09-15
gracefully handle old daemon versions
regnat
2020-08-19
Use `RemoteStore` to open connection for proxying daemon
John Ericson
2020-02-07
Fix segfault in gcc on i686-linux
Eelco Dolstra
2020-02-03
ssh-store: add remote-store and remote-program query params
Daiderd Jordan
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-26
Fix clang warnings
Eelco Dolstra
2019-10-11
ssh-ng: Don't set CPU affinity on the remote
Eelco Dolstra
2018-03-21
Make 'nix copy --from ssh://...' run in constant memory
Eelco Dolstra
2018-03-05
ssh-ng: Don't forward options to the daemon.
Shea Levy
2017-12-06
ssh-store: fix length when writing nar
Daiderd Jordan
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-03
Improve SSH handling
Eelco Dolstra
2017-02-07
Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix
Eelco Dolstra
2017-02-07
SSHStore: uri -> host
Eelco Dolstra
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
2017-01-20
nix-copy-closure: Implement in C++.
Shea Levy
2016-11-10
build-remote: Implement in C++
Shea Levy
2016-09-12
ssh-store: Start master on-demand
Shea Levy
2016-09-12
Inline ssh-store.hh into ssh-store.cc
Shea Levy
2016-09-02
Add ssh store implementation
Shea Levy