17 Commits (217b60a2726fb2a71fdb96274d374d9b903ae782)

Author SHA1 Message Date
Ryan Dahl bc17d94a0a API: tcp events 'receive' to 'data', 'eof' to 'end' 15 years ago
Ryan Dahl c723acc721 Remove some HandleScopes from HTTP 15 years ago
Ryan Dahl 1b2c57907d Lazy initialize symbols for HTTP. 15 years ago
Ben Williamson bba23c0998 Fix issue #44, eof on connect to http. 15 years ago
Ryan Dahl c9e21435c0 Upgrade http-parser 15 years ago
Ryan Dahl 9553503be5 Bugfix: Don't segfault on unknown http method 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
Ryan Dahl c1baa70fe5 Attach/Detach -> Ref/Unref 15 years ago
Ryan Dahl ee8530e0ee offload method look up to http-parser 15 years ago
Ryan Dahl c3e0a4bc7c Upgrade http-parser; supports webdav extension methods now 15 years ago
Ryan Dahl 7538e70767 Expose versionMajor versionMinor to http messages 15 years ago
Ryan Dahl 39a12b2a22 Remove debug message 15 years ago
Ryan Dahl 7719ce33db New http-parser 15 years ago
Ryan Dahl 51c1526b6a Revert "Upgrade http parser, change node as needed." 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl b893859c34 Upgrade http parser, change node as needed. 15 years ago
Ryan Dahl f623fd7658 Normalize HTTP headers. 15 years ago
Ryan Dahl e2b7902469 Don't use parseUri for HTTP server 15 years ago
Ryan Dahl 602f9dbf3f SetClassName on internal classes. 15 years ago
Ryan Dahl cda659a8c8 Camel-case all http events 15 years ago
Ryan Dahl 5fdf9bbaa9 Remove unused variable in http.cc 16 years ago
Ryan Dahl 4f98e2deb3 Fix buffering logic for HTTP outgoing messages. 16 years ago
Ryan 116f4dea05 lint 16 years ago
Ryan ed8c43d2f3 Bugfix: Negative ints in HTTP's on_body and node.fs.read() 16 years ago
Ryan 75fc21537a Bugfix: response.setBodyEncoding("ascii") not working. 16 years ago
Ryan 4aac515202 Remove unused 'using namespace std' lines. 16 years ago
Ryan b3e828991b Remove unused symbols from http.cc. 16 years ago
Ryan 854538d094 Missing HandleScope in GetMethod(). Thanks Brian. 16 years ago
Ryan 78aaf8df67 Remove unused static object. 16 years ago
Ryan 56c785ceae small clean ups to http.js 16 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
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