summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/handler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-2/+3
* One significant step closer to getting autotest running properly on the Puppe...Rick Bradley2007-10-261-2/+1
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-231-1/+7
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-231-4/+10
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-231-2/+2
* Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-221-1/+1
* More specs, fleshing out the returns from RESTRick Bradley2007-10-171-2/+6
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-161-4/+12
* Refactoring, argument processing for model methods.Rick Bradley2007-10-161-7/+35
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-161-0/+1
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-161-0/+57