summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.24.x'Luke Kanies2008-04-111-15/+42
|\
| * adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-2/+0
| * Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-6/+0
| * This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-9/+44
* | tweaking spec language; require Puppet::Network::HTTP class since it is refer...Rick Bradley2007-12-071-4/+4
|/
* Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-221-1/+6
|\
* | More specs, fleshing out the returns from RESTRick Bradley2007-10-171-2/+4
* | First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-161-16/+1
* | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ...Rick Bradley2007-10-161-3/+7
* | Bringing in initial handlers for server+protocol pairs.Rick Bradley2007-10-151-0/+9
* | Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-151-12/+58
* | More unit specs for mongrel and webrick; more code to make them work, yo.Rick Bradley2007-10-151-23/+1
* | Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-151-37/+74
* | interim checkin of network stuffsRick Bradley2007-10-121-151/+190
|/
* Homing in on a clean separation of concerns for a low-coupling, high-cohesion...Rick Bradley2007-10-061-8/+11
* Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-0/+181