summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from mdelaney/fix_ipv6HEADmasterMiklós Fazekas2016-09-111-0/+4
|\ | | | | Fixed host parsing to work with ipv6 addresses
| * Fixed host parsing to work with ipv6 addressesMatt Delaney2016-09-101-0/+4
| | | | | | | | | | | | can now put [ ] around the ip address, without this ipv6 addresses that are like 2605:fd00:4:1000:f816:3eff:fe33:4679 would be have '4679' be interpreted as a port number.
* | Fix warningsEugene Kenny2016-03-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | test/channel_test.rb:6: warning: assigned but unused variable - c1 test/channel_test.rb:6: warning: assigned but unused variable - c2 test/channel_test.rb:6: warning: assigned but unused variable - c3 lib/net/ssh/multi/pending_connection.rb:46: warning: `*' interpreted as argument prefix lib/net/ssh/multi/session_actions.rb:124: warning: shadowing outer local variable - ch lib/net/ssh/multi/session_actions.rb:134: warning: shadowing outer local variable - ch lib/net/ssh/multi/session_actions.rb:144: warning: shadowing outer local variable - ch test/session_actions_test.rb:97: warning: shadowing outer local variable - c lib/net/ssh/multi/server.rb:138: warning: instance variable @session not initialized
* | Use keepalive_interval option as IO select timeoutEugene Kenny2016-03-111-0/+21
|/ | | | | | | Net::SSH supports sending keepalive packets to the server to check whether the connection is still alive. For this to work, IO#select needs to be given a timeout so that the event loop can run periodically and send the packets.
* Convert test suite to Minitest.Julian C. Dunn2014-06-136-17/+24
|
* Updated Rakefiledelano2011-04-031-0/+2
|
* don't try to select on io's that are closedJamis Buck2008-04-181-15/+36
|
* deferred server evaluation via session.use(&block)Jamis Buck2008-04-091-10/+11
|
* allow session#use to declare multiple servers in a single callJamis Buck2008-04-081-9/+7
|
* use an abbreviated session definition syntax (borrowing further from Capistrano)Jamis Buck2008-04-083-66/+86
|
* make with() and on() yield a new subsession object that encapsulates the set ↵Jamis Buck2008-04-072-163/+153
| | | | of matching servers, and add a new servers_for method.
* connection limitingJamis Buck2008-04-062-34/+28
|
* documentationJamis Buck2008-03-301-9/+0
|
* session testsJamis Buck2008-03-302-6/+338
|
* first pass at testsJamis Buck2008-03-295-0/+415