summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* change HTTPServer constructor. Now: HTTPServer(host, port, onrequest);Ryan2009-03-091-1/+6
|
* fixed bug in HTTPServer. wasn't properly destroying requests.Ryan2009-03-071-3/+2
|
* working towards working keep-alive. need testsRyan2009-03-062-32/+113
|
* add blockingFileRead to tide me over until I can get a proper file interface.Ryan2009-03-051-0/+27
|
* add some information about http request objectsRyan2009-03-051-0/+25
|
* add minimal amount about HTTPServer to specRyan2009-03-051-1/+10
|
* update TCPClient specsRyan2009-03-051-36/+48
|
* half way implemented the new TCPClientRyan2009-03-051-8/+63
|
* add beginnings of a specification docRyan2009-03-042-0/+359