summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http
Commit message (Expand)AuthorAgeFilesLines
* (#4762) Ensure that clients on the moon can successfully connect.Daniel Pittman2011-08-041-1/+1
* (#7117) Return the environment as a Puppet::Node::Environment in uri2indirectionJacob Helwig2011-05-031-1/+1
* (#7103) Fix HEAD requests in the HTTP handlerNick Lewis2011-04-131-4/+4
* (#6117) Add POST support to indirector requestsNick Lewis2011-04-121-0/+8
* (#5528) Add REST API for signing, revoking, retrieving, cleaning certsMax Martin2011-04-051-0/+1
* Merge branch '2.6.next' into nextMatt Robinson2011-03-072-5/+3
|\
| * (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testingDaniel Pittman2011-02-221-1/+4
| * (#6376) Add support and testing for _search GET requestsMax Martin2011-02-181-2/+2
| * (#5132) Provide a query REST interface for inventoryPaul Berry2011-02-172-3/+2
| * (#6257) Speed up PUT and POST requests under rackJesse Wolfe2011-02-081-3/+1
* | (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testingDaniel Pittman2011-03-031-1/+4
* | Revert #5691 "Merge remote branch 'brice/feature/process-instrumentation' int...Jesse Wolfe2011-03-011-5/+1
* | Merge remote branch 'brice/feature/process-instrumentation' into nextJesse Wolfe2011-02-251-1/+5
|\ \
| * | Some high-level process name probesBrice Figureau2010-12-181-1/+5
* | | Merge branch '2.6.x' into nextMatt Robinson2011-01-192-1/+19
|\ \ \ | | |/ | |/|
| * | (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-122-0/+14
| * | (#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: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
| |/ |/|
* | Maint: Remove Indirector::Request objects from HTTP Handler and API V1Jesse Wolfe2010-11-022-23/+23
* | (#5132) Provide a query REST interface for inventoryMatt Robinson2010-10-282-3/+2
|/
* Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)Paul Berry2010-09-281-0/+1
* Passenger needs HTTP headers values to be stringBrice Figureau2010-08-051-1/+1
* Fix #4458 - Do not dump the whole environment when instances can't be foundBrice Figureau2010-08-041-1/+1
* Fix race condition in rack autoloading of request/responseBrice Figureau2010-07-251-0/+3
* Code smell: Two space indentationMarkus Roberts2010-07-0911-814/+814
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-095-8/+8
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-3/+3
* Code smell: Booleans are first class values.Markus Roberts2010-07-092-4/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-095-17/+7
* Code smell: Use string interpolationMarkus Roberts2010-07-095-18/+18
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-093-4/+4
* [#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
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-0/+112
* Add master side file content streamingBrice Figureau2010-02-173-4/+39
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-1/+1
* Feature #3115 REST-ified status()Jesse Wolfe2010-02-171-1/+9
* 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