summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/mongrel.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-49/+49
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-7/+7
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-10/+3
* Adding xmlrpc backward compatibility to the new Mongrel code.Luke Kanies2008-05-021-0/+10
* Adding xmlrpc support to webrick.Luke Kanies2008-05-021-0/+1
* Make mongrel happy like WEBrick.Rick Bradley2008-04-111-1/+3
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-5/+5
* the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-111-2/+0
* removing obsolete TODO commentRick Bradley2008-04-111-1/+0
* Make it possible to run all tests even if mongrel isn't installed. Shouldn't...Rick Bradley2007-10-161-1/+2
* Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-161-1/+3
* First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-161-3/+1
* Finish front end of delegation to server+protocol helper classes ("handlers").Rick Bradley2007-10-151-4/+5
* Bringing in initial handlers for server+protocol pairs.Rick Bradley2007-10-151-6/+10
* Partial support for building Handlers for all handler-protocol pairs.Rick Bradley2007-10-151-1/+22
* Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-151-2/+4
* Implementing listening state tracking for webrick and mongrel.Rick Bradley2007-10-151-2/+6
* More unit specs for mongrel and webrick; more code to make them work, yo.Rick Bradley2007-10-151-0/+19
* Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-151-0/+2