summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.25.x'Markus Roberts2010-02-091-0/+2
|\
| * 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
* | Merge branch '0.25.x'James Turnbull2010-01-132-1/+3
|\|
| * 2877 race condition in webrickJesse Wolfe2009-12-151-1/+2
| * Fixing 2725 Error message when permissions incorrect on file server directoryJesse Wolfe2009-12-021-0/+1
* | Merge branch '0.25.x'Luke Kanies2009-12-213-26/+8
|\|
| * rack: SSL Env vars can only be in Request.envChristian Hofstaedtler2009-11-183-26/+8
* | 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
* Fix for #2600 (wrong number of arguments under older mongrel)Markus Roberts2009-09-152-14/+12
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-0/+2
* rack: SSL Env vars can be in Request.env or ENVChristian Hofstaedtler2009-08-033-8/+26
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-1/+1
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-1/+1
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-054-16/+47
* Fix #2383, an incompatibility with early ruby 1.8 versionsChristian Hofstaedtler2009-07-051-1/+2
* 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-064-17/+17
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-051-1/+1
* RackXMLRPC: buffer request contents in memory, as a real string.Christian Hofstaedtler2009-05-151-1/+1
* Fixing #2265 - rack is loaded with features rather than manuallyLuke Kanies2009-05-141-1/+0
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-022-1/+83
* Puppet as a Rack applicationChristian Hofstaedtler2009-05-023-0/+135
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-233-0/+16
* 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-206-55/+26
* Moving the REST API functions into a moduleLuke Kanies2009-03-203-57/+68
* 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-183-1/+19
* Providing better information when an exception is encountered during network ...Luke Kanies2009-02-181-1/+1
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-3/+2
* Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-1/+12
* Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-262-2/+2
* 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-293-10/+29
* Drastically simplifying the REST implementation tests.Luke Kanies2008-07-292-10/+25
* 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
* Merge branch '0.24.x'Luke Kanies2008-06-143-52/+95
|\