index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
ssh.cc
Age
Commit message (
Expand
)
Author
2024-08-02
libstore/ssh: only resume the logger when we paused it
Alois Wohlschlager
2024-06-23
libutil: return Pid from startProcess, not pid_t
eldritch horrors
2024-06-23
libutil: give Pid proper resource semantics
eldritch horrors
2024-06-23
libutil: make Pid -> pid_t operations explicit
eldritch horrors
2024-05-29
util.{hh,cc}: Split out strings.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out current-process.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out processes.{hh,cc}
Tom Hubrecht
2024-05-28
util.{hh,cc}: Split out environment-variables.{hh,cc}
Tom Hubrecht
2024-05-10
feat(libstore): print the first line of stdout of SSH in case of failure
Raito Bezarius
2024-04-27
libstore/ssh: shut
K900
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #9293 from ThinkChaos/ssh-misc-improvments
eldritch horrors
2023-06-13
Pass common ssh options in isMasterRunning
David McFarland
2023-05-16
Fix ControlMaster behaviour
Alexander Bantyev
2023-03-22
SSHMaster: pause logger to show password prompt
Alexander Bantyev
2022-10-22
Defer to SSH config files for ForwardAgent option
Austin Kiekintveld
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2021-02-25
distributed builds: load remote builder host key from the machines file
Graham Christensen
2020-02-14
Fix PR_SET_PDEATHSIG results in Broken pipe (#2395)
Tobias Möst
2019-12-13
Simplify
Eelco Dolstra
2019-12-12
libstore/ssh: Improve error message on failing `execvp`
Profpatsch
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-11-13
Restore parent mount namespace before executing a child process
Eelco Dolstra
2018-08-03
SSHMaster: Bypass SSH when connecting to localhost
Eelco Dolstra
2018-03-20
SSHMaster: Optionally pass -v to ssh
Eelco Dolstra
2017-08-16
Disallow SSH host names starting with a dash
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-05-02
build-remote: Ugly hackery to get build logs to work
Eelco Dolstra
2017-03-21
Honor $NIX_SSHOPTS again
Eelco Dolstra
2017-03-03
SSHMaster: Make thread-safe
Eelco Dolstra
2017-03-03
Improve SSH handling
Eelco Dolstra