94 Commits (f45c31576358cf587f2551f9fbd492d9e1b55983)

Author SHA1 Message Date
isaacs c9a231db0e typo in node_http_parser 13 years ago
isaacs 7b3fb22290 typo in node_http_parser 13 years ago
Ben Noordhuis 1a49df5fa9 http: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 17524432ff Fix Engrish in error messages. 13 years ago
Felix Geisendörfer 18240193ba Expose http parse error codes 13 years ago
Ben Noordhuis 4472f7bbc3 http: use HTTP_METHOD_MAP macro 13 years ago
Nathan Rajlich 36761b2055 process: expose the http_parser version in process.versions 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis de5e3f6a6f http: support PURGE request method 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl f3da6c6c04 Potential fix for #2438 13 years ago
Ryan Dahl 448c5e07ca Revert "Add HandleScope to http-parser binding" 13 years ago
Ryan Dahl 73cf8e82e7 Add HandleScope to http-parser binding 13 years ago
Ryan Dahl 06d86ebe84 Move node_http_parser.cc global vars into node_vars.h 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Maciej Małecki fc61134b1a doc: fix links 14 years ago
Ben Noordhuis 680765abec http: fix gcc 3.x build, don't use always_inline 14 years ago
Ben Noordhuis 84d0b1bcc5 http: improve http parser bindings 14 years ago
Thomas Parslow b0f78afe58 http: Added support for HTTP PATCH verb 14 years ago
Peter Bright 6ac8c55989 Make MSVS build. 14 years ago
Ryan Dahl c3ccbea5cd Upgrade http_parser to 965f91bc76b2d1601e23 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl c783aefb0f http-parser: Error on EOF errors 14 years ago
Ryan Dahl 0866ecaf3f ... 14 years ago
Ryan Dahl 12554380d5 Add support for SSDP methods -_- 14 years ago
Ryan Dahl 57d8172906 query-string unescape moved to js land 14 years ago
Ryan Dahl 5f935f6c14 Fast buffers for http-parser 15 years ago
Paul Querna e65c27062f Move http parser to extension model. 15 years ago
Ryan Dahl d49d53fd49 Expose new HTTP methods 15 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl c2e2479cc5 Fix Linux build 15 years ago
isaacs 4ce100fa62 A replacement for decodeURIComponent that doesn't throw. 15 years ago
Ryan Dahl 9be6c501ec Upgrade http-parser 15 years ago
Ryan Dahl 35c14f637e In HTTP parser, proxy return value of onHeadersComplete 15 years ago
Ryan Dahl 2fca40e44f Upgrade http-parser 15 years ago
Ryan Dahl cbd2c3945b Throwing in a callback should kill the process 15 years ago
Ryan Dahl ac3a2d899a Changes to work on Solaris 10 15 years ago
Ryan Dahl 760bba5518 Support Upgrade in HTTP messages 15 years ago
Ryan Dahl 54d4efd44b Upgrade http-parser 15 years ago
Ryan Dahl 7c9919f810 Remove some unnecessary handlescopes 15 years ago
Ryan Dahl bf803f478b Reimplment Buffers 15 years ago
Ryan Dahl a668d07484 Clean up http_parser binding - add asserts 15 years ago
Ryan Dahl 741e3fa91b HTTP works somewhat on net2 now 15 years ago
Ryan Dahl dda1d681f7 Provide buffer in HTTPParser callbacks. 15 years ago
Ryan Dahl 42ee16978e Implement new http-parser binding using Buffer 15 years ago