summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-149/+149
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Fix for temporary file security wholeMarkus Roberts2010-01-051-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-10/+10
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-2/+10
* Adding pidfile management and daemonization to the ServerLuke Kanies2008-05-071-0/+56
* Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-021-0/+8
* Adding configuration support for XMLRPC handlers.Luke Kanies2008-05-021-7/+37
* Fixing whitespace problems.Luke Kanies2008-04-151-18/+18
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-2/+4
* puppet-compliant indentationRick Bradley2008-04-111-22/+22
* Minor tweaks to make the ::Server initialization a bit more robust. Fail on ...Rick Bradley2007-10-161-2/+6
* Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-151-1/+5
* Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-151-8/+7
* interim checkin of network stuffsRick Bradley2007-10-121-53/+45
* Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-2/+64
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-205/+2
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-081-2/+3
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-0/+207