summaryrefslogtreecommitdiff
path: root/src/node_http_parser_impl.h
AgeCommit message (Expand)Author
2019-09-20http: remove legacy parserAnna Henningsen
2019-05-29src: use ArrayBufferViewContents more frequentlyAnna Henningsen
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-12-20cli: add --max-http-header-size flagcjihrig
2018-12-06http: make parser choice a runtime flagAnna Henningsen