| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adding clarity to query string handling in REST calls | Luke Kanies | 2009-02-18 | 2 | -8/+60 |
| * | Fixing #1729 - puppetmasterd can now read certs at startup | Luke Kanies | 2008-12-18 | 1 | -11/+3 |
| * | Causing format selection to fail intelligently if no suitable format can be p... | Luke Kanies | 2008-08-26 | 1 | -0/+31 |
| * | Fixing the rest backends for webrick and mongrel so the get the whole request... | Luke Kanies | 2008-08-26 | 2 | -6/+6 |
| * | Adding parameter and URL support to the REST terminus. | Luke Kanies | 2008-08-20 | 3 | -1/+23 |
| * | Correctly handling when REST searches return nothing. | Luke Kanies | 2008-07-30 | 1 | -0/+14 |
| * | Searching again works over REST, including full content-type translation. | Luke Kanies | 2008-07-29 | 1 | -3/+6 |
| * | Fixing a test I broke while rebasing | Luke Kanies | 2008-07-29 | 1 | -0/+5 |
| * | All error and format handling works over REST except searching. | Luke Kanies | 2008-07-29 | 2 | -4/+23 |
| * | Drastically simplifying the REST implementation tests. | Luke Kanies | 2008-07-29 | 2 | -627/+189 |
| * | Adding explicit tests for the HTTP::Handler module. | Luke Kanies | 2008-07-29 | 1 | -0/+411 |
| * | The REST terminus now uses the content-type and http result codes. | Luke Kanies | 2008-07-29 | 2 | -34/+38 |
| * | Merge branch '0.24.x' into merging | Luke Kanies | 2008-07-29 | 4 | -5/+23 |
| |\ |
|
| | * | Fixing #1438 -- mongrel and module tests now pass. | Luke Kanies | 2008-07-20 | 1 | -0/+4 |
| | * | The mongrel-related tests now run without mongrel. | Luke Kanies | 2008-07-17 | 4 | -5/+19 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-06-14 | 6 | -94/+241 |
| |\| |
|
| | * | Replacing all two-space indents with four-space | Luke Kanies | 2008-06-13 | 1 | -15/+15 |
| | * | Adding ruby interpreter lines to the tests missing them. | Luke Kanies | 2008-06-13 | 2 | -0/+4 |
| | * | Adding execute bits to every test currently missing them. | Luke Kanies | 2008-06-13 | 6 | -0/+0 |
| | * | The mongrel and webrick REST handlers now extract certificate information. | Luke Kanies | 2008-06-09 | 2 | -93/+236 |
| * | | The CRL is now automatically used or ignored. | Luke Kanies | 2008-05-07 | 1 | -11/+1 |
| * | | Fixing the HttpPool module to get rid of an infinite loop. | Luke Kanies | 2008-05-06 | 1 | -1/+0 |
| * | | The master is now functionally serving REST and xmlrpc. | Luke Kanies | 2008-05-05 | 1 | -9/+3 |
| * | | Fixing a critical problem in how CRLs were saved and moving SSL Store respons... | Luke Kanies | 2008-05-05 | 1 | -61/+4 |
| * | | Switched puppetmasterd to use the new-style server plumbing. | Luke Kanies | 2008-05-02 | 1 | -1/+2 |
| * | | Adding xmlrpc backward compatibility to the new Mongrel code. | Luke Kanies | 2008-05-02 | 1 | -10/+37 |
| * | | Adding xmlrpc support to webrick. | Luke Kanies | 2008-05-02 | 1 | -38/+92 |
| * | | I think I've now got the Webrick SSL support working. | Luke Kanies | 2008-04-28 | 1 | -3/+3 |
| * | | Interim commit, since I want to work but have no network available. | Luke Kanies | 2008-04-28 | 1 | -15/+124 |
| * | | Adding the necessary tests for webrick to have logging and | Luke Kanies | 2008-04-15 | 1 | -0/+145 |
| |/ |
|
| * | updating mongrel/webrick unit tests to match integration-tested version of RE... | Rick Bradley | 2008-04-11 | 2 | -22/+4 |
| * | Make mongrel happy like WEBrick. | Rick Bradley | 2008-04-11 | 3 | -280/+270 |
| * | Much larger commit than I would like to land at once. This is all REST-relat... | Rick Bradley | 2008-04-11 | 2 | -30/+35 |
| * | This is the first version where mongrel and webrick are reliably startable an... | Rick Bradley | 2008-04-11 | 1 | -2/+2 |
| * | the indirector will not serve xmlrpc (this is the responsibility of the legac... | Rick Bradley | 2008-04-11 | 2 | -14/+4 |
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 2 | -4/+4 |
| * | Exceptions on requests are now captured, exceptions are serialized, and excep... | Rick Bradley | 2007-10-23 | 2 | -17/+105 |
| * | Finish serializing successful results (via calls to to_yaml, etc.) for REST h... | Rick Bradley | 2007-10-23 | 2 | -131/+165 |
| * | REST handlers now properly returning 200 status on success. | Rick Bradley | 2007-10-23 | 2 | -12/+66 |
| * | More specs, fleshing out the returns from REST | Rick Bradley | 2007-10-17 | 1 | -2/+25 |
| * | getting more fine-grained with the response specs -- the target is always mov... | Rick Bradley | 2007-10-16 | 2 | -6/+18 |
| * | Argument passing now supported on {webrick,mongrel}+REST. | Rick Bradley | 2007-10-16 | 2 | -15/+103 |
| * | Make it possible to run all tests even if mongrel isn't installed. Shouldn't... | Rick Bradley | 2007-10-16 | 2 | -0/+10 |
| * | Refactoring, argument processing for model methods. | Rick Bradley | 2007-10-16 | 2 | -16/+54 |
| * | Tweak to move model lookup functionality into the Handler base class where it... | Rick Bradley | 2007-10-16 | 2 | -0/+27 |
| * | Refactored to use a Handler base class for server+protocol handlers. Finally... | Rick Bradley | 2007-10-16 | 2 | -19/+51 |
| * | Inlined the controller, eliminating a class. Mongrel+REST has the right bits... | Rick Bradley | 2007-10-16 | 2 | -7/+54 |
| * | Registration now built for {webrick,mongrel} REST handlers. | Rick Bradley | 2007-10-16 | 4 | -13/+43 |
| * | Going back to each server+protocol object being responsible for only one indi... | Rick Bradley | 2007-10-16 | 4 | -12/+16 |
| * | First pass through initializers of {mongrel, webrick} REST handlers; hooks in... | Rick Bradley | 2007-10-16 | 6 | -10/+98 |