index
:
delta/ruby-gems/net-ssh.git
2-10-release
2-9-release
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
20151206-updatecert
20161215-updatecert
3-1-release
GabKlein-master
add-many-algorithms
addalgos
aderouineau-master
bobtfish-fix_options_in_public_keys
bobveznat-master
cert-type-fix
chr4-new-ciphers
chrahunt-add-security-attributes-pageant
fix-cdn-for-ci
fwininger-patch-1
gh-pages
hotfix-password-prompt
ignore-disconnect-exception-when-all-closed
int-test-curve25519sha256
integration
integration-test-travis
issue-1
jefmathiot-master
keepalive-class
keepalive-maxcount
liggitt-auth_methods_config_parsing
master
mfazekas-281_ssh_config_bugfix
mfazekas-rubyversions-update
mfazekas-try-new-ubuntu
mfazekas/add-test-for-conn-timeout
mfazekas/cacha20-poly1305
mfazekas/cert-base-auth
mfazekas/diffie-hellman-group14-sha256
mfazekas/fix-int-test
mfazekas/fix-x25519
mfazekas/frozen-literal
mfazekas/gh-actions-i-test
mfazekas/gh-actions-int-test
musybite-identities-only
openssl3
openssl_3
pmarchi-master
portfwfix
rc2
refactoring_ci
release-292-prepare
remove-curve25519-sha256-libssh
revert-757-opt-in-etm-hmac
revert_aes_gcm
rm_travis
rsa-sha2
server_side
simonswine-feature_jenkins_ssh_agent
test-github-actions
therealjessesanford-master
unit-test
unit-test-3.1
v6.0
v6.1
whitespace-fixes
yugui-feature/follow-proxy-command-spec-r
github.com: net-ssh/net-ssh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
ssh
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rubocop coding style.
Florian Wininger
2021-10-25
4
-5
/
+5
*
Support frozen_string_literals
mfazekas/frozen-literal
Miklós Fazekas
2021-08-07
1
-1
/
+1
*
Remove Trailing white space
Florian Wininger
2021-07-01
6
-35
/
+35
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
7
-13
/
+1
*
Remove ruby_compat to comply with the new Ruby >= 2.3 requirement
Maxime Alay-Eddine
2019-11-13
2
-2
/
+0
*
Update proxy to HTTP/1.1
Connor Dunn
2018-04-09
1
-1
/
+2
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
5
-16
/
+25
*
Updated rubocop
Miklos Fazekas
2018-03-21
7
-304
/
+305
*
Handle ProxyCommand child in case of timeout and exception
Dima
2018-03-04
1
-6
/
+20
*
Remove Net::SSH::Compat.io_select
Marcus Ilgner
2017-09-07
1
-1
/
+1
*
Close transport on proxy error
Adam Ruzicka
2017-06-21
1
-1
/
+2
*
Add Proxy::Jump to simulate ProxyJump option in ssh_config
Ryan McGeary
2017-02-10
1
-0
/
+53
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
1
-5
/
+5
*
Support HTTP Proxy on SSL socket
Marcus Ilgner
2016-10-15
2
-4
/
+56
*
Merge pull request #279 from svacko/modify-proxy-usage-example
Miklós Fazekas
2016-03-19
1
-2
/
+2
|
\
|
*
Modify proxy usage example
Stanislav Bocinec
2015-11-03
1
-2
/
+2
*
|
Bugfix: proxy command was using nonblocking io api incorrectly causing rare I...
Miklos Fazekas
2015-12-10
1
-2
/
+17
|
/
*
use Socket.tcp with connect_timeout in all Proxy classes
Carl Hörberg
2015-05-26
3
-5
/
+8
*
Remove `class << io ... end` since not threadsafe
Matt Brictson
2015-05-13
1
-17
/
+15
*
Use sysread and syswrite on Windows instead of read_nonblock and write_nonblo...
Marc-Etienne M.Léveillé
2014-06-18
1
-5
/
+18
*
Merge pull request #139 from yugui/feature/follow-proxy-command-spec-r
Delano Mandelbaum
2014-02-01
4
-4
/
+11
|
\
|
*
Support %r in ProxyCommand configuration in ssh_config files
Yuki Yugui Sonoda
2014-01-14
4
-4
/
+11
*
|
Fix "ConnectionError" typo
Issei Naruta
2013-11-21
1
-1
/
+1
|
/
*
Guard against socket.gets being nil
Kris Hicks
2013-07-08
1
-1
/
+1
*
Do not put a command line twice in error messages.
Akinori MUSHA
2009-11-11
1
-2
/
+2
*
Add Net::SSH::Proxy::Command.
Akinori MUSHA
2009-11-10
1
-0
/
+75
*
Re-added refactored fix for hanging in ServerVersion#negotiate! when using SO...
delano
2009-08-12
1
-5
/
+18
*
Removed SOCK5 negotiate fix from Net::SSH::Proxy::SOCKS5 and applied a new fi...
delano
2009-08-10
1
-21
/
+5
*
Applied patch for Socks5 negotiation fix [Gerald Talton]
delano
2009-08-10
1
-5
/
+21
*
Don't use String#[] to get bytes
Jamis Buck
2008-09-06
1
-1
/
+2
*
more docs for Connection::Term. Docs for the connection proxy implementations.
Jamis Buck
2008-03-21
4
-26
/
+97
*
fix typo
Jamis Buck
2007-08-16
1
-1
/
+1
*
Add http, socks4, and socks5 proxy wrappers
Jamis Buck
2007-08-16
4
-0
/
+235