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
/
connection
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Trailing white space
Florian Wininger
2021-07-01
5
-240
/
+239
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
6
-11
/
+15
*
Fixed integration test opensshd kill
Miklós Fazekas
2021-03-12
1
-0
/
+1
*
Add integration test for set_env option
Mingxiang Xue
2020-03-11
1
-3
/
+0
*
Fix rubocop styles
Mingxiang Xue
2020-03-09
1
-0
/
+3
*
Add set_env option
Mingxiang Xue
2020-03-09
1
-2
/
+10
*
Remove ruby_compat to comply with the new Ruby >= 2.3 requirement
Maxime Alay-Eddine
2019-11-13
2
-2
/
+0
*
Define rubocop metric length
Florian Wininger
2019-09-25
2
-6
/
+14
*
Don't keep increasing local_window_size beyond limits
Miklos Fazekas
2018-05-24
1
-7
/
+10
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
6
-13
/
+25
*
Updated rubocop
Miklos Fazekas
2018-03-21
6
-1693
/
+1701
*
Remove Net::SSH::Compat.io_select
Marcus Ilgner
2017-09-07
1
-2
/
+2
*
Call a process after the loop so we actually send stuff enqueued by stuff in ...
Miklos Fazekas
2017-07-11
1
-0
/
+9
*
s/recieved/received/
Akira Matsuda
2017-02-10
1
-2
/
+2
*
Rubocop update to 0.46.0
Miklos Fazekas
2016-12-15
2
-10
/
+14
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
1
-6
/
+6
*
Added .exitstatus to exec! return value
Miklos Fazekas
2016-11-25
1
-4
/
+26
*
When we have an exec and server closes transports just afer sucessfull respon...
Miklos Fazekas
2016-11-25
1
-3
/
+3
*
Ignore Net::SSH::Disconnect when all channels closed
Miklos Fazekas
2016-08-14
1
-1
/
+5
*
UTF-8: Optimize away dup when it's safe, added integrations tests
Miklos Fazekas
2016-07-23
1
-0
/
+1
*
EventLoop abstraction
Miklos Fazekas
2016-04-16
3
-19
/
+151
*
Merge pull request #351 from mfazekas/user-nobody
Miklós Fazekas
2016-04-07
1
-0
/
+3
|
\
|
*
Fixed another issue with closing channels on transport close
Miklos Fazekas
2016-04-07
1
-0
/
+3
*
|
Callbacks from channel open migth open new channels
Miklos Fazekas
2016-04-07
1
-11
/
+16
|
/
*
Add max_select_wait_time method
Eugene Kenny
2016-03-30
1
-5
/
+8
*
Close channels if trasport closed
Miklos Fazekas
2016-03-26
1
-0
/
+13
*
fix indentation of Session#cleanup_channel
Steven Davidovitz
2016-03-17
1
-3
/
+3
*
Use minimum timeout when calling IO#select
Eugene Kenny
2016-03-11
1
-3
/
+5
*
Added experimental wait_until_open_confirmed show proper error if channel req...
Miklos Fazekas
2016-03-05
1
-7
/
+10
*
Wait for sending CHANNEL_CLOSE until output buffer is empty.
Christopher F. Auston
2015-12-05
2
-9
/
+37
*
exec! should return empty string
Miklos Fazekas
2015-09-19
1
-3
/
+5
*
Document that Net::SSH::Connection::Session#exec! returns nil if there is no ...
Uwe Kubosch
2015-08-18
1
-2
/
+2
*
Make keepalive a class
keepalive-class
Miklos Fazekas
2014-12-23
2
-22
/
+27
*
Merge pull request #207 from lonre/patch-1
Miklós Fazekas
2014-12-23
1
-1
/
+1
|
\
|
*
Remove trailing space
Lonre Wang
2014-12-22
1
-1
/
+1
*
|
Keepalive fixes
Jason DeTiberus
2014-12-18
1
-2
/
+7
|
/
*
keepalive_maxcount
Miklos Fazkeas
2014-12-02
1
-1
/
+1
*
timeout_maxcount: Since we've just sent out a message do not count that as mi...
Miklos Fazkeas
2014-12-02
1
-1
/
+2
*
refactor keepalive to a module
keepalive-maxcount
Miklos Fazkeas
2014-12-02
2
-37
/
+51
*
Implemented keepalive_maxcount
Miklos Fazkeas
2014-12-02
1
-3
/
+15
*
Automatically forward environment variables defined in OpenSSH config files
Robert Schulze
2013-09-09
1
-0
/
+20
*
implement a experimental keepalive feature
Norihito Yoshioka
2013-08-18
1
-1
/
+32
*
add a wait to the loop in close
Josh Kalderimis
2013-06-20
1
-1
/
+1
*
connection/channel+session: lower max packet size & allow manual size.
Oliver
2013-04-10
2
-5
/
+9
*
Fix code example indentation to render well in RDoc
Pierre Riteau
2011-03-08
1
-4
/
+4
*
Fix for process code to correctly wait until remote_id is set before sending ...
delano
2011-01-14
1
-1
/
+1
*
delay CHANNEL_EOF packet until output buffer is empty
Rich Lane
2010-06-04
1
-2
/
+7
*
Apply IO#select threading fix for Ruby 1.8 (cover all instances of IO#select)
Daniel Azuma
2009-08-27
1
-1
/
+2
*
Ignore requests for non-existent channels
Jamis Buck
2009-01-31
1
-1
/
+11
*
Add a terminate! method for hard shutdowns
Jamis Buck
2009-01-31
1
-1
/
+9
[next]