Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9 from mdelaney/fix_ipv6HEADmaster | Miklós Fazekas | 2016-09-11 | 1 | -1/+1 |
|\ | | | | | Fixed host parsing to work with ipv6 addresses | ||||
| * | Fixed host parsing to work with ipv6 addresses | Matt Delaney | 2016-09-10 | 1 | -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 warnings | Eugene Kenny | 2016-03-27 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | 1.3.0rc1 prepare | Miklos Fazekas | 2016-03-12 | 1 | -3/+7 |
| | | |||||
* | | Use keepalive_interval option as IO select timeout | Eugene Kenny | 2016-03-11 | 1 | -1/+10 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | sawanoboly | 2016-03-11 | 1 | -0/+1 |
|\ \ | | | | | | | | | | keep_forwarding_in_pending_connection | ||||
| * | | Explicitly require timeout. | Balasankar C | 2016-01-28 | 1 | -0/+1 |
| |/ | | | | | | | Closes net-ssh/net-ssh-multi#12 | ||||
* | | Represents a forward action | sawanoboly | 2015-09-25 | 1 | -0/+22 |
|/ | |||||
* | Version bumpv1.2.1latest1.2 | delano | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | Return false in busy? calls for servers that has failed to connect. | sersut | 2013-06-13 | 1 | -2/+3 |
| | |||||
* | Solve the race condition while handling concurrent connections. | sersut | 2013-06-13 | 1 | -1/+10 |
| | |||||
* | Dep fix to stop everything going pear shapedv1.2.0 | delano | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | Updated deps for net-ssh and net-ssh-gatewayv1.1.21.0 | delano | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | Version bumpv1.1.1 | delano | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | Release 1.1 | delano | 2011-04-03 | 1 | -2/+2 |
| | |||||
* | Rescue Timeout::Error so :on_error works as expected when server is unavailable. | watsonian | 2011-03-23 | 1 | -0/+2 |
| | |||||
* | version bumpv1.0.1 | Jamis Buck | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | remove redundant call to block_given? | Jamis Buck | 2009-01-31 | 1 | -2/+2 |
| | |||||
* | explicitly rescue StandardError so that socket errors and errno exceptions ↵ | Jamis Buck | 2008-09-16 | 1 | -1/+6 |
| | | | | get caught, too | ||||
* | Add on_open_failed callback hook for multi channel | Jamis Buck | 2008-09-16 | 1 | -0/+14 |
| | |||||
* | prepping for the 1.0 releasev1.0.0 | Jamis Buck | 2008-05-01 | 1 | -3/+3 |
| | |||||
* | version bump, prep for next preview releasev0.99.1 | Jamis Buck | 2008-04-19 | 1 | -2/+2 |
| | |||||
* | don't try to select on io's that are closed | Jamis Buck | 2008-04-18 | 1 | -3/+2 |
| | |||||
* | allow properties to be set, as well as queried | Jamis Buck | 2008-04-10 | 2 | -1/+13 |
| | |||||
* | update documentation to include lazy server evaluation, concurrent ↵ | Jamis Buck | 2008-04-09 | 3 | -2/+84 |
| | | | | connection limiting, and connection error control. Also updated manifest file | ||||
* | document DynamicServer and ServerList | Jamis Buck | 2008-04-09 | 2 | -6/+53 |
| | |||||
* | deferred server evaluation via session.use(&block) | Jamis Buck | 2008-04-09 | 3 | -30/+136 |
| | |||||
* | allow session#use to declare multiple servers in a single call | Jamis Buck | 2008-04-08 | 1 | -9/+21 |
| | |||||
* | use an abbreviated session definition syntax (borrowing further from Capistrano) | Jamis Buck | 2008-04-08 | 3 | -25/+47 |
| | |||||
* | allow on_error to be a proc, and use throw/catch to support programmatic ↵ | Jamis Buck | 2008-04-08 | 1 | -0/+8 |
| | | | | retry/reraise | ||||
* | :on_error support | Jamis Buck | 2008-04-07 | 3 | -2/+35 |
| | |||||
* | make with() and on() yield a new subsession object that encapsulates the set ↵ | Jamis Buck | 2008-04-07 | 4 | -215/+275 |
| | | | | of matching servers, and add a new servers_for method. | ||||
* | connection limiting | Jamis Buck | 2008-04-06 | 5 | -32/+224 |
| | |||||
* | concurrent session limiting | Jamis Buck | 2008-04-05 | 2 | -0/+103 |
| | |||||
* | documentation | Jamis Buck | 2008-03-30 | 4 | -51/+525 |
| | |||||
* | add the project metafiles | Jamis Buck | 2008-03-30 | 1 | -0/+21 |
| | |||||
* | session tests | Jamis Buck | 2008-03-30 | 2 | -41/+59 |
| | |||||
* | first pass at tests | Jamis Buck | 2008-03-29 | 1 | -2/+2 |
| | |||||
* | server selection based on properties as well as groups | Jamis Buck | 2008-03-29 | 2 | -15/+31 |
| | |||||
* | add a custom #inspect method to avoid inspection overload when the SSH ↵ | Jamis Buck | 2008-03-29 | 1 | -0/+4 |
| | | | | session gets inspected | ||||
* | push server management logic into its own class | Jamis Buck | 2008-03-29 | 2 | -136/+145 |
| | |||||
* | connection groups | Jamis Buck | 2008-03-28 | 2 | -33/+103 |
| | |||||
* | rescue authentication failures and tack on the host name that failed, for ↵ | Jamis Buck | 2008-03-27 | 1 | -0/+3 |
| | | | | easier troubleshooting | ||||
* | initial commit of multi-session implementation | Jamis Buck | 2008-03-27 | 3 | -0/+306 |