| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 9 | -0/+0 |
| * | The mongrel and webrick REST handlers now extract certificate information. | Luke Kanies | 2008-06-09 | 2 | -93/+236 |
| * | Fixing an inaccurate test so the tests will run correctly in all branches. | Paul Lathrop | 2008-05-23 | 1 | -3/+1 |
| * | Fixing tests that are broken when running as root under OSX 10.5 | Paul Lathrop | 2008-05-23 | 2 | -0/+4 |
| * | Fixed some tests broken by #1176 | James Turnbull | 2008-04-19 | 1 | -8/+8 |
| * | updating mongrel/webrick unit tests to match integration-tested version of RE... | Rick Bradley | 2008-04-11 | 2 | -22/+4 |
| * | adding REST save support, with integration tests. A handful of unit tests in... | Rick Bradley | 2008-04-11 | 1 | -2/+0 |
| * | 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 | 3 | -36/+35 |
| * | This is the first version where mongrel and webrick are reliably startable an... | Rick Bradley | 2008-04-11 | 2 | -11/+46 |
| * | the indirector will not serve xmlrpc (this is the responsibility of the legac... | Rick Bradley | 2008-04-11 | 2 | -14/+4 |
| * | Removed the code from the client that tries to avoid recompiling | Luke Kanies | 2008-04-10 | 1 | -25/+0 |
| * | Disabling http keep-alive as a means of preventing #1010. | Luke Kanies | 2008-03-24 | 2 | -96/+161 |
| * | Fix tests depending on the Puppet[:localcert] file existing using stubs | Andrew Shafer | 2008-03-04 | 1 | -26/+13 |
| * | Fixing a test that was actually reading in keys | Luke Kanies | 2008-02-21 | 1 | -0/+4 |
| * | Removing the ability to disable http-keep alive, | Luke Kanies | 2007-12-19 | 1 | -18/+8 |
| * | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 2 | -107/+237 |
| * | Fixing #961 -- closing existing, open connections when | Luke Kanies | 2007-12-17 | 1 | -1/+31 |
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 3 | -42/+42 |
| * | Fixing some further failing tests resulting from the fix for | Luke Kanies | 2007-12-10 | 1 | -13/+11 |
| * | Updated tests for http_enable_post_connection_check configuration setting. | Jeffrey J McCune | 2007-11-29 | 1 | -0/+10 |
| * | Fixing a couple of tests that were failing on a different platform or with a ... | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
| * | Integrating most of Matt Palmer's from | Luke Kanies | 2007-11-24 | 1 | -0/+69 |
| * | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -112/+1 |
| * | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 1 | -1/+22 |
| * | Modifying how default resources are created; they are now | Luke Kanies | 2007-11-15 | 1 | -4/+17 |
| * | This commit is the first run at removing all global | Luke Kanies | 2007-11-13 | 1 | -1/+78 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -0/+365 |
| * | One significant step closer to getting autotest running properly on the Puppe... | Rick Bradley | 2007-10-26 | 1 | -1/+1 |
| * | 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 |
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-22 | 1 | -1/+6 |
| |\ |
|
| * | | Fix test which is conditional on mongrel installation. | Rick Bradley | 2007-10-17 | 1 | -2/+4 |
| * | | More specs, fleshing out the returns from REST | Rick Bradley | 2007-10-17 | 2 | -4/+29 |
| * | | 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 the actual runtime be more robust when mongrel is not installed. | Rick Bradley | 2007-10-16 | 1 | -1/+6 |
| * | | 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 | 3 | -52/+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 | 7 | -26/+99 |
| * | | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ... | Rick Bradley | 2007-10-16 | 1 | -3/+7 |
| * | | Finish front end of delegation to server+protocol helper classes ("handlers"). | Rick Bradley | 2007-10-15 | 2 | -0/+29 |