summaryrefslogtreecommitdiff
path: root/src/node_http_parser_impl.h
Commit message (Expand)AuthorAgeFilesLines
* src: use ArrayBufferViewContents more frequentlyAnna Henningsen2019-05-291-8/+5
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-13/+5
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-13/+15
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-7/+7
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-271-2/+2
* src: de-lint header usageRefael Ackermann2019-03-121-6/+3
* lib,src: remove usage of _externalStreamAnna Henningsen2019-03-111-3/+2
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen2019-02-251-3/+2
* src: use NULL check macros to check nullptrZYSzys2019-02-071-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-2/+3
* cli: add --max-http-header-size flagcjihrig2018-12-201-4/+14
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-0/+973