aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store.cc
AgeCommit message (Expand)Author
2024-10-14ssh-ng: better way to keep SSH errors visibleMaximilian Bosch
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2024-08-26libstore: remove static initializers for Store registrationsPierre Bourdon
2024-04-26ssh-ng: Set log-fd for ssh to `4` by defaultMaximilian Bosch
2024-03-04Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomicseldritch horrors
2023-07-24Clean up store hierarchy with `IndirectRootStore`John Ericson
2023-06-19Create `worker_proto::{Read,Write}Conn`John Ericson
2023-03-23Fix SSHStoreEelco Dolstra
2023-03-23Fix clang buildEelco Dolstra
2023-03-22Improve store setting descriptions / Markdown formattingEelco Dolstra
2023-03-21Support per-store Markdown documentationEelco Dolstra
2023-03-01Remove dead code `RemoteStore::sameMachine`John Ericson
2022-12-15getBuildLog: factor out resolving derivationsTaeer Bar-Yam
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2021-09-23Shut down write side before draining the read sideEelco Dolstra
2021-02-25distributed builds: load remote builder host key from the machines fileGraham Christensen
2020-12-20Overhaul store subclassingJohn Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-16Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...John Ericson
2020-09-16Fix build issues with gccregnat
2020-09-16Add a name to the storesregnat
2020-09-16Document the new store hierarchyregnat
2020-09-16Properly filter the stores according to their declared uriSchemesregnat
2020-09-16Correctly call all the parent contructors of the storesregnat
2020-09-16Separate store configs from the implemsregnat
2020-09-16Separate the instantiation and initialisation of the storesregnat
2020-09-16Fix the registration of storesregnat
2020-09-16Make the store plugins more introspectableregnat
2020-09-15Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...John Ericson
2020-09-15gracefully handle old daemon versionsregnat
2020-08-19Use `RemoteStore` to open connection for proxying daemonJohn Ericson
2020-02-07Fix segfault in gcc on i686-linuxEelco Dolstra
2020-02-03ssh-store: add remote-store and remote-program query paramsDaiderd Jordan
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Fix clang warningsEelco Dolstra
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-05ssh-ng: Don't forward options to the daemon.Shea Levy
2017-12-06ssh-store: fix length when writing narDaiderd Jordan
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-03Improve SSH handlingEelco Dolstra
2017-02-07Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra
2017-02-07SSHStore: uri -> hostEelco Dolstra
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-20nix-copy-closure: Implement in C++.Shea Levy
2016-11-10build-remote: Implement in C++Shea Levy
2016-09-12ssh-store: Start master on-demandShea Levy
2016-09-12Inline ssh-store.hh into ssh-store.ccShea Levy
2016-09-02Add ssh store implementationShea Levy