Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow null host parameter to listen on localhost | Ryan | 2009-03-13 | 2 | -2/+2 |
* | change HTTPServer constructor. Now: HTTPServer(host, port, onrequest); | Ryan | 2009-03-09 | 2 | -4/+27 |
* | working towards working keep-alive. need tests | Ryan | 2009-03-06 | 1 | -2/+2 |
* | add minimal amount about HTTPServer to spec | Ryan | 2009-03-05 | 1 | -1/+1 |
* | add test/test_clearTimeout.rb | Ryan | 2009-03-04 | 3 | -1/+15 |
* | add test_setTimeout | Ryan | 2009-03-04 | 2 | -1/+21 |
* | add test/test_http_server_echo and 'make test' | Ryan | 2009-03-04 | 2 | -0/+83 |