summaryrefslogtreecommitdiff
path: root/lib/net/ssh/test
Commit message (Expand)AuthorAgeFilesLines
* Remove Trailing white spaceFlorian Wininger2021-07-016-91/+89
* Fix empty line for code clarityFlorian Wininger2021-07-018-15/+4
* Fix rubocop issue with last versionFlorian Wininger2021-07-011-1/+1
* Fix Layout/TrailingBlankLinesFlorian Wininger2020-05-293-3/+3
* Add timeout to blocking next_packet IO.selectMatthew M. Boedicker2018-09-051-0/+2
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-218-18/+33
* Fix test test issueMiklos Fazekas2018-03-211-13/+13
* Updated rubocopMiklos Fazekas2018-03-218-714/+726
* Call a process after the loop so we actually send stuff enqueued by stuff in ...Miklos Fazekas2017-07-111-1/+1
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-4/+4
* Windows integration testsMiklos Fazekas2016-10-201-0/+17
* Send KEXINIT without waiting from server.Miklos Fazekas2016-05-011-1/+1
* Added tests for Net::SSH::TestMiklos Fazekas2016-04-082-6/+26
* Add Net::SSH::Test::Channel#sends_request_pty for scripting PTY requestsAlex Rodionov2015-11-173-0/+17
* Added an optional "options" argument to test socket open method, as the trans...Jef Mathiot2014-02-211-1/+1
* Remove a warning "shadowing outer local variable - type"Kenichi Kamiya2013-01-111-4/+4
* Merge pull request #68 from ohrite/jruby_key_sizeDelano Mandelbaum2012-11-221-1/+1
|\
| * Fix Invalid key size in JRubyDoc Ritezel2012-11-181-1/+1
* | Add stderr handling to Net::SSH::TestDoc Ritezel2012-11-173-0/+19
|/
* Fix related to #recv(1) to #readpartial change in 2.0.16delano2010-01-131-0/+5
* various documentation tweaksJamis Buck2008-03-221-1/+1
* more documentation for the Net::SSH::Test systemJamis Buck2008-03-222-5/+96
* more documentation for the testing systemJamis Buck2008-03-224-2/+76
* document Net::SSH::Test::Channel. Refactor Test::Extensions to use modules ra...Jamis Buck2008-03-212-66/+197
* it's hacky, but sometimes your tests need each data packet to be received and...Jamis Buck2008-03-141-0/+4
* Base64 is gone in ruby 1.9, so use String#unpack instead. Explicitly require ...Jamis Buck2008-03-051-1/+2
* appease ruby -wJamis Buck2008-03-051-12/+20
* Extend the Channel#send_data method in testing so that data packets are enque...Jamis Buck2008-01-091-0/+10
* add support for subsystem requests in the test librariesJamis Buck2007-12-312-1/+5
* more tweaks to the testing moduleJamis Buck2007-08-261-3/+7
* better error message when expected packet doesn't match actual. add an assert...Jamis Buck2007-08-251-1/+1
* Added first pass at Net::SSH::Test, to make it easier to test complex SSH sta...Jamis Buck2007-08-258-0/+384