summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/webrick.rb
Commit message (Expand)AuthorAgeFilesLines
* (#4762) Ensure that clients on the moon can successfully connect.Daniel Pittman2011-08-041-1/+1
* Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-108/+108
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-1/+1
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-1/+1
* Merge branch '0.25.x'James Turnbull2010-01-131-1/+2
|\
| * 2877 race condition in webrickJesse Wolfe2009-12-151-1/+2
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-1/+1
|/
* Fix for #2637 (Webrick accpting connections on dead sockets)Markus Roberts2009-09-151-1/+8
* Removed extra whitespace from end of linesIan Taylor2009-06-061-8/+8
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-10/+2
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-3/+2
* The CRL is now automatically used or ignored.Luke Kanies2008-05-071-1/+1
* The master is now functionally serving REST and xmlrpc.Luke Kanies2008-05-051-1/+1
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-051-16/+2
* Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-021-2/+3
* Adding xmlrpc support to webrick.Luke Kanies2008-05-021-3/+19
* I think I've now got the Webrick SSL support working.Luke Kanies2008-04-281-2/+2
* Interim commit, since I want to work but have no network available.Luke Kanies2008-04-281-16/+23
* Adding the necessary tests for webrick to have logging andLuke Kanies2008-04-151-1/+73
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-7/+9
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-7/+18
* the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-111-2/+0
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-161-7/+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-4/+2
* Finish front end of delegation to server+protocol helper classes ("handlers").Rick Bradley2007-10-151-5/+5
* Bringing in initial handlers for server+protocol pairs.Rick Bradley2007-10-151-6/+9
* Partial support for building Handlers for all handler-protocol pairs.Rick Bradley2007-10-151-1/+21
* Implementing address & port support for new webrick server.Rick Bradley2007-10-151-2/+6
* Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-151-1/+4
* trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby ...Rick Bradley2007-10-151-3/+3
* Implementing listening state tracking for webrick and mongrel.Rick Bradley2007-10-151-2/+7
* More unit specs for mongrel and webrick; more code to make them work, yo.Rick Bradley2007-10-151-1/+20
* Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-151-0/+2