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-05-09lib: refactored scheduling policy assignmentYash Ladha
2020-04-27cluster: removed unused addressType argument from constructorYash Ladha
2020-03-12lib: use spread operator on clusterhimself65
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-25src: replaced var with letAldo Ambrosioni
2019-11-06child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-05cluster: improve for-loopgengjiawen
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-10-01cluster: move handle tracking out of utilscjihrig
2018-09-30cluster: use Map to track handles in mastercjihrig
2018-05-18cluster: remove obsolete array allocationRuben Bridgewater
2018-03-21cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaël Zasso
2018-02-22cluster: fix inspector port assignmentSantiago Gimeno
2018-01-29cluster: add cwd to cluster.settingscjihrig
2018-01-17cluster: resolve relative unix socket pathslaino
2018-01-05cluster: support windowsHide option for workersTodd Wong
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-15cluster: overriding inspector portcornholio
2017-06-16inspector,cluster: fix inspect port assignmentcornholio
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-05-03cluster: remove debug arg handlingRich Trott
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)
2017-02-19cluster: properly handle --inspect-{brk,port}Ali Ijaz Sheikh
2017-01-14cluster: refactor module into multiple filescjihrig