summaryrefslogtreecommitdiff
path: root/test/connection
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-252-56/+56
* Enhance test coding styleFlorian Wininger2021-07-012-18/+18
* Fix empty line for code clarityFlorian Wininger2021-07-012-4/+2
* Use latest mocha and fix incompatMiklós Fazekas2020-02-061-7/+7
* Rubocop : fix parenthesesFlorian Wininger2019-08-231-9/+9
* Updated rubocopMiklos Fazekas2018-03-212-98/+98
* Call a process after the loop so we actually send stuff enqueued by stuff in ...Miklos Fazekas2017-07-111-1/+2
* s/recieved/received/Akira Matsuda2017-02-101-1/+1
* Use 1.9 hash syntaxMiklos Fazekas2016-12-112-22/+22
* EventLoop abstractionMiklos Fazekas2016-04-161-2/+3
* Merge pull request #351 from mfazekas/user-nobodyMiklós Fazekas2016-04-071-1/+1
|\
| * Fixed another issue with closing channels on transport closeMiklos Fazekas2016-04-071-1/+1
* | Callbacks from channel open migth open new channelsMiklos Fazekas2016-04-071-0/+11
|/
* Merge pull request #341 from mfazekas/close-chns-on-tr-closeMiklós Fazekas2016-03-302-2/+2
|\
| * Migrated to minitestMiklos Fazekas2016-03-262-2/+2
* | Add max_select_wait_time methodEugene Kenny2016-03-301-0/+10
|/
* Close channels if trasport closedMiklos Fazekas2016-03-261-0/+1
* use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1Miklos Fazekas2016-03-191-3/+3
* Use minimum timeout when calling IO#selectEugene Kenny2016-03-111-0/+8
* Suppor older testunitMiklos Fazekas2016-03-051-1/+5
* Added experimental wait_until_open_confirmed show proper error if channel req...Miklos Fazekas2016-03-051-2/+15
* Wait for sending CHANNEL_CLOSE until output buffer is empty.Christopher F. Auston2015-12-052-5/+17
* exec! should return empty stringMiklos Fazekas2015-09-191-2/+2
* Document that Net::SSH::Connection::Session#exec! returns nil if there is no ...Uwe Kubosch2015-08-181-4/+7
* Fixed SHA256 testsMiklos Fazekas2015-02-151-3/+3
* Implemented keepalive_maxcountMiklos Fazkeas2014-12-021-2/+19
* implement a experimental keepalive featureNorihito Yoshioka2013-08-181-0/+38
* Updated tests for reduced default packet size (32kb)delano2013-04-112-4/+4
* delay CHANNEL_EOF packet until output buffer is emptyRich Lane2010-06-041-0/+15
* Ignore requests for non-existent channelsJamis Buck2009-01-311-1/+6
* tests all pass with ruby19Jamis Buck2008-09-062-10/+10
* Make channel open failures work via a callback to parallel how channel open s...Jamis Buck2008-04-051-2/+3
* more docs for Net::SSH::Connection::Session. Also added busy? to hide the cha...Jamis Buck2008-03-211-1/+2
* get rid of readers/writers and consolidate that into listeners. certainly les...Jamis Buck2008-03-211-27/+9
* use Hoe to centralized rakefile logicJamis Buck2008-03-162-2/+0
* add Channel#eof? and Channel#eof!Jamis Buck2007-08-241-0/+29
* add active? and wait methods to channelJamis Buck2007-08-211-0/+21
* add Session#exec and Session#exec!, to make the common case of executing comm...Jamis Buck2007-08-201-0/+77
* make sure CHANNEL_OPEN_FAILURE is handledJamis Buck2007-08-181-0/+7
* use an exception to indicate whether a channel request failed or not, rather ...Jamis Buck2007-08-161-9/+3
* connection session testsJamis Buck2007-08-151-0/+416
* channel testsJamis Buck2007-08-151-0/+409