summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from mdelaney/fix_ipv6HEADmasterMiklós Fazekas2016-09-112-1/+5
|\ | | | | Fixed host parsing to work with ipv6 addresses
| * Fixed host parsing to work with ipv6 addressesMatt Delaney2016-09-102-1/+5
| | | | | | | | | | | | 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.
* | Merge pull request #18 from eugeneius/fix_warningsMiklós Fazekas2016-03-275-5/+6
|\ \ | | | | | | Fix warnings
| * | Fix warningsEugene Kenny2016-03-275-5/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | 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
* | Regenerate gemspec for version 1.3.0.rc1Miklos Fazekas2016-03-241-1/+1
| |
* | Regenerate gemspec for version 1.3.0.rc1Miklos Fazekas2016-03-121-1/+1
| |
* | NET_SSH_NOKEY to allow to build without certMiklos Fazekas2016-03-121-2/+8
| |
* | cert updateMiklos Fazekas2016-03-121-18/+18
| |
* | Regenerate gemspec for version 1.3.0.rc1v1.3.0.rc1Miklos Fazekas2016-03-121-4/+4
| |
* | 1.3.0rc1 prepareMiklos Fazekas2016-03-123-8/+19
| |
* | Merge pull request #8 from eugeneius/keepalive_timeoutMiklós Fazekas2016-03-122-1/+31
|\ \ | | | | | | Use keepalive_interval option as IO select timeout
| * | Use keepalive_interval option as IO select timeoutEugene Kenny2016-03-112-1/+31
|/ / | | | | | | | | | | | | 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 pull request #11 from higanworks/keep_forwarding_in_pending_connectionMiklós Fazekas2016-03-111-0/+22
|\ \ | | | | | | Represents a forward action
| * \ Merge remote-tracking branch 'upstream/master' into ↵sawanoboly2016-03-113-1/+19
| |\ \ | |/ / |/| | | | | keep_forwarding_in_pending_connection
* | | Merge pull request #10 from gregkare/patch-1Miklós Fazekas2016-02-141-1/+1
|\ \ \ | | | | | | | | Fix typo in README
| * | | Fix typoGreg Karékinian2015-08-241-1/+1
| | |/ | |/|
* | | Merge pull request #13 from balasankarc/masterMiklós Fazekas2016-02-141-0/+1
|\ \ \ | | | | | | | | Explicitly require timeout.
| * | | Explicitly require timeout.Balasankar C2016-01-281-0/+1
| |/ / | | | | | | | | | Closes net-ssh/net-ssh-multi#12
* | | Merge pull request #15 from mfazekas/travisMiklós Fazekas2016-02-141-0/+17
|\ \ \ | |/ / |/| | added travis configuration
| * | added travis configurationMiklos Fazekas2016-02-141-0/+17
|/ /
| * Represents a forward actionsawanoboly2015-09-251-0/+22
|/
* Version bumpv1.2.1latest1.2delano2015-04-114-6/+15
|
* Merge branch 'juliandunn-minitest' into 1.2delano2015-04-117-20/+24
|\
| * Merge branch 'minitest' of https://github.com/juliandunn/net-ssh-multi into ↵juliandunn-minitestdelano2015-04-117-20/+24
| |\ |/ / | | | | juliandunn-minitest
| * Convert test suite to Minitest.Julian C. Dunn2014-06-137-20/+24
| |
* | Merge pull request #4 from chef/ss/concurrency-fixesDelano Mandelbaum2015-04-112-3/+13
|\ \ | |/ |/| Fix two problems with :concurrent_connections option
| * Return false in busy? calls for servers that has failed to connect.sersut2013-06-131-2/+3
| |
| * Solve the race condition while handling concurrent connections.sersut2013-06-131-1/+10
| |
* | Merge pull request #6 from sampointer/correct_gemspec_urlDelano Mandelbaum2014-05-131-1/+1
|\ \ | |/ |/| correct homepage url in gemspec
| * correct homepage url in gemspecSam Pointer2014-05-131-1/+1
|/
* Dep fix to stop everything going pear shapedv1.2.0delano2013-02-064-8/+8
|
* Updated deps for net-ssh and net-ssh-gatewayv1.1.21.0delano2013-02-063-10/+10
|
* Version bumpv1.1.1delano2013-02-062-2/+3
|
* Updated readmedelano2013-02-061-2/+21
|
* Added public cert. All gem releases are now signed. See INSTALL in readme.delano2013-02-063-4/+27
|
* Updated Rakefile and gemspecdelano2013-02-063-128/+117
|
* Added licensedelano2013-02-061-0/+19
|
* Updated file list in gemspecv1.1delano2011-04-031-2/+0
|
* Updated net-ssh dependency to 2.1.4delano2011-04-031-3/+3
|
* Release 1.1delano2011-04-032-2/+7
|
* Removed Manifestdelano2011-04-031-23/+0
|
* Removed setup.rbdelano2011-04-031-1585/+0
|
* Updated Rakefiledelano2011-04-032-16/+75
|
* Added gemspecdelano2011-04-031-0/+61
|
* Rescue Timeout::Error so :on_error works as expected when server is unavailable.watsonian2011-03-231-0/+2
|
* version bumpv1.0.1Jamis Buck2009-02-012-2/+2
|
* remove redundant call to block_given?Jamis Buck2009-01-312-2/+4
|
* ignore vim .swp filesJamis Buck2009-01-311-0/+1
|
* explicitly rescue StandardError so that socket errors and errno exceptions ↵Jamis Buck2008-09-161-1/+6
| | | | get caught, too
* Add on_open_failed callback hook for multi channelJamis Buck2008-09-162-0/+19
|