summaryrefslogtreecommitdiff
path: root/lib/net/ssh/test/socket.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-1/+1
* Remove Trailing white spaceFlorian Wininger2021-07-011-12/+11
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+0
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+3
* Updated rubocopMiklos Fazekas2018-03-211-55/+57
* Send KEXINIT without waiting from server.Miklos Fazekas2016-05-011-1/+1
* Added an optional "options" argument to test socket open method, as the trans...Jef Mathiot2014-02-211-1/+1
* Fix related to #recv(1) to #readpartial change in 2.0.16delano2010-01-131-0/+5
* more documentation for the Net::SSH::Test systemJamis Buck2008-03-221-1/+19
* Base64 is gone in ruby 1.9, so use String#unpack instead. Explicitly require ...Jamis Buck2008-03-051-1/+2
* Added first pass at Net::SSH::Test, to make it easier to test complex SSH sta...Jamis Buck2007-08-251-0/+40