summaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* typo in node_http_parserisaacs2012-04-181-1/+1
* http: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-3/+3
* Fix Engrish in error messages.Ben Noordhuis2012-03-301-1/+1
* Expose http parse error codesFelix Geisendörfer2012-03-191-0/+6
* http: use HTTP_METHOD_MAP macroBen Noordhuis2012-03-121-78/+13
* process: expose the http_parser version in process.versionsNathan Rajlich2012-03-101-2/+0
* core: use proper #include directivesBen Noordhuis2012-03-101-5/+5
* http: support PURGE request methodBen Noordhuis2012-02-201-0/+3
* Revert support for isolates.Ben Noordhuis2012-02-061-47/+51
* Merge remote branch 'origin/v0.6'Ryan Dahl2012-01-091-31/+47
|\
| * Potential fix for #2438Ryan Dahl2012-01-031-31/+47
* | Merge branch 'v0.6'Ben Noordhuis2011-12-291-16/+10
|\ \ | |/
| * Revert "Add HandleScope to http-parser binding"Ryan Dahl2011-12-281-16/+10
* | Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-211-10/+16
|\ \ | |/
| * Add HandleScope to http-parser bindingRyan Dahl2011-12-211-10/+16
* | Move node_http_parser.cc global vars into node_vars.hRyan Dahl2011-12-071-51/+47
|/
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* doc: fix linksMaciej Małecki2011-11-011-1/+1
* http: fix gcc 3.x build, don't use always_inlineBen Noordhuis2011-10-251-3/+9
* http: improve http parser bindingsBen Noordhuis2011-10-201-93/+288
* http: Added support for HTTP PATCH verbThomas Parslow2011-10-191-0/+3
* Make MSVS build.Peter Bright2011-08-061-1/+5
* Upgrade http_parser to 965f91bc76b2d1601e23Ryan Dahl2011-08-061-12/+0
* Update copyright headersRyan Dahl2011-03-141-0/+21
* http-parser: Error on EOF errorsRyan Dahl2011-02-041-1/+8
* ...Ryan Dahl2011-01-201-1/+0
* Add support for SSDP methods -_-Ryan Dahl2010-11-211-0/+12
* query-string unescape moved to js landRyan Dahl2010-11-181-81/+0
* Fast buffers for http-parserRyan Dahl2010-09-091-21/+34
* Move http parser to extension model.Paul Querna2010-07-141-0/+1
* Expose new HTTP methodsRyan Dahl2010-06-301-0/+12
* fix whitespace errorsBlake Mizerany2010-06-291-4/+4
* Fix Linux buildRyan Dahl2010-06-151-0/+2
* A replacement for decodeURIComponent that doesn't throw.isaacs2010-06-151-0/+81
* Upgrade http-parserRyan Dahl2010-06-061-1/+1
* In HTTP parser, proxy return value of onHeadersCompleteRyan Dahl2010-05-251-3/+3
* Upgrade http-parserRyan Dahl2010-05-251-2/+2
* Throwing in a callback should kill the processRyan Dahl2010-05-201-11/+28
* Changes to work on Solaris 10Ryan Dahl2010-05-141-3/+0
* Support Upgrade in HTTP messagesRyan Dahl2010-04-141-1/+5
* Upgrade http-parserRyan Dahl2010-03-221-15/+15
* Remove some unnecessary handlescopesRyan Dahl2010-02-021-8/+0
* Reimplment BuffersRyan Dahl2010-01-271-39/+33
* Clean up http_parser binding - add assertsRyan Dahl2010-01-261-46/+51
* HTTP works somewhat on net2 nowRyan Dahl2010-01-251-0/+46
* Provide buffer in HTTPParser callbacks.Ryan Dahl2010-01-241-6/+7
* Implement new http-parser binding using BufferRyan Dahl2010-01-241-0/+324