summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
2019-12-03net: implement capture rejections for 'connection' eventMatteo Collina
2019-12-03http: implement capture rejections for 'request' eventMatteo Collina
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-29http: set socket.server unconditionallyAnna Henningsen
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-22http: destructure primordials in lib/_http_server.jsArtem Maksimov
2019-11-18http: revise _http_server.jstelenord
2019-10-10src: bring 425 status code name into accordance with RFC 8470Sergei Osipov
2019-08-26http: reset parser.incoming when server request is finishedAnna Henningsen
2019-08-24Revert "http: reset parser.incoming when server response is finished"Matteo Collina
2019-08-19http: simplify drain()Robert Nagy
2019-08-17http: replace superfluous connection property with getter/setterRobert Nagy
2019-08-14http: follow symbol naming conventionRobert Nagy
2019-08-11http: remove duplicate checkRobert Nagy
2019-07-28http: reset parser.incoming when server response is finishedAnna Henningsen
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-05http: improve parser error messagesAnna Henningsen
2019-06-08http: remove default 'timeout' listener on upgradeLuigi Pinca
2019-06-02http: fix socketOnWrap edge casesAnatoli Papirovski
2019-05-19http: add an alias at addListener on Server connection sockethimself65
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12http: reduce usage of public utilZYSzys
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-09http: send connection: close when closing connYann Hamon
2019-03-07http: remove unused variable in _http_server.jsgengjiawen
2019-03-06http: check for existance in resetHeadersTimeoutOnReqEndMatteo Collina
2019-02-28http: prevent slowloris with keepalive connectionsMatteo Collina
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-06http: remove redundant call to socket.setTimeout()Luigi Pinca
2019-02-01http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still
2019-01-20http: reuse noop function in socketOnError()cjihrig
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-12-03http: destroy the socket on parse errorLuigi Pinca
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-14http: else case is not reachableszabolcsit
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan