summaryrefslogtreecommitdiff
path: root/lib/net/ssh/connection
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't spin in Session#close while waiting for channels to closeWill Bryant2008-09-151-1/+1
* tests all pass with ruby19Jamis Buck2008-09-061-5/+5
* Add Connection::Session#closed? to allow easier querying of the closed stateJamis Buck2008-08-261-0/+9
* Make channel open failures work via a callback to parallel how channel open s...Jamis Buck2008-04-052-3/+30
* break Connection#process into preprocess, process, and postprocess, to make i...Jamis Buck2008-03-281-9/+47
* only check for pending_writes if the IO responds to pending_write?. Don't let...Jamis Buck2008-03-231-1/+1
* better docs on Channel#envJamis Buck2008-03-221-1/+3
* add support for 'env' channel requestsJamis Buck2008-03-221-0/+11
* more docs for Connection::Term. Docs for the connection proxy implementations.Jamis Buck2008-03-211-1/+4
* docs for Net::SSH::Connection::Term constants. make Channel#request_pty imple...Jamis Buck2008-03-212-9/+113
* more docs for Net::SSH::Connection::Session. Also added busy? to hide the cha...Jamis Buck2008-03-211-18/+143
* get rid of readers/writers and consolidate that into listeners. certainly les...Jamis Buck2008-03-211-29/+15
* more documentation. flesh out the docs on Net::SSH::Connection::Channel a bit...Jamis Buck2008-03-203-40/+206
* refactor the log levelsJamis Buck2008-03-171-14/+14
* use Hoe to centralized rakefile logicJamis Buck2008-03-161-5/+1
* add Channel#eof? and Channel#eof!Jamis Buck2007-08-241-2/+20
* add active? and wait methods to channelJamis Buck2007-08-211-0/+13
* add Session#exec and Session#exec!, to make the common case of executing comm...Jamis Buck2007-08-201-0/+51
* make sure CHANNEL_OPEN_FAILURE is handledJamis Buck2007-08-181-0/+6
* some more api docsJamis Buck2007-08-171-0/+94
* 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
* connection session testsJamis Buck2007-08-151-9/+10
* channel testsJamis Buck2007-08-151-2/+1
* don't actually need to check for closed readers if clients remember to stop l...Jamis Buck2007-08-101-3/+0
* Add support for cancelling forwarded connectionsJamis Buck2007-08-101-4/+13
* add support for :rekey_limit, :rekey_packet_limit and :rekey_block_limitJamis Buck2007-08-101-0/+2
* make the forward agent configurable (and off by default)Jamis Buck2007-08-092-2/+3
* 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-282-4/+41
* check the continuation status immediately after processing channels to avoid ...Jamis Buck2007-07-282-2/+8
* extended data callback. make sure remainder_as_buffer always returns a BufferJamis Buck2007-07-271-1/+1
* add request_ptyJamis Buck2007-07-273-5/+103
* add some loggingJamis Buck2007-07-271-0/+1
* auth agent forwardingJamis Buck2007-07-272-27/+67
* service for managing local and remote forwarded portsJamis Buck2007-07-271-0/+5
* Net::SSH.startJamis Buck2007-07-271-0/+6