summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'minitest' of https://github.com/juliandunn/net-ssh-multi into ↵juliandunn-minitestdelano2015-04-117-20/+24
|\ | | | | | | juliandunn-minitest
| * Convert test suite to Minitest.Julian C. Dunn2014-06-137-20/+24
| |
* | Merge pull request #4 from chef/ss/concurrency-fixesDelano Mandelbaum2015-04-112-3/+13
|\ \ | |/ |/| Fix two problems with :concurrent_connections option
| * Return false in busy? calls for servers that has failed to connect.sersut2013-06-131-2/+3
| |
| * Solve the race condition while handling concurrent connections.sersut2013-06-131-1/+10
| |
* | Merge pull request #6 from sampointer/correct_gemspec_urlDelano Mandelbaum2014-05-131-1/+1
|\ \ | |/ |/| correct homepage url in gemspec
| * correct homepage url in gemspecSam Pointer2014-05-131-1/+1
|/
* Dep fix to stop everything going pear shapedv1.2.0delano2013-02-064-8/+8
|
* Updated deps for net-ssh and net-ssh-gatewayv1.1.21.0delano2013-02-063-10/+10
|
* Version bumpv1.1.1delano2013-02-062-2/+3
|
* Updated readmedelano2013-02-061-2/+21
|
* Added public cert. All gem releases are now signed. See INSTALL in readme.delano2013-02-063-4/+27
|
* Updated Rakefile and gemspecdelano2013-02-063-128/+117
|
* Added licensedelano2013-02-061-0/+19
|
* Updated file list in gemspecv1.1delano2011-04-031-2/+0
|
* Updated net-ssh dependency to 2.1.4delano2011-04-031-3/+3
|
* Release 1.1delano2011-04-032-2/+7
|
* Removed Manifestdelano2011-04-031-23/+0
|
* Removed setup.rbdelano2011-04-031-1585/+0
|
* Updated Rakefiledelano2011-04-032-16/+75
|
* Added gemspecdelano2011-04-031-0/+61
|
* Rescue Timeout::Error so :on_error works as expected when server is unavailable.watsonian2011-03-231-0/+2
|
* version bumpv1.0.1Jamis Buck2009-02-012-2/+2
|
* remove redundant call to block_given?Jamis Buck2009-01-312-2/+4
|
* ignore vim .swp filesJamis Buck2009-01-311-0/+1
|
* explicitly rescue StandardError so that socket errors and errno exceptions ↵Jamis Buck2008-09-161-1/+6
| | | | get caught, too
* Add on_open_failed callback hook for multi channelJamis Buck2008-09-162-0/+19
|
* 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 ↵Jamis Buck2008-04-095-4/+96
| | | | connection limiting, and connection error control. Also updated manifest file
* 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 ↵Jamis Buck2008-04-081-0/+8
| | | | retry/reraise
* :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
| | | | of matching servers, and add a new servers_for method.
* 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 ↵Jamis Buck2008-03-291-0/+4
| | | | session gets inspected