Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-03-31http: optimize debug function correctlyMichaël Zasso
2021-02-26lib: use <array>.push and <array>.unshift instead of <array>.concatAntoine du Hamel
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-09-15http: add requestTimeoutMatteo Collina
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-05http: fixes memory retention issue with FreeList and HTTPParserJohn Leidegren
2020-04-02http: fix incorrect headersTimeout measurementAlex R
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-12http: http_common rename var to let and consttelenord
2019-09-20http: remove legacy parserAnna Henningsen
2019-08-19http: simplify drain()Robert Nagy
2019-07-06http: improve parser error messagesAnna Henningsen
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-12http: reduce usage of public utilZYSzys
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-10-13http: reduce duplicated code for cleaning parserWeijia Wang
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-07-18http: name anonymous function in _http_common.jsPetras
2018-06-11http: remove a pair of outdated commentsMark S. Everitt
2018-04-23http: remove duplicate parser unsetAnatoli Papirovski
2018-04-23http: cleanup parser propertiesAnatoli Papirovski
2018-04-23http: remove duplicate commentAnatoli Papirovski
2018-04-23http: cleanup _http_common.jsAnatoli Papirovski
2018-04-17http: fix undefined error in parser eventAnatoli Papirovski
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-06http: add options to http.createServer()Peter Marton
2018-01-21http: fix parsing of binary upgrade response bodyBen Noordhuis
2018-01-19http: simplify parser lifetime trackingAnna Henningsen
2017-12-11http: simplify checkIsHttpToken()Rich Trott
2017-11-28http: do not assign intermediate variableJon Moss
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-11lib: change concatenated string to templateNayana Das K
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-01freelist: simplify exportJames M Snell
2017-03-22http: avoid retaining unneeded memoryLuigi Pinca
2017-03-21http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell