summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/handler.rb
Commit message (Expand)AuthorAgeFilesLines
* (#7103) Fix HEAD requests in the HTTP handlerNick Lewis2011-04-131-4/+4
* Merge branch '2.6.x' into nextMatt Robinson2011-01-191-1/+16
|\
| * (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-121-0/+11
| * (#5171) Made filebucket able to perform diffsJesse Wolfe2011-01-111-1/+5
* | Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-301-1/+1
* | Maint: Make http handler code call the indirector through ".indirection"Paul Berry2010-11-301-3/+3
* | Maint: Remove Indirector::Request objects from HTTP Handler and API V1Jesse Wolfe2010-11-021-22/+22
* | (#5132) Provide a query REST interface for inventoryMatt Robinson2010-10-281-1/+1
|/
* Fix #4458 - Do not dump the whole environment when instances can't be foundBrice Figureau2010-08-041-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-194/+194
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+2
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-1/+1
* Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-1/+1
* Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+2
* Fixing 2725 Error message when permissions incorrect on file server directoryJesse Wolfe2009-12-021-0/+1
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-0/+2
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-1/+1
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-13/+31
* Fixing #2238 In some cases blank? is not available on String.Jordan Curzon2009-07-041-1/+1
* Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon2009-07-021-0/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-231-0/+12
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-231-5/+9
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-231-1/+7
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-201-1/+7
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-20/+12
* Moving the REST API functions into a moduleLuke Kanies2009-03-201-57/+4
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-47/+35
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+46
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+2
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-0/+3
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-0/+15
* Providing better information when an exception is encountered during network ...Luke Kanies2009-02-181-1/+1
* Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-1/+12
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-1/+5
* Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-1/+3
* Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-2/+2
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-6/+13
* Removing an apparently-obsolete hook from the handlerLuke Kanies2008-07-291-4/+0
* Adding explicit tests for the HTTP::Handler module.Luke Kanies2008-07-291-23/+67
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-2/+2
* Fixing #1362 -- I had previously removed a stub point needed for testing.Luke Kanies2008-06-131-1/+7
* The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-091-30/+26
* adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-4/+8
* making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-1/+1
* exceptions on remote end now properly passed to local end via REST and re-rai...Rick Bradley2008-04-111-1/+1
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-7/+10