summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
...
* | Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-153-36/+106
* | trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby ...Rick Bradley2007-10-153-8/+8
* | Implementing listening state tracking for webrick and mongrel.Rick Bradley2007-10-152-2/+41
* | More unit specs for mongrel and webrick; more code to make them work, yo.Rick Bradley2007-10-153-23/+106
* | Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-152-39/+85
* | more stuff for the interim commitRick Bradley2007-10-122-0/+58
* | interim checkin of network stuffsRick Bradley2007-10-122-216/+190
|/
* Homing in on a clean separation of concerns for a low-coupling, high-cohesion...Rick Bradley2007-10-062-10/+64
* Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-15/+60
* Minor tweaks.Rick Bradley2007-10-041-6/+6
* Allow for multiple REST servers to be active; some terminology changes in spe...Rick Bradley2007-10-041-48/+56
* Added .listening to REST server, handle listen states and transitions.Rick Bradley2007-10-041-4/+39
* Spec'd a reset() method for clearing out known routes. Uses the unregister m...Rick Bradley2007-10-041-0/+16
* Updating first portion of the Network RESTServer spec with example code, gett...Rick Bradley2007-10-041-2/+42
* Interpreting "hidden" class from spec drafts as a REST Controller. This name...Rick Bradley2007-10-031-0/+14
* Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-031-0/+37