summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http_pool.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused require 'puppet/util/cacher' from Network::HttpPoolNick Lewis2011-07-211-1/+0
* Remove Puppet::Network::HttpPool keep_alive handlingNick Lewis2011-07-191-55/+0
* Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbeMarkus Roberts2010-09-281-12/+0
* Code smell: Two space indentationMarkus Roberts2010-07-091-95/+95
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* [#3169] Adds more debugging to SSL cert verificationNick Lewis2010-07-071-0/+14
* Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymoreJesse Wolfe2010-01-301-2/+0
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-7/+3
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-1/+5
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-14/+8
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-1/+1
* Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-15/+17
* Fixing some broken tests.Luke Kanies2008-05-071-0/+1
* Fixing the HttpPool module to get rid of an infinite loop.Luke Kanies2008-05-061-1/+1
* The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-2/+0
* The http pool manager now uses new-style certificate management.Luke Kanies2008-05-051-11/+15
* Pushed patch for #1176 - configtimeout fixJames Turnbull2008-04-191-2/+3
* Disabling http keep-alive as a means of preventing #1010.Luke Kanies2008-03-241-7/+18
* Making a couple of other small fixes, requiringLuke Kanies2008-02-231-0/+3
* Removing the ability to disable http-keep alive,Luke Kanies2007-12-191-4/+4
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-0/+92