summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-30stream: convert existing buffer when calling .setEncodingAnna Henningsen
2019-05-30lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry
2019-05-30console: fix table() outputBrian White
2019-05-29inspector: removing checking of non existent field in lib/inspector.jsKeroosha
2019-05-27child_process: simplify spawn argument parsingcjihrig
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-25assert: remove unreachable codeRich Trott
2019-05-25tls: support the hints optionLuigi Pinca
2019-05-24esm: refactor createDynamicModule()cjihrig
2019-05-24child_process: remove extra shallow copyzero1five
2019-05-23assert: remove unreachable codeRich Trott
2019-05-23http2: support net.Server optionsLuigi Pinca