summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Correct path to manual testdelano2010-03-161-1/+1
* | Removed entoendtests/ dirdelano2010-03-162-181/+0
* | Updated changelogdelano2010-03-161-1/+11
* | Moved endtoend test to test/manualdelano2010-03-162-0/+186
* | Moved ForwardedBufferedIo to lib/net/ssh/buffered_io.rbdelano2010-03-162-36/+51
* | Added test/README.txtdelano2010-03-161-0/+42
* | Merge branch 'portfwfix' of http://github.com/mfazekas/net-ssh into portfwfixdelano2010-03-123-2/+225
|\ \ | |/
| * Implemented find_free_portMiklós Fazekas2010-03-051-6/+10
| * Added test and correct fix for the server side closes the connection issueMiklós Fazekas2010-03-032-3/+43
| * Bugfix test:Handling eof from client, sending pending bytes and closing forwa...Miklós Fazekas2010-03-021-1/+9
| * Merge branch 'portfwfix' of github.com:mfazekas/net-ssh into portfwfixMiklós Fazekas2010-02-280-0/+0
| |\
| | * Fixed first incarnationMiklós Fazekas2010-02-282-13/+61
| * | Fixed ssh port forward closing bug, by catching closed, conn_reset exceptions...Miklós Fazekas2010-02-282-13/+61
| |/
| * Added tests for port forwardingMiklós Fazekas2010-02-262-0/+123
* | Removed Hanna dependency in Rakefiledelano2010-02-202-2/+12
* | Merge branch 'master' into 2.0delano2010-02-100-0/+0
|\ \ | |/
| * Release 2.0.20 (Support "ProxyCommand none" directive)delano2010-02-105-20/+9
* | Support "ProxyCommand none" directive2.0.20delano2010-02-105-20/+9
|/
* Support "ProxyCommand none" directiveAndy Lo-A-Foe2010-02-111-3/+5
* Release 2.0.19 (plus signs in sshconfig host)v2.0.19delano2010-01-163-3/+5
* Added test for plus sign support in sshconfig hostname (Ruby 1.8)delano2010-01-162-1/+16
* Updated manifestsdelano2010-01-152-0/+4
* Support plus sign in sshconfig hostnamedelano2010-01-153-0/+6
* Release 2.0.18 (readpartial test fix)v2.0.18delano2010-01-153-4/+4
* Fix related to #recv(1) to #readpartial change in 2.0.16delano2010-01-133-2/+9
* updated homepage in gemspecdelano2010-01-131-1/+1
* Release 2.0.17 (windows pageant fix for 1.9)v2.0.17delano2009-12-143-2/+7
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Re...delano2009-12-141-1/+4
* Cleaned changelogdelano2009-11-301-1/+0
* Release 2.0.16v2.0.16delano2009-11-283-2/+11
* Do not put a command line twice in error messages.Akinori MUSHA2009-11-111-2/+2
* Added SSH tunnel bug reproduction scriptdelano2009-11-091-0/+65
* switched from #readchar to #readpartial(1) in lib/net/ssh/transport/server_ve...aaalex2009-11-102-8/+18
* switched from #recv(1) to #readchar in lib/net/ssh/transport/server_version.r...aaalex2009-11-102-2/+4
* Add support for the ProxyCommand directive.Akinori MUSHA2009-11-101-0/+4
* Add Net::SSH::Proxy::Command.Akinori MUSHA2009-11-102-4/+82
* Multiple hosts are separated by whitespace, no comma should be put.Akinori MUSHA2009-11-102-5/+5
* Release 2.0.15v2.0.15delano2009-09-033-2/+7
* Scale back IO#select patch so it mutexes only zero-timeout callsissue-1Daniel Azuma2009-09-021-3/+11
* Release 2.0.14v2.0.14delano2009-08-282-2/+2
* Fix for "uninitialized constant OpenSSL::Digest::MD5" exception in Net::SFTPdelano2009-08-282-1/+4
* Refined argument fix for Net::SSH::Compat.io_selectDaniel Azuma2009-08-272-13/+5
* Quick argument fix for Net::SSH::Compat.io_selectdelano2009-08-272-1/+9
* Apply IO#select threading fix for Ruby 1.8 (cover all instances of IO#select)Daniel Azuma2009-08-274-25/+41
* Apply IO#select threading fix for Ruby 1.8 (exclude 1.9 and JRuby)delano2009-08-261-10/+17
* Fix for IO#select threading bug in Ruby 1.8 (LH-1) [Daniel Azuma]delano2009-08-262-3/+17
* Merge branch 'master' into 2.0v2.0.13delano2009-08-171-1/+1
|\
| * Fixing github error: "authors must be Array of Strings"delano2009-08-171-1/+1
* | Merged masterdelano2009-08-171-1/+1
|\ \ | |/
| * Release 2.0.13delano2009-08-174-6/+6