summaryrefslogtreecommitdiff
path: root/lib/net/ssh/multi/server.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from mdelaney/fix_ipv6HEADmasterMiklós Fazekas2016-09-111-1/+1
|\ | | | | Fixed host parsing to work with ipv6 addresses
| * Fixed host parsing to work with ipv6 addressesMatt Delaney2016-09-101-1/+1
| | | | | | | | | | | | 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-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Explicitly require timeout.Balasankar C2016-01-281-0/+1
|/ | | | Closes net-ssh/net-ssh-multi#12
* Return false in busy? calls for servers that has failed to connect.sersut2013-06-131-2/+3
|
* Rescue Timeout::Error so :on_error works as expected when server is unavailable.watsonian2011-03-231-0/+2
|
* don't try to select on io's that are closedJamis Buck2008-04-181-3/+2
|
* allow properties to be set, as well as queriedJamis Buck2008-04-101-1/+7
|
* update documentation to include lazy server evaluation, concurrent ↵Jamis Buck2008-04-091-1/+1
| | | | connection limiting, and connection error control. Also updated manifest file
* use an abbreviated session definition syntax (borrowing further from Capistrano)Jamis Buck2008-04-081-12/+27
|
* :on_error supportJamis Buck2008-04-071-0/+13
|
* connection limitingJamis Buck2008-04-061-25/+58
|
* documentationJamis Buck2008-03-301-26/+90
|
* session testsJamis Buck2008-03-301-3/+2
|
* server selection based on properties as well as groupsJamis Buck2008-03-291-0/+4
|
* add a custom #inspect method to avoid inspection overload when the SSH ↵Jamis Buck2008-03-291-0/+4
| | | | session gets inspected
* push server management logic into its own classJamis Buck2008-03-291-0/+92