summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Puppet::Network::HttpPool keep_alive handlingNick Lewis2011-07-191-5/+0
* (#7291) Fix issues with instance_methods in Ruby 1.9Matt Robinson2011-05-161-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-138/+138
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-3/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-3/+3
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-15/+5
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-8/+10
* Not using 'master' client for testingLuke Kanies2009-02-061-2/+0
* Disabling http keep-alive as a means of preventing #1010.Luke Kanies2008-03-241-2/+3
* Fixing #1101 -- puppetrun works again.Luke Kanies2008-02-281-0/+2
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-5/+2
* Updating an exception message a bit.Luke Kanies2007-12-211-1/+1
* Attempting to fix #952 -- catching any exceptions thrownLuke Kanies2007-12-211-2/+5
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-10/+3
* Fix #896 - Always disable DNS checking of certificate when making https conne...Jeffrey J McCune2007-11-241-0/+6
* Adding patch 20070927042000-6856b-38a0c82fd0a0d950937e7fe5a38b9901743402b3.pa...Luke Kanies2007-11-231-4/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removing extraneous debugging from crontabluke2007-08-101-0/+6
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-0/+12
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-191-0/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-74/+58
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-0/+190