summaryrefslogtreecommitdiff
path: root/lib/net/ssh/connection/channel.rb
Commit message (Expand)AuthorAgeFilesLines
* 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