summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/xmlrpc/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-197/+197
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-091-10/+10
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+4
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-1/+1
* Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-1/+1
* Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-1/+3
* Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-53/+111
* Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-1/+3
* Fixed #1473 - Rescue Timeout::Error in xmlrpc clientsAndrew Shafer2008-10-071-4/+4
* Fixed error message typoJames Turnbull2008-10-031-1/+1
* Pushed patch for #1176 - configtimeout fixJames Turnbull2008-04-191-1/+1
* Better fix for #1020James Turnbull2008-04-011-0/+5
* Revert "Added updated fix for #1020"James Turnbull2008-04-011-5/+1
* Added updated fix for #1020James Turnbull2008-03-311-1/+5
* Fixing #995 -- puppetd no longer dies at startup if theLuke Kanies2008-01-191-1/+12
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-85/+12
* Fixing #961 -- closing existing, open connections whenLuke Kanies2007-12-171-11/+20
* As per lutter; augmented fix for #896 to be configurable and defaulting to va...Jeffrey J McCune2007-11-291-1/+6
* Fix #896 - Always disable DNS checking of certificate when making https conne...Jeffrey J McCune2007-11-241-0/+1
* Integrating most of Matt Palmer's fromLuke Kanies2007-11-241-43/+51
* Adding patch 20070927050018-6856b-7fa134180aceb9cee2e667630345f5f8467a9d0c.pa...Luke Kanies2007-11-231-1/+10
* Adding patch 20070927042000-6856b-38a0c82fd0a0d950937e7fe5a38b9901743402b3.pa...Luke Kanies2007-11-231-3/+3
* Adding patch 20070926235454-6856b-079fc12a9b63d59afd59aa205bc8bfeb350b097a.pa...Luke Kanies2007-11-231-8/+32
* Adding patch 20070905004837-6856b-2e7b8d8595ee0883537620c46424a4bf6174dc6a.pa...Luke Kanies2007-11-231-0/+4
* Fixing a bit of indentation and commenting in the xmlrpc/client fileLuke Kanies2007-10-291-4/+3
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removing extraneous debugging from crontabluke2007-08-101-8/+26
* Applying patch by David Schmitt from #701.luke2007-07-081-2/+9
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-0/+129