Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change HTTPServer constructor. Now: HTTPServer(host, port, onrequest); | Ryan | 2009-03-09 | 1 | -1/+6 |
* | fixed bug in HTTPServer. wasn't properly destroying requests. | Ryan | 2009-03-07 | 1 | -3/+2 |
* | working towards working keep-alive. need tests | Ryan | 2009-03-06 | 2 | -32/+113 |
* | add blockingFileRead to tide me over until I can get a proper file interface. | Ryan | 2009-03-05 | 1 | -0/+27 |
* | add some information about http request objects | Ryan | 2009-03-05 | 1 | -0/+25 |
* | add minimal amount about HTTPServer to spec | Ryan | 2009-03-05 | 1 | -1/+10 |
* | update TCPClient specs | Ryan | 2009-03-05 | 1 | -36/+48 |
* | half way implemented the new TCPClient | Ryan | 2009-03-05 | 1 | -8/+63 |
* | add beginnings of a specification doc | Ryan | 2009-03-04 | 2 | -0/+359 |