summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-02child_process: attach child in promisificationcjihrig
2019-07-02worker: only unref port for stdin if we ref’ed it beforeAnna Henningsen
2019-07-02src: refactor uncaught exception handlingJoyee Cheung
2019-07-02lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-07-02process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-06-18tls: remove unnecessary set of DEFAULT_MAX_VERSIONDaniel Bevenius
2019-06-18worker: refactor `worker.terminate()`Anna Henningsen
2019-06-18https: do not automatically use invalid servernameSam Roberts
2019-06-18util: use average bias while grouping arraysRuben Bridgewater
2019-06-18util: improve .inspect() array groupingRuben Bridgewater
2019-06-18process: refactor unhandled rejection handlingJoyee Cheung
2019-06-18perf_hooks,trace_events: use stricter equalitycjihrig
2019-06-18module: prevent race condition while combining import and requireRuben Bridgewater
2019-06-17tls: rename validateKeyCert in _tls_common.jsDaniel Bevenius
2019-06-17assert: add partial support for evaluated code in simple assertRuben Bridgewater
2019-06-17assert: improve regular expression validationRuben Bridgewater
2019-06-17assert: print more lines in the error diffRuben Bridgewater
2019-06-17assert: fix error diffRuben Bridgewater
2019-06-17assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-06-17module: handle empty require.resolve() optionscjihrig
2019-06-17util: refactor inspecting long linesRuben Bridgewater
2019-06-17dgram: fix abort on bad argscjihrig
2019-06-17http2: do not register unnecessary listenersAntonio Kukas
2019-06-17process: improve queueMicrotask performanceAnatoli Papirovski
2019-06-17crypto: add debug info client emit secureConnectDaniel Bevenius
2019-06-17util: use Set to store deprecation codesDaniel Nalborczyk
2019-06-17util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-17src: only run preloadModules if the preload array is not emptySamuel Attard
2019-06-17process: code cleanup for nextTickAnatoli Papirovski
2019-06-17util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-17trace_events: respect inspect() depthcjihrig
2019-06-17net: make writeAfterFIN() return falseLuigi Pinca
2019-06-03stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-06-03child_process: move exports to bottom for consistent code stylehimself65
2019-06-02http: fix deferToConnect commentsRobert Nagy
2019-06-02http: fix socketOnWrap edge casesAnatoli Papirovski
2019-06-02http2: respect inspect() depthcjihrig
2019-06-01http: call write callback even if there is no message bodyLuigi Pinca
2019-06-01errors: create internal connResetExceptionRich Trott
2019-05-31crypto: fix KeyObject handle type error messageAlexander Avakov
2019-05-31src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-31stream: convert existing buffer when calling .setEncodingAnna Henningsen
2019-05-31lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry
2019-05-31console: fix table() outputBrian White
2019-05-31inspector: removing checking of non existent field in lib/inspector.jsKeroosha
2019-05-28http2: support net.Server optionsLuigi Pinca
2019-05-28Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-28assert: remove unreachable codeRich Trott
2019-05-28tls: support the hints optionLuigi Pinca
2019-05-28esm: refactor createDynamicModule()cjihrig