summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
...
| * Make mongrel happy like WEBrick.Rick Bradley2008-04-113-280/+270
| * Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-113-36/+35
| * This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-112-11/+46
| * the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-112-14/+4
* | Merge branch '0.24.x'Luke Kanies2008-04-111-25/+0
|\|
| * Removed the code from the client that tries to avoid recompilingLuke Kanies2008-04-101-25/+0
* | Merge branch '0.24.x'Luke Kanies2008-03-252-96/+161
|\|
| * Disabling http keep-alive as a means of preventing #1010.Luke Kanies2008-03-242-96/+161
* | Merge branch '0.24.x'Luke Kanies2008-03-051-26/+13
|\|
| * Fix tests depending on the Puppet[:localcert] file existing using stubsAndrew Shafer2008-03-041-26/+13
* | Merge branch '0.24.x'Luke Kanies2008-02-251-0/+4
|\|
| * Fixing a test that was actually reading in keysLuke Kanies2008-02-211-0/+4
* | Merge branch 'routing'Luke Kanies2008-01-011-4/+4
|\ \ | |/ |/|
| * tweaking spec language; require Puppet::Network::HTTP class since it is refer...Rick Bradley2007-12-071-4/+4
* | Removing the ability to disable http-keep alive,Luke Kanies2007-12-191-18/+8
* | Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-192-107/+237
* | Fixing #961 -- closing existing, open connections whenLuke Kanies2007-12-171-1/+31
* | Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-113-42/+42
* | Fixing some further failing tests resulting from the fix forLuke Kanies2007-12-101-13/+11
|/
* Updated tests for http_enable_post_connection_check configuration setting.Jeffrey J McCune2007-11-291-0/+10
* Fixing a couple of tests that were failing on a different platform or with a ...Luke Kanies2007-11-281-1/+1
* Integrating most of Matt Palmer's fromLuke Kanies2007-11-241-0/+69
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-112/+1
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-1/+22
* Modifying how default resources are created; they are nowLuke Kanies2007-11-151-4/+17
* This commit is the first run at removing all globalLuke Kanies2007-11-131-1/+78
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+365
* One significant step closer to getting autotest running properly on the Puppe...Rick Bradley2007-10-261-1/+1
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-232-17/+105
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-232-131/+165
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-232-12/+66
* Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-221-1/+6
|\
* | Fix test which is conditional on mongrel installation.Rick Bradley2007-10-171-2/+4
* | More specs, fleshing out the returns from RESTRick Bradley2007-10-172-4/+29
* | getting more fine-grained with the response specs -- the target is always mov...Rick Bradley2007-10-162-6/+18
* | Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-162-15/+103
* | Make the actual runtime be more robust when mongrel is not installed.Rick Bradley2007-10-161-1/+6
* | Make it possible to run all tests even if mongrel isn't installed. Shouldn't...Rick Bradley2007-10-162-0/+10
* | Refactoring, argument processing for model methods.Rick Bradley2007-10-162-16/+54
* | Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-162-0/+27
* | Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-162-19/+51
* | Inlined the controller, eliminating a class. Mongrel+REST has the right bits...Rick Bradley2007-10-163-52/+54
* | Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-164-13/+43
* | Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-164-12/+16
* | First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-167-26/+99
* | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ...Rick Bradley2007-10-161-3/+7
* | Finish front end of delegation to server+protocol helper classes ("handlers").Rick Bradley2007-10-152-0/+29
* | Bringing in initial handlers for server+protocol pairs.Rick Bradley2007-10-153-31/+28
* | Partial support for building Handlers for all handler-protocol pairs.Rick Bradley2007-10-152-9/+50
* | Implementing address & port support for new webrick server.Rick Bradley2007-10-151-3/+14