summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/server.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-534/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-061-11/+11
* Removing unneeded test stubsLuke Kanies2009-05-031-8/+0
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-25/+35
* Merge branch '0.24.x'Luke Kanies2008-06-141-0/+0
|\
| * Adding execute bits to every test currently missing them.Luke Kanies2008-06-131-0/+0
* | Adding pidfile management and daemonization to the ServerLuke Kanies2008-05-071-195/+301
* | Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-021-0/+10
* | Adding configuration support for XMLRPC handlers.Luke Kanies2008-05-021-118/+218
* | 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