summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixing #1362 -- I had previously removed a stub point needed for testing.Luke Kanies2008-06-131-1/+7
| * Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-1/+1
| * The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-093-60/+96
* | The CRL is now automatically used or ignored.Luke Kanies2008-05-071-1/+1
* | The master is now functionally serving REST and xmlrpc.Luke Kanies2008-05-051-1/+1
* | The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-5/+5
* | Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-051-16/+2
* | Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-021-2/+3
* | Adding xmlrpc backward compatibility to the new Mongrel code.Luke Kanies2008-05-021-0/+10
* | Adding xmlrpc support to webrick.Luke Kanies2008-05-022-3/+20
* | Fixing some whitespaceLuke Kanies2008-05-021-4/+3
* | I think I've now got the Webrick SSL support working.Luke Kanies2008-04-281-2/+2
* | Interim commit, since I want to work but have no network available.Luke Kanies2008-04-281-16/+23
* | Adding the necessary tests for webrick to have logging andLuke Kanies2008-04-151-1/+73
|/
* 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
* Make mongrel happy like WEBrick.Rick Bradley2008-04-112-7/+4
* 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-114-22/+32
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-115-17/+40
* the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-114-12/+0
* removing obsolete TODO commentRick Bradley2008-04-111-1/+0
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-212-5/+9
* 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-233-5/+11
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-233-4/+12
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-232-3/+3
* 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-173-2/+15
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-163-4/+20
* Make it possible to run all tests even if mongrel isn't installed. Shouldn't...Rick Bradley2007-10-161-1/+2
* Refactoring, argument processing for model methods.Rick Bradley2007-10-163-9/+53
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-163-2/+1
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-164-58/+76
* Inlined the controller, eliminating a class. Mongrel+REST has the right bits...Rick Bradley2007-10-161-3/+42
* Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-162-4/+16