summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/server_version.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literalsmfazekas/frozen-literalMiklós Fazekas2021-08-071-2/+2
* Remove Trailing white spaceFlorian Wininger2021-07-011-13/+13
* Fix empty line for code clarityFlorian Wininger2021-07-011-1/+2
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+3
* Updated rubocopMiklos Fazekas2018-03-211-66/+62
* SSH2 we can send client id before server sent us theirs allowing faster hands...Miklos Fazekas2016-03-051-3/+4
* pass timeout to ServerVersion and use IO.select to timeout read/writeCarl Hörberg2015-05-281-3/+9
* Removing warningsCarsten Dreesbach2012-12-231-1/+1
* Fix related to #recv(1) to #readpartial change in 2.0.16delano2010-01-131-1/+0
* switched from #readchar to #readpartial(1) in lib/net/ssh/transport/server_ve...aaalex2009-11-101-3/+4
* switched from #recv(1) to #readchar in lib/net/ssh/transport/server_version.r...aaalex2009-11-101-1/+2
* Re-added refactored fix for hanging in ServerVersion#negotiate! when using SO...delano2009-08-121-1/+0
* Disabled negotiate! fix until Mock:socket issues are resolveddelano2009-08-101-1/+1
* Removed SOCK5 negotiate fix from Net::SSH::Proxy::SOCKS5 and applied a new fi...delano2009-08-101-0/+2
* Raise an exception immediately if the remote host disconnects beforeSteven Hazel2009-03-071-9/+9
* Avoid mixing buffered and unbuffered IO.Steven Hazel2009-03-051-5/+14
* Use #chomp instead of #strip to clean the version string.Jamis Buck2008-06-071-4/+3
* refactor the log levelsJamis Buck2008-03-171-3/+3
* make Net::SSH::Version more generic so it can be inherited from and reused by...Jamis Buck2008-03-031-1/+1
* more API docsJamis Buck2007-08-181-0/+17
* a few more trace statementsJamis Buck2007-08-161-0/+2
* tests for server version negotiationJamis Buck2007-08-141-0/+1
* start testing the algorithm negotiation codeJamis Buck2007-08-131-0/+1
* Add v2 branchJamis Buck2007-07-241-0/+40