summaryrefslogtreecommitdiff
path: root/lib/net/ssh/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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