38 Commits (d4fcc0a753af01df137bebbcab6f2f79b2c145ed)

Author SHA1 Message Date
Ryan 22c3a1e2a5 Templatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Ryan d428eff023 Snakecase events . 16 years ago
Ryan 70fe920fb5 Use events for all HTTP messages. 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan 870b5db46c Bugfix+Refactor: accessing HTTP connection remoteAddress 16 years ago
Ryan 916b9ca715 Add Request objects on the HTTP server can be interrupted. 16 years ago
Ryan 825d7a8be8 Remove unused HTTPConnection destructor 16 years ago
Ryan 3a0de007aa onBodyComplete was not getting called in HTTP server 16 years ago
Ryan 247c9d2210 Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http. 16 years ago
Ryan 3bdd042a6e Rename fatal_exception to FatalException 16 years ago
Ryan cb3a11d72a Camel case status_code and http_version. 16 years ago
Ryan 0ef5c99973 Add http.ServerRequest.setBodyEncoding. Needs test still. 16 years ago
Ryan 82e773630b HTTP Client: add fix to allow TCP connection to reconnect. 16 years ago
Ryan 3700568322 Add request method. (How could that be missing still?) 16 years ago
Ryan 9a63d8ec28 Remove v8 prefix from function template callbacks. 16 years ago
Ryan 175223d5d7 Remove HTTP parser callbacks for fragment, query_string, path. 16 years ago
Ryan baed9d514d Inform V8 of external allocations. 16 years ago
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