summaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
AgeCommit message (Expand)Author
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-02src: return MaybeLocal in AsyncWrap::MakeCallbackTobias Nießen
2017-07-26http: reset stream to unconsumed in `unconsume()`Anna Henningsen
2017-06-05http: assert parser.consume argument's typeGireesh Punathil
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-23src: update http-parser linkDaniel Bevenius
2016-06-28src: fix readability/braces cpplint warningsBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-05src: remove unused #include statementBen Noordhuis
2016-04-19http: skip body and next message of CONNECT resFedor Indutny
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-04-05src: use size_t for http parser array size fieldsBen Noordhuis
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-28src,http_parser: remove KickNextTick callTrevor Norris
2016-03-01http_parser: use `MakeCallback`Trevor Norris
2016-02-12src: add AsyncCallbackScopeTrevor Norris
2015-12-17http_parser: use pushValueToArray for headersTrevor Norris
2015-10-14http: fix stalled pipeline bugFedor Indutny
2015-09-19http_parser: do not dealloc during kOnExecuteFedor Indutny
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-26http_parser: consume StreamBase instanceFedor Indutny
2015-08-26src: missing Exception::Error in node_http_parserJeremiah Senkpiel
2015-05-04src: fix -Wmissing-field-initializers warningBen Noordhuis
2015-01-13http: optimize on_headers_completeBert Belder
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2014-09-05src: fix handle leak in Parser::Execute()Ben Noordhuis
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2013-12-20http: parse the status message in a http response.Cam Swords
2013-11-12base-object: add BaseObjectTrevor Norris