summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
Commit message (Expand)AuthorAgeFilesLines
* http: use for...of in http library codeTrivikram Kamat2020-02-061-0/+2
* net: implement capture rejections for 'connection' eventMatteo Collina2020-02-061-2/+4
* http: implement capture rejections for 'request' eventMatteo Collina2020-02-061-0/+21
* lib: replace use of Error with primordialsSebastien Ahkrin2020-02-061-0/+1
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2020-02-061-0/+1
* lib: flatten access to primordialsMichaël Zasso2020-02-061-5/+3
* http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen2020-02-041-1/+10
* http: opt-in insecure HTTP header parsingSam Roberts2020-02-041-1/+3
* http: set socket.server unconditionallyAnna Henningsen2019-12-171-2/+1
* http: destructure primordials in lib/_http_server.jsArtem Maksimov2019-12-171-7/+12
* http: revise _http_server.jstelenord2019-12-171-11/+10
* http: reset parser.incoming when server request is finishedAnna Henningsen2019-08-261-0/+14
* Revert "http: reset parser.incoming when server response is finished"Matteo Collina2019-08-261-2/+0
* http: simplify drain()Robert Nagy2019-08-201-5/+7
* http: follow symbol naming conventionRobert Nagy2019-08-191-3/+3
* http: remove duplicate checkRobert Nagy2019-08-191-5/+1
* http: reset parser.incoming when server response is finishedAnna Henningsen2019-08-021-0/+2
* perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud2019-07-201-1/+19
* http: improve parser error messagesAnna Henningsen2019-07-201-1/+3
* http: fix socketOnWrap edge casesAnatoli Papirovski2019-06-021-14/+17
* http, http2: flag for overriding server timeoutAli Ijaz Sheikh2019-05-231-1/+4
* http: add an alias at addListener on Server connection sockethimself652019-05-201-0/+3
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-2/+14
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* lib: faster FreeListAnatoli Papirovski2019-04-111-2/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-14/+14
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-4/+4
* lib: move DTRACE_* probes out of global scopeJames M Snell2019-03-121-0/+4
* http: reduce usage of public utilZYSzys2019-03-121-2/+2
* lib,src: remove usage of _externalStreamAnna Henningsen2019-03-111-7/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* http: send connection: close when closing connYann Hamon2019-03-091-2/+4
* http: remove unused variable in _http_server.jsgengjiawen2019-03-071-1/+0
* http: check for existance in resetHeadersTimeoutOnReqEndMatteo Collina2019-03-061-1/+1
* http: prevent slowloris with keepalive connectionsMatteo Collina2019-02-281-0/+15
* http: makes response.writeHead return the responseMark S. Everitt2019-02-091-0/+2
* lib: replace 'assert' with 'internal/assert' for many built-insRich Trott2019-02-081-1/+1
* http: remove redundant call to socket.setTimeout()Luigi Pinca2019-02-061-1/+0
* http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still2019-02-011-1/+6
* http: reuse noop function in socketOnError()cjihrig2019-01-201-1/+2
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-1/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-1/+1
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-1/+1
* http: destroy the socket on parse errorLuigi Pinca2018-12-031-2/+1
* http,https: protect against slow headers attackMatteo Collina2018-11-281-1/+21
* http: else case is not reachableszabolcsit2018-11-141-0/+3
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-1/+2