20 Commits (81691c7dc5919cc04ff65ab354e47225604e1de1)

Author SHA1 Message Date
Ryan 81691c7dc5 Fixes to get HTTP working with new TCP API. 16 years ago
Ryan 589d8af5d4 Wrap NewInstance with TryCatch. (Was still missing the error.) 16 years ago
Ryan febbf75302 Wrap calls in TryCatch; Check return values after UNWRAP. 16 years ago
Ryan 73fb24f48d Relatively large update to TCP API. No more "protocol". 16 years ago
Ryan 4d39a3586c Path, URI, Fragment, etc were not getting passed to RequestHandler. 16 years ago
Ryan 7869ed6681 Add keep-alive handling. 16 years ago
Ryan 103a8800c7 Binary HTTP bodies for both requests and responses. 16 years ago
Ryan a80591aff6 Create node.http.Server and node.http.LowLevelServer 16 years ago
Ryan 2e5b85a13b Some fixes to allow HTTPServer to begin listening. 16 years ago
Ryan 9c3770d999 Implement HTTPServer (untested!) 16 years ago
Ryan 6149c6c49a Fix HTTPConnection javascript inheritance. 16 years ago
Ryan 38726e7272 various clean ups; HTTPConnection (js side) inherits from TCPConnection 16 years ago
Ryan 09c2ae5c3e Slight change in tcp connection constructor 16 years ago
Ryan 4860f1c92c add onMessageComplete and onBody handlers. 16 years ago
Ryan be6b3acf0e extract headers, status_code, path, http version from http messages. 16 years ago
Ryan 5a071ad72f Begin refactor of http.cc. Remove libebb add http_parser. 16 years ago
Ryan cf1c58063e Create a node namespace 16 years ago
Ryan 90fc8d3622 Update liboi. Use EV_MULTIPLICITY=0. 16 years ago
Ryan 822d7fa27e add framework for tcp server. change eio stacksize to 16kb. 16 years ago
Ryan 67af958f81 rename a few files to remove node_ prefix 16 years ago
Ryan 1a126ed11c use the WAF build system 16 years ago
Ryan 55097bb572 remove 'respond' from Request object in HTTPServer when connection is dead 16 years ago
Ryan adf18d84af header fields should be symbols. enable fatal error messages. 16 years ago
Ryan 1e5de42a75 allow null host parameter to listen on localhost 16 years ago
Ryan 7b45c911ef with great performance hit, a patch to handle binary 16 years ago
Ryan a8ac42384d change HTTPServer constructor. Now: HTTPServer(host, port, onrequest); 16 years ago
Ryan 64ac9efb3d fixed bug in HTTPServer. wasn't properly destroying requests. 16 years ago
Ryan b4985d1a6e working towards working keep-alive. need tests 16 years ago
Ryan ea728d35ef add some information about http request objects 16 years ago
Ryan db618cb708 add minimal amount about HTTPServer to spec 16 years ago
Ryan dbbd25ae65 rename module load function to Init_modulename(), like ruby 16 years ago
Ryan e02b71ebe8 exit program on top level exceptions 16 years ago
Ryan a890b67406 Add beginnings of the setTimeout interface 16 years ago
Ryan f16e50d387 refactor js_request creation into method 16 years ago
Ryan f9374eeb77 avoid reallocating the same strings every request 16 years ago
Ryan 19478ed4b1 Major refactoring: program name now "node" 16 years ago
Ryan 1afe6d26db begin work on the TCP.connect interface 16 years ago
Ryan 2ee65b8ea2 add headers to request object 16 years ago
Ryan 1a71a3c9d4 fix bug in count-hosts.js was closing the chunked encoding before request ended 16 years ago
Ryan aa72b99917 upload/download works seemingly 16 years ago
Ryan f6b541bc37 trying to implement streamed upload. not working. 16 years ago
Ryan d945ba68a2 compactify the code into a single file. will abstract later. 16 years ago
Ryan cc1a61c1e7 request.respond works 16 years ago
Ryan 74f4eb9a2e add http method access 16 years ago
Ryan b518ed9db2 add some printfs.. 16 years ago
Ryan 6ded7fec5f ... 16 years ago
Ryan 61890720c8 add readme and initial code 16 years ago