summaryrefslogtreecommitdiff
path: root/test/connection/test_session.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore requests for non-existent channelsJamis Buck2009-01-311-1/+6
* tests all pass with ruby19Jamis Buck2008-09-061-6/+6
* 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-161-1/+0
* 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
* connection session testsJamis Buck2007-08-151-0/+416