summaryrefslogtreecommitdiff
path: root/lib/net/ssh/proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-254-5/+5
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-1/+1
* Remove Trailing white spaceFlorian Wininger2021-07-016-35/+35
* Fix empty line for code clarityFlorian Wininger2021-07-017-13/+1
* Remove ruby_compat to comply with the new Ruby >= 2.3 requirementMaxime Alay-Eddine2019-11-132-2/+0
* Update proxy to HTTP/1.1Connor Dunn2018-04-091-1/+2
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-215-16/+25
* Updated rubocopMiklos Fazekas2018-03-217-304/+305
* 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
* Add Proxy::Jump to simulate ProxyJump option in ssh_configRyan McGeary2017-02-101-0/+53
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-5/+5
* Support HTTP Proxy on SSL socketMarcus Ilgner2016-10-152-4/+56
* Merge pull request #279 from svacko/modify-proxy-usage-exampleMiklós Fazekas2016-03-191-2/+2
|\
| * Modify proxy usage exampleStanislav Bocinec2015-11-031-2/+2
* | Bugfix: proxy command was using nonblocking io api incorrectly causing rare I...Miklos Fazekas2015-12-101-2/+17
|/
* use Socket.tcp with connect_timeout in all Proxy classesCarl Hörberg2015-05-263-5/+8
* 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
* Merge pull request #139 from yugui/feature/follow-proxy-command-spec-rDelano Mandelbaum2014-02-014-4/+11
|\
| * Support %r in ProxyCommand configuration in ssh_config filesYuki Yugui Sonoda2014-01-144-4/+11
* | Fix "ConnectionError" typoIssei Naruta2013-11-211-1/+1
|/
* Guard against socket.gets being nilKris Hicks2013-07-081-1/+1
* 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
* Re-added refactored fix for hanging in ServerVersion#negotiate! when using SO...delano2009-08-121-5/+18
* Removed SOCK5 negotiate fix from Net::SSH::Proxy::SOCKS5 and applied a new fi...delano2009-08-101-21/+5
* Applied patch for Socks5 negotiation fix [Gerald Talton]delano2009-08-101-5/+21
* Don't use String#[] to get bytesJamis Buck2008-09-061-1/+2
* more docs for Connection::Term. Docs for the connection proxy implementations.Jamis Buck2008-03-214-26/+97
* fix typoJamis Buck2007-08-161-1/+1
* Add http, socks4, and socks5 proxy wrappersJamis Buck2007-08-164-0/+235