summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/webrick/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)Paul Berry2010-09-281-0/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-60/+60
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Add master side file content streamingBrice Figureau2010-02-171-1/+6
* Fix for #2600 (wrong number of arguments under older mongrel)Markus Roberts2009-09-151-5/+2
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-1/+5
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-231-0/+3
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-7/+1
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-0/+1
* Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-261-1/+1
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-3/+7
* Drastically simplifying the REST implementation tests.Luke Kanies2008-07-291-3/+10
* The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-091-15/+36
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-8/+9
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-1/+3
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-3/+5
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-231-2/+2
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-231-0/+1
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-231-1/+1
* More specs, fleshing out the returns from RESTRick Bradley2007-10-171-0/+4
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-161-0/+4
* Refactoring, argument processing for model methods.Rick Bradley2007-10-161-1/+9
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-161-1/+0
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-161-8/+13
* Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-161-2/+8
* Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-161-6/+2
* First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-161-0/+14
* Finish front end of delegation to server+protocol helper classes ("handlers").Rick Bradley2007-10-151-0/+4