summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* allow null host parameter to listen on localhostRyan2009-03-132-2/+2
* change HTTPServer constructor. Now: HTTPServer(host, port, onrequest);Ryan2009-03-092-4/+27
* working towards working keep-alive. need testsRyan2009-03-061-2/+2
* add minimal amount about HTTPServer to specRyan2009-03-051-1/+1
* add test/test_clearTimeout.rbRyan2009-03-043-1/+15
* add test_setTimeoutRyan2009-03-042-1/+21
* add test/test_http_server_echo and 'make test'Ryan2009-03-042-0/+83