summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* prepping for the 1.0 releasev1.0.0Jamis Buck2008-05-012-3/+8
* version bump, prep for next preview releasev0.99.1Jamis Buck2008-04-193-4/+3
* keep changelog up-to-dateJamis Buck2008-04-181-0/+5
* don't try to select on io's that are closedJamis Buck2008-04-182-18/+38
* prep for first preview releasev0.99.0Jamis Buck2008-04-101-1/+1
* allow properties to be set, as well as queriedJamis Buck2008-04-102-1/+13
* update documentation to include lazy server evaluation, concurrent connection...Jamis Buck2008-04-095-4/+96
* document DynamicServer and ServerListJamis Buck2008-04-092-6/+53
* deferred server evaluation via session.use(&block)Jamis Buck2008-04-094-40/+147
* allow session#use to declare multiple servers in a single callJamis Buck2008-04-082-18/+28
* use an abbreviated session definition syntax (borrowing further from Capistrano)Jamis Buck2008-04-087-95/+137
* allow on_error to be a proc, and use throw/catch to support programmatic retr...Jamis Buck2008-04-081-0/+8
* :on_error supportJamis Buck2008-04-073-2/+35
* make with() and on() yield a new subsession object that encapsulates the set ...Jamis Buck2008-04-077-380/+430
* connection limitingJamis Buck2008-04-067-66/+252
* concurrent session limitingJamis Buck2008-04-052-0/+103
* ignore pkg directoryJamis Buck2008-03-301-0/+1
* documentationJamis Buck2008-03-307-61/+527
* add the project metafilesJamis Buck2008-03-306-0/+1738
* session testsJamis Buck2008-03-304-47/+397
* first pass at testsJamis Buck2008-03-296-2/+417
* server selection based on properties as well as groupsJamis Buck2008-03-292-15/+31
* 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-292-136/+145
* connection groupsJamis Buck2008-03-282-33/+103
* rescue authentication failures and tack on the host name that failed, for eas...Jamis Buck2008-03-271-0/+3
* initial commit of multi-session implementationJamis Buck2008-03-273-0/+306