| Commit message (Expand) | Author | Age | Files | Lines |
* | http: add requestTimeout | Matteo Collina | 2020-09-15 | 1 | -0/+8 |
* | lib: improve debuglog() performance | Brian White | 2020-05-30 | 1 | -1/+3 |
* | http: fixes memory retention issue with FreeList and HTTPParser | John Leidegren | 2020-05-05 | 1 | -2/+2 |
* | http: fix incorrect headersTimeout measurement | Alex R | 2020-04-02 | 1 | -0/+2 |
* | http: llhttp opt-in insecure HTTP header parsing | Sam Roberts | 2019-12-09 | 1 | -0/+13 |
* | lib: replace Symbol global by the primordials Symbol | Sebastien Ahkrin | 2019-12-08 | 1 | -0/+1 |
* | lib: flatten access to primordials | Michaël Zasso | 2019-11-25 | 1 | -2/+4 |
* | http: http_common rename var to let and const | telenord | 2019-11-12 | 1 | -3/+3 |
* | http: remove legacy parser | Anna Henningsen | 2019-09-20 | 1 | -5/+1 |
* | http: simplify drain() | Robert Nagy | 2019-08-19 | 1 | -8/+0 |
* | http: improve parser error messages | Anna Henningsen | 2019-07-05 | 1 | -1/+8 |
* | async_hooks: fixup do not reuse HTTPParser | Gerhard Stoebich | 2019-05-03 | 1 | -1/+1 |
* | lib: require globals instead of using the global proxy | Joyee Cheung | 2019-04-16 | 1 | -0/+1 |
* | lib: faster FreeList | Anatoli Papirovski | 2019-04-11 | 1 | -1/+1 |
* | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
* | http: reduce usage of public util | ZYSzys | 2019-03-12 | 1 | -1/+1 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -1/+1 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -2/+2 |
* | http: make parser choice a runtime flag | Anna Henningsen | 2018-12-06 | 1 | -2/+7 |
* | http: reduce duplicated code for cleaning parser | Weijia Wang | 2018-10-12 | 1 | -19/+13 |
* | async_hooks: add missing async_hooks destroys in AsyncReset | Bastian Krol | 2018-10-10 | 1 | -1/+1 |
* | bootstrapper: move internalBinding to NativeModule | Gus Caplan | 2018-10-04 | 1 | -1/+0 |
* | http: move process.binding('http_parser') to internalBinding | James M Snell | 2018-08-18 | 1 | -1/+2 |
* | http: name anonymous function in _http_common.js | Petras | 2018-07-18 | 1 | -1/+1 |
* | http: remove a pair of outdated comments | Mark S. Everitt | 2018-06-10 | 1 | -2/+0 |
* | http: remove duplicate parser unset | Anatoli Papirovski | 2018-04-23 | 1 | -2/+0 |
* | http: cleanup parser properties | Anatoli Papirovski | 2018-04-23 | 1 | -0/+7 |
* | http: remove duplicate comment | Anatoli Papirovski | 2018-04-23 | 1 | -5/+0 |
* | http: cleanup _http_common.js | Anatoli Papirovski | 2018-04-23 | 1 | -27/+24 |
* | http: fix undefined error in parser event | Anatoli Papirovski | 2018-04-17 | 1 | -4/+6 |
* | http: relax requirements on upgrade listener | Anatoli Papirovski | 2018-04-16 | 1 | -13/+1 |
* | tools: add 'spaced-comment' into eslint rules | Weijia Wang | 2018-04-01 | 1 | -2/+2 |
* | http: simplify checkInvalidHeaderChar | Seth Brenith | 2018-02-16 | 1 | -44/+2 |
* | http: add options to http.createServer() | Peter Marton | 2018-02-06 | 1 | -2/+8 |
* | http: fix parsing of binary upgrade response body | Ben Noordhuis | 2018-01-21 | 1 | -12/+3 |
* | http: simplify parser lifetime tracking | Anna Henningsen | 2018-01-18 | 1 | -1/+4 |
* | http: simplify checkIsHttpToken() | Rich Trott | 2017-12-10 | 1 | -59/+3 |
* | http: do not assign intermediate variable | Jon Moss | 2017-11-28 | 1 | -2/+1 |
* | async_hooks: add trace events to async_hooks | Andreas Madsen | 2017-11-16 | 1 | -2/+1 |
* | lib: change concatenated string to template | Nayana Das K | 2017-11-11 | 1 | -1/+1 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -7/+8 |
* | lib: implement async_hooks API in core | Trevor Norris | 2017-05-10 | 1 | -1/+7 |
* | freelist: simplify export | James M Snell | 2017-05-01 | 1 | -1/+1 |
* | http: avoid retaining unneeded memory | Luigi Pinca | 2017-03-22 | 1 | -5/+1 |
* | http: use more efficient module.exports pattern | James M Snell | 2017-03-20 | 1 | -11/+13 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | http: optimize default method case | Brian White | 2017-01-13 | 1 | -2/+0 |
* | http: optimize header storage and matching | Brian White | 2017-01-11 | 1 | -2/+2 |
* | http: improve validation performance | Brian White | 2016-12-29 | 1 | -41/+59 |
* | http: misc cleanup and minor optimizations | Brian White | 2016-12-29 | 1 | -1/+0 |