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
/
test
/
connection
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rubocop coding style.
Florian Wininger
2021-10-25
2
-56
/
+56
*
Enhance test coding style
Florian Wininger
2021-07-01
2
-18
/
+18
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
2
-4
/
+2
*
Use latest mocha and fix incompat
Miklós Fazekas
2020-02-06
1
-7
/
+7
*
Rubocop : fix parentheses
Florian Wininger
2019-08-23
1
-9
/
+9
*
Updated rubocop
Miklos Fazekas
2018-03-21
2
-98
/
+98
*
Call a process after the loop so we actually send stuff enqueued by stuff in ...
Miklos Fazekas
2017-07-11
1
-1
/
+2
*
s/recieved/received/
Akira Matsuda
2017-02-10
1
-1
/
+1
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
2
-22
/
+22
*
EventLoop abstraction
Miklos Fazekas
2016-04-16
1
-2
/
+3
*
Merge pull request #351 from mfazekas/user-nobody
Miklós Fazekas
2016-04-07
1
-1
/
+1
|
\
|
*
Fixed another issue with closing channels on transport close
Miklos Fazekas
2016-04-07
1
-1
/
+1
*
|
Callbacks from channel open migth open new channels
Miklos Fazekas
2016-04-07
1
-0
/
+11
|
/
*
Merge pull request #341 from mfazekas/close-chns-on-tr-close
Miklós Fazekas
2016-03-30
2
-2
/
+2
|
\
|
*
Migrated to minitest
Miklos Fazekas
2016-03-26
2
-2
/
+2
*
|
Add max_select_wait_time method
Eugene Kenny
2016-03-30
1
-0
/
+10
|
/
*
Close channels if trasport closed
Miklos Fazekas
2016-03-26
1
-0
/
+1
*
use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1
Miklos Fazekas
2016-03-19
1
-3
/
+3
*
Use minimum timeout when calling IO#select
Eugene Kenny
2016-03-11
1
-0
/
+8
*
Suppor older testunit
Miklos Fazekas
2016-03-05
1
-1
/
+5
*
Added experimental wait_until_open_confirmed show proper error if channel req...
Miklos Fazekas
2016-03-05
1
-2
/
+15
*
Wait for sending CHANNEL_CLOSE until output buffer is empty.
Christopher F. Auston
2015-12-05
2
-5
/
+17
*
exec! should return empty string
Miklos Fazekas
2015-09-19
1
-2
/
+2
*
Document that Net::SSH::Connection::Session#exec! returns nil if there is no ...
Uwe Kubosch
2015-08-18
1
-4
/
+7
*
Fixed SHA256 tests
Miklos Fazekas
2015-02-15
1
-3
/
+3
*
Implemented keepalive_maxcount
Miklos Fazkeas
2014-12-02
1
-2
/
+19
*
implement a experimental keepalive feature
Norihito Yoshioka
2013-08-18
1
-0
/
+38
*
Updated tests for reduced default packet size (32kb)
delano
2013-04-11
2
-4
/
+4
*
delay CHANNEL_EOF packet until output buffer is empty
Rich Lane
2010-06-04
1
-0
/
+15
*
Ignore requests for non-existent channels
Jamis Buck
2009-01-31
1
-1
/
+6
*
tests all pass with ruby19
Jamis Buck
2008-09-06
2
-10
/
+10
*
Make channel open failures work via a callback to parallel how channel open s...
Jamis Buck
2008-04-05
1
-2
/
+3
*
more docs for Net::SSH::Connection::Session. Also added busy? to hide the cha...
Jamis Buck
2008-03-21
1
-1
/
+2
*
get rid of readers/writers and consolidate that into listeners. certainly les...
Jamis Buck
2008-03-21
1
-27
/
+9
*
use Hoe to centralized rakefile logic
Jamis Buck
2008-03-16
2
-2
/
+0
*
add Channel#eof? and Channel#eof!
Jamis Buck
2007-08-24
1
-0
/
+29
*
add active? and wait methods to channel
Jamis Buck
2007-08-21
1
-0
/
+21
*
add Session#exec and Session#exec!, to make the common case of executing comm...
Jamis Buck
2007-08-20
1
-0
/
+77
*
make sure CHANNEL_OPEN_FAILURE is handled
Jamis Buck
2007-08-18
1
-0
/
+7
*
use an exception to indicate whether a channel request failed or not, rather ...
Jamis Buck
2007-08-16
1
-9
/
+3
*
connection session tests
Jamis Buck
2007-08-15
1
-0
/
+416
*
channel tests
Jamis Buck
2007-08-15
1
-0
/
+409