summaryrefslogtreecommitdiff
path: root/lib/net/ssh/connection
Commit message (Expand)AuthorAgeFilesLines
* Remove Trailing white spaceFlorian Wininger2021-07-015-240/+239
* Fix empty line for code clarityFlorian Wininger2021-07-016-11/+15
* Fixed integration test opensshd killMiklós Fazekas2021-03-121-0/+1
* Add integration test for set_env optionMingxiang Xue2020-03-111-3/+0
* Fix rubocop stylesMingxiang Xue2020-03-091-0/+3
* Add set_env optionMingxiang Xue2020-03-091-2/+10
* Remove ruby_compat to comply with the new Ruby >= 2.3 requirementMaxime Alay-Eddine2019-11-132-2/+0
* Define rubocop metric lengthFlorian Wininger2019-09-252-6/+14
* Don't keep increasing local_window_size beyond limitsMiklos Fazekas2018-05-241-7/+10
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-216-13/+25
* Updated rubocopMiklos Fazekas2018-03-216-1693/+1701
* Remove Net::SSH::Compat.io_selectMarcus Ilgner2017-09-071-2/+2
* Call a process after the loop so we actually send stuff enqueued by stuff in ...Miklos Fazekas2017-07-111-0/+9
* s/recieved/received/Akira Matsuda2017-02-101-2/+2
* Rubocop update to 0.46.0Miklos Fazekas2016-12-152-10/+14
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-6/+6
* Added .exitstatus to exec! return valueMiklos Fazekas2016-11-251-4/+26
* When we have an exec and server closes transports just afer sucessfull respon...Miklos Fazekas2016-11-251-3/+3
* Ignore Net::SSH::Disconnect when all channels closedMiklos Fazekas2016-08-141-1/+5
* UTF-8: Optimize away dup when it's safe, added integrations testsMiklos Fazekas2016-07-231-0/+1
* EventLoop abstractionMiklos Fazekas2016-04-163-19/+151
* Merge pull request #351 from mfazekas/user-nobodyMiklós Fazekas2016-04-071-0/+3
|\
| * Fixed another issue with closing channels on transport closeMiklos Fazekas2016-04-071-0/+3
* | Callbacks from channel open migth open new channelsMiklos Fazekas2016-04-071-11/+16
|/
* Add max_select_wait_time methodEugene Kenny2016-03-301-5/+8
* Close channels if trasport closedMiklos Fazekas2016-03-261-0/+13
* fix indentation of Session#cleanup_channelSteven Davidovitz2016-03-171-3/+3
* Use minimum timeout when calling IO#selectEugene Kenny2016-03-111-3/+5
* Added experimental wait_until_open_confirmed show proper error if channel req...Miklos Fazekas2016-03-051-7/+10
* Wait for sending CHANNEL_CLOSE until output buffer is empty.Christopher F. Auston2015-12-052-9/+37
* exec! should return empty stringMiklos Fazekas2015-09-191-3/+5
* Document that Net::SSH::Connection::Session#exec! returns nil if there is no ...Uwe Kubosch2015-08-181-2/+2
* Make keepalive a classkeepalive-classMiklos Fazekas2014-12-232-22/+27
* Merge pull request #207 from lonre/patch-1Miklós Fazekas2014-12-231-1/+1
|\
| * Remove trailing spaceLonre Wang2014-12-221-1/+1
* | Keepalive fixesJason DeTiberus2014-12-181-2/+7
|/
* keepalive_maxcountMiklos Fazkeas2014-12-021-1/+1
* timeout_maxcount: Since we've just sent out a message do not count that as mi...Miklos Fazkeas2014-12-021-1/+2
* refactor keepalive to a modulekeepalive-maxcountMiklos Fazkeas2014-12-022-37/+51
* Implemented keepalive_maxcountMiklos Fazkeas2014-12-021-3/+15
* Automatically forward environment variables defined in OpenSSH config filesRobert Schulze2013-09-091-0/+20
* implement a experimental keepalive featureNorihito Yoshioka2013-08-181-1/+32
* add a wait to the loop in closeJosh Kalderimis2013-06-201-1/+1
* connection/channel+session: lower max packet size & allow manual size.Oliver2013-04-102-5/+9
* Fix code example indentation to render well in RDocPierre Riteau2011-03-081-4/+4
* Fix for process code to correctly wait until remote_id is set before sending ...delano2011-01-141-1/+1
* delay CHANNEL_EOF packet until output buffer is emptyRich Lane2010-06-041-2/+7
* Apply IO#select threading fix for Ruby 1.8 (cover all instances of IO#select)Daniel Azuma2009-08-271-1/+2
* Ignore requests for non-existent channelsJamis Buck2009-01-311-1/+11
* Add a terminate! method for hard shutdownsJamis Buck2009-01-311-1/+9