| Commit message (Expand) | Author | Age | Files | Lines |
| * | http: reset parser.incoming when server request is finished | Anna Henningsen | 2019-08-26 | 1 | -0/+14 |
| * | Revert "http: reset parser.incoming when server response is finished" | Matteo Collina | 2019-08-24 | 1 | -2/+0 |
| * | http: simplify drain() | Robert Nagy | 2019-08-19 | 1 | -5/+7 |
| * | http: replace superfluous connection property with getter/setter | Robert Nagy | 2019-08-17 | 1 | -3/+2 |
| * | http: follow symbol naming convention | Robert Nagy | 2019-08-14 | 1 | -3/+3 |
| * | http: remove duplicate check | Robert Nagy | 2019-08-11 | 1 | -5/+1 |
| * | http: reset parser.incoming when server response is finished | Anna Henningsen | 2019-07-28 | 1 | -0/+2 |
| * | perf_hooks: add HttpRequest statistics monitoring #28445 | vmarchaud | 2019-07-12 | 1 | -1/+19 |
| * | http: improve parser error messages | Anna Henningsen | 2019-07-05 | 1 | -1/+3 |
| * | http: remove default 'timeout' listener on upgrade | Luigi Pinca | 2019-06-08 | 1 | -0/+1 |
| * | http: fix socketOnWrap edge cases | Anatoli Papirovski | 2019-06-02 | 1 | -14/+17 |
| * | http: add an alias at addListener on Server connection socket | himself65 | 2019-05-19 | 1 | -0/+3 |
| * | http, http2: remove default server timeout | Ali Ijaz Sheikh | 2019-05-09 | 1 | -1/+1 |
| * | src: do not reuse async resource in http parsers | Daniel Beckert | 2019-04-22 | 1 | -2/+14 |
| * | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -0/+2 |
| * | lib: faster FreeList | Anatoli Papirovski | 2019-04-11 | 1 | -2/+2 |
| * | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -14/+14 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -4/+4 |
| * | lib: move DTRACE_* probes out of global scope | James M Snell | 2019-03-12 | 1 | -0/+4 |
| * | http: reduce usage of public util | ZYSzys | 2019-03-12 | 1 | -2/+2 |
| * | lib,src: remove usage of _externalStream | Anna Henningsen | 2019-03-11 | 1 | -7/+5 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -1/+1 |
| * | http: send connection: close when closing conn | Yann Hamon | 2019-03-09 | 1 | -2/+4 |
| * | http: remove unused variable in _http_server.js | gengjiawen | 2019-03-07 | 1 | -1/+0 |
| * | http: check for existance in resetHeadersTimeoutOnReqEnd | Matteo Collina | 2019-03-06 | 1 | -1/+1 |
| * | http: prevent slowloris with keepalive connections | Matteo Collina | 2019-02-28 | 1 | -0/+15 |
| * | http: makes response.writeHead return the response | Mark S. Everitt | 2019-02-09 | 1 | -0/+2 |
| * | lib: replace 'assert' with 'internal/assert' for many built-ins | Rich Trott | 2019-02-08 | 1 | -1/+1 |
| * | http: remove redundant call to socket.setTimeout() | Luigi Pinca | 2019-02-06 | 1 | -1/+0 |
| * | http: return HTTP 431 on HPE_HEADER_OVERFLOW error | Albert Still | 2019-02-01 | 1 | -1/+6 |
| * | http: reuse noop function in socketOnError() | cjihrig | 2019-01-20 | 1 | -1/+2 |
| * | lib: remove internal `util._extends()` usage | Ruben Bridgewater | 2018-12-20 | 1 | -1/+1 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -1/+1 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
| * | http: make parser choice a runtime flag | Anna Henningsen | 2018-12-06 | 1 | -1/+1 |
| * | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+1 |
| * | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -1/+1 |
| * | http: destroy the socket on parse error | Luigi Pinca | 2018-12-03 | 1 | -2/+1 |
| * | http,https: protect against slow headers attack | Matteo Collina | 2018-11-28 | 1 | -1/+21 |
| * | http: else case is not reachable | szabolcsit | 2018-11-14 | 1 | -0/+3 |
| * | async_hooks: add missing async_hooks destroys in AsyncReset | Bastian Krol | 2018-10-10 | 1 | -1/+2 |
| * | bootstrapper: move internalBinding to NativeModule | Gus Caplan | 2018-10-04 | 1 | -1/+0 |
| * | src: deprecate global COUNTER_* and remove perfctr | James M Snell | 2018-09-19 | 1 | -2/+0 |
| * | http: move process.binding('http_parser') to internalBinding | James M Snell | 2018-08-18 | 1 | -1/+2 |
| * | http: fix res emit close before user finish | Robert Nagy | 2018-05-24 | 1 | -1/+5 |
| * | http: fix capitalization of 418 status message | я котик пур-пур | 2018-05-22 | 1 | -2/+2 |
| * | http: always emit close on req and res | Robert Nagy | 2018-05-13 | 1 | -0/+2 |
| * | http: added aborted property to request | Robert Nagy | 2018-04-26 | 1 | -0/+1 |
| * | http: remove duplicate parser unset | Anatoli Papirovski | 2018-04-23 | 1 | -1/+1 |
| * | http: cleanup parser properties | Anatoli Papirovski | 2018-04-23 | 1 | -4/+0 |