summaryrefslogtreecommitdiff
path: root/test/transport/test_server_version.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-1/+1
* Refactoring style unlesselse.Florian Wininger2019-08-231-8/+3
* Updated rubocopMiklos Fazekas2018-03-211-21/+20
* Migrated to minitestMiklos Fazekas2016-03-261-1/+1
* SSH2 we can send client id before server sent us theirs allowing faster hands...Miklos Fazekas2016-03-051-7/+3
* switched from #readchar to #readpartial(1) in lib/net/ssh/transport/server_ve...aaalex2009-11-101-5/+14
* switched from #recv(1) to #readchar in lib/net/ssh/transport/server_version.r...aaalex2009-11-101-1/+2
* Added a test for the new handling of mid-server-version disconnects.Steven Hazel2009-03-101-3/+13
* Updated mock socket to expect the new protocol negotiation behavior.Steven Hazel2009-03-101-2/+3
* Use #chomp instead of #strip to clean the version string.Jamis Buck2008-06-071-2/+4
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-1/+0
* tests for server version negotiationJamis Buck2007-08-141-0/+56