summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-06-22bootstrap: --frozen-intrinsics override problem workaroundGuy Bedford
2019-06-22child_process: attach child in promisificationcjihrig
2019-06-20worker: only unref port for stdin if we ref’ed it beforeAnna Henningsen
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-06-17process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-06-17tls: remove unnecessary set of DEFAULT_MAX_VERSIONDaniel Bevenius
2019-06-17worker: refactor `worker.terminate()`Anna Henningsen
2019-06-17https: do not automatically use invalid servernameSam Roberts
2019-06-17fs: document the Date conversion in Stats objectsJoyee Cheung
2019-06-17util: use average bias while grouping arraysRuben Bridgewater
2019-06-17util: improve .inspect() array groupingRuben Bridgewater
2019-06-17process: refactor unhandled rejection handlingJoyee Cheung
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-16perf_hooks,trace_events: use stricter equalitycjihrig
2019-06-15module: prevent race condition while combining import and requireRuben Bridgewater
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-12domain: error handler runs outside of its domainJulien Gilli
2019-06-12tls: rename validateKeyCert in _tls_common.jsDaniel Bevenius
2019-06-12assert: add partial support for evaluated code in simple assertRuben Bridgewater
2019-06-12assert: improve regular expression validationRuben Bridgewater
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-12assert: fix error diffRuben Bridgewater
2019-06-12assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-06-11module: handle empty require.resolve() optionscjihrig
2019-06-11util: refactor inspecting long linesRuben Bridgewater
2019-06-10readline: error on falsy values for callbackSam Roberts
2019-06-10dgram: fix abort on bad argscjihrig
2019-06-10http2: do not register unnecessary listenersAntonio Kukas
2019-06-10process: improve queueMicrotask performanceAnatoli Papirovski
2019-06-10crypto: add debug info client emit secureConnectDaniel Bevenius
2019-06-09util: use Set to store deprecation codesDaniel Nalborczyk
2019-06-09util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-09src: only run preloadModules if the preload array is not emptySamuel Attard
2019-06-09process: code cleanup for nextTickAnatoli Papirovski
2019-06-08util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-08http: remove default 'timeout' listener on upgradeLuigi Pinca
2019-06-05trace_events: respect inspect() depthcjihrig
2019-06-04net: make writeAfterFIN() return falseLuigi Pinca
2019-06-02stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-06-02child_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-01http2: respect inspect() depthcjihrig
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-06-01http: call write callback even if there is no message bodyLuigi Pinca
2019-05-31errors: create internal connResetExceptionRich Trott
2019-05-31child_process: runtime deprecate _channelcjihrig
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-30crypto: fix KeyObject handle type error messageAlexander Avakov