summaryrefslogtreecommitdiff
path: root/lib/net/ssh/connection/channel.rb
Commit message (Expand)AuthorAgeFilesLines
* Channel: drop debugging statementAntonio Terceiro2022-05-191-1/+0
* Fix rubocop coding style.Florian Wininger2021-10-251-13/+13
* Remove Trailing white spaceFlorian Wininger2021-07-011-67/+67
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+4
* 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
* Define rubocop metric lengthFlorian Wininger2019-09-251-3/+7
* Don't keep increasing local_window_size beyond limitsMiklos Fazekas2018-05-241-7/+10
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+3
* Updated rubocopMiklos Fazekas2018-03-211-653/+656
* s/recieved/received/Akira Matsuda2017-02-101-2/+2
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-6/+6
* 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-051-7/+26
* Remove trailing spaceLonre Wang2014-12-221-1/+1
* Automatically forward environment variables defined in OpenSSH config filesRobert Schulze2013-09-091-0/+20
* connection/channel+session: lower max packet size & allow manual size.Oliver2013-04-101-3/+3
* 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
* Make channel open failures work via a callback to parallel how channel open s...Jamis Buck2008-04-051-1/+28
* better docs on Channel#envJamis Buck2008-03-221-1/+3
* add support for 'env' channel requestsJamis Buck2008-03-221-0/+11
* docs for Net::SSH::Connection::Term constants. make Channel#request_pty imple...Jamis Buck2008-03-211-6/+5
* more documentation. flesh out the docs on Net::SSH::Connection::Channel a bit...Jamis Buck2008-03-201-29/+179
* add Channel#eof? and Channel#eof!Jamis Buck2007-08-241-2/+20
* add active? and wait methods to channelJamis Buck2007-08-211-0/+13
* Starting to document everythingJamis Buck2007-08-171-75/+251
* use an exception to indicate whether a channel request failed or not, rather ...Jamis Buck2007-08-161-4/+6
* channel testsJamis Buck2007-08-151-2/+1
* make the forward agent configurable (and off by default)Jamis Buck2007-08-091-2/+1
* Add helper for requesting an SSH subsystem. Make sure as much pending output ...Jamis Buck2007-08-011-8/+16
* Some more buffer enhancements (needed by the net-scp implementation) and make...Jamis Buck2007-07-291-3/+5
* register for specific channel requests and global requests, and automatically...Jamis Buck2007-07-281-3/+19
* check the continuation status immediately after processing channels to avoid ...Jamis Buck2007-07-281-1/+1
* extended data callback. make sure remainder_as_buffer always returns a BufferJamis Buck2007-07-271-1/+1
* add request_ptyJamis Buck2007-07-271-4/+30
* auth agent forwardingJamis Buck2007-07-271-21/+45
* add the hash-like accessor to Channel for custom propertiesJamis Buck2007-07-261-0/+11
* infrastructure is now in place for remote port forwardingJamis Buck2007-07-261-1/+6
* support for handling channel open requests from the server, and registering c...Jamis Buck2007-07-261-2/+11
* infrastructure for supporting other async io, like forwarded connectionsJamis Buck2007-07-261-4/+15
* basic connection protocol supportJamis Buck2007-07-251-0/+117