summaryrefslogtreecommitdiff
path: root/lib/net/ssh/multi/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Rescue Timeout::Error so :on_error works as expected when server is unavailable.watsonian2011-03-231-0/+2
* don't try to select on io's that are closedJamis Buck2008-04-181-3/+2
* allow properties to be set, as well as queriedJamis Buck2008-04-101-1/+7
* update documentation to include lazy server evaluation, concurrent connection...Jamis Buck2008-04-091-1/+1
* use an abbreviated session definition syntax (borrowing further from Capistrano)Jamis Buck2008-04-081-12/+27
* :on_error supportJamis Buck2008-04-071-0/+13
* connection limitingJamis Buck2008-04-061-25/+58
* documentationJamis Buck2008-03-301-26/+90
* session testsJamis Buck2008-03-301-3/+2
* server selection based on properties as well as groupsJamis Buck2008-03-291-0/+4
* add a custom #inspect method to avoid inspection overload when the SSH sessio...Jamis Buck2008-03-291-0/+4
* push server management logic into its own classJamis Buck2008-03-291-0/+92