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
2020-10-14lib: use Number.parseInt from primordialsMichaël Zasso
2020-09-01net: replace usage of internal stream state with public apiDenys Otrishko
2020-08-20net: validate custom lookup() outputcjihrig
2020-08-20errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko
2020-07-17net: fix bufferSizeRobert Nagy
2020-06-30lib: improve debuglog() performanceBrian White
2020-06-30net: refactor check for Windowsrickyes
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-07net: wait for shutdown to complete before closingRobert Nagy
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-02-04net: track state of setNoDelay() and prevent unnecessary system callsRusty Conover
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2019-12-11net: remove duplicate _undestroyRobert Nagy
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03net: implement capture rejections for 'connection' eventMatteo Collina
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24net: replaced vars to lets and constsnathias
2019-11-19net: destructure primordialsGuilherme Goncalves
2019-10-12net: treat ENOTCONN at shutdown as successAnna Henningsen
2019-10-04net: emit close on unconnected socketRobert Nagy
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-08-24net: allow reading data into a static bufferBrian White
2019-08-20net: use callback to properly propagate errorRobert Nagy
2019-08-04net: shallow copy option when create Serverhimself65
2019-06-26net: replace _writableState.finished with writableFinishedRich Trott
2019-06-04net: make writeAfterFIN() return falseLuigi Pinca
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11net: inline maybeDestroy()Luigi Pinca
2019-04-10lib: move DEP0021 to end of lifecjihrig
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-30net: remove usage of require('util')dnlup
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-26tools: enable getter-return lint rulecjihrig
2019-03-25net: do not manipulate potential user codeRuben Bridgewater
2019-03-25Revert "net: remove usage of require('util')"Rich Trott
2019-03-25net: remove usage of require('util')dnlup
2019-03-22lib: move extra properties into error creationRuben Bridgewater
2019-03-15net: some scattered cleanupoyyd
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-10net: use kHandle symbol for accessing native handleAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater