summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-05-23tls: set tlsSocket.servername as early as possibleoyyd
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-20esm: use correct error argumentscjihrig
2019-05-20child_process: setup stdio on error when possiblecjihrig
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-20util: remove outdated commentRuben Bridgewater
2019-05-20util: unify constructor inspection in `util.inspect`Ruben Bridgewater
2019-05-20util: simplify inspection limit handlingRuben Bridgewater
2019-05-20tls: expose built-in root certificatesBen Noordhuis
2019-05-20bootstrap: --frozen-intrinsics unfreeze consoleGuy Bedford
2019-05-20http: always call response.write() callbackLuigi Pinca
2019-05-20http: do not default to chunked encoding for TRACELuigi Pinca
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-19http: add an alias at addListener on Server connection sockethimself65
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich