summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-22src,doc: add C++ internals documentationAnna Henningsen
2019-11-22test: add common.mustCall() to stream testRich Trott
2019-11-22test: move explanatory comment to expected location in fileRich Trott
2019-11-22test: move stream test to parallelRich Trott
2019-11-22test: remove string literal as message in strictEqual() in stream testRich Trott
2019-11-22test: use arrow function for callback in stream testRich Trott
2019-11-22test: replace setTimeout with setImmediate in stream testRich Trott
2019-11-22doc: simplify "is recommended" language in assert documentationRich Trott
2019-11-22src: fix signal handler crash on closeShelley Vohr
2019-11-22doc: fix a typo in a date for version 13.2.0Kirlat
2019-11-22src: unset NODE_VERSION_IS_RELEASE from masterMichaël Zasso
2019-11-21test: refactor test-dgram-multicast-set-interface-lo.jsTaylor Gagne
2019-11-21crypto: remove redundant validateUint32 argumentTobias Nießen
2019-11-212019-11-21, Version 13.2.0 (Current)Myles Borins
2019-11-21deps: patch V8 to 7.9.317.23Myles Borins
2019-11-21test: move test not requiring internet from internet to parallelRich Trott
2019-11-21test: use reserved .invalid TLD for invalid address in testRich Trott
2019-11-21test: improve assertion message in internet dgram testRich Trott
2019-11-21test: cover 'close' method in Dir classArtem Maksimov
2019-11-21domain: rename var to let and constMaria Stogova
2019-11-21http2: remove duplicated assertIsObjectZYSzys
2019-11-21test: add test for options validation of createServerZYSzys
2019-11-20doc: add mention for using promisify on class methodsDenys Otrishko
2019-11-20doc: explain GIT_REMOTE_REF in COLLABORATOR_GUIDEDenys Otrishko
2019-11-20doc: fix overriding of prefix optionLuigi Pinca
2019-11-20deps: upgrade npm to 6.13.1claudiahdz
2019-11-20test: clean up http-set-trailersDenys Otrishko
2019-11-20src: fix -Winconsistent-missing-override warningcjihrig
2019-11-20src: add abstract `IsolatePlatformDelegate`Marcel Laverdet
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-20lib: replace var with letDavid OLIVIER
2019-11-20lib: replace var with let and const in readline.jsVinceOPS
2019-11-19https: add client support for TLS keylog eventsSam Roberts
2019-11-19stream: always invoke end callbackRobert Nagy
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-19doc: update http.md mention of socketJesse O'Connor
2019-11-19src: expose ArrayBuffer version of Buffer::New()Anna Henningsen
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-19src: remove HandleWrap instances from list once closedAnna Henningsen
2019-11-19src: remove keep alive option from SetImmediate()Anna Henningsen
2019-11-19src: use BaseObjectPtr for keeping channel alive in dns bindingsAnna Henningsen
2019-11-19http2: use custom BaseObject smart pointersAnna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-19net: destructure primordialsGuilherme Goncalves
2019-11-192019-11-19, Version 12.13.1 'Erbium' (LTS)Michaël Zasso
2019-11-18lib: change var to let/const in internal/querystring.jsArtem Maksimov