summaryrefslogtreecommitdiff
path: root/lib/net/ssh/proxy/command.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix empty line for code clarityFlorian Wininger2021-07-011-1/+1
* Remove ruby_compat to comply with the new Ruby >= 2.3 requirementMaxime Alay-Eddine2019-11-131-1/+0
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-12/+13
* Updated rubocopMiklos Fazekas2018-03-211-108/+108
* Handle ProxyCommand child in case of timeout and exceptionDima2018-03-041-6/+20
* Remove Net::SSH::Compat.io_selectMarcus Ilgner2017-09-071-1/+1
* Close transport on proxy errorAdam Ruzicka2017-06-211-1/+2
* Bugfix: proxy command was using nonblocking io api incorrectly causing rare I...Miklos Fazekas2015-12-101-2/+17
* Remove `class << io ... end` since not threadsafeMatt Brictson2015-05-131-17/+15
* Use sysread and syswrite on Windows instead of read_nonblock and write_nonblo...Marc-Etienne M.Léveillé2014-06-181-5/+18
* Support %r in ProxyCommand configuration in ssh_config filesYuki Yugui Sonoda2014-01-141-1/+8
* Do not put a command line twice in error messages.Akinori MUSHA2009-11-111-2/+2
* Add Net::SSH::Proxy::Command.Akinori MUSHA2009-11-101-0/+75