summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-18tls: support `net.Server` optionsLuigi Pinca
2019-05-18http2: do no throw in writeHead if state.closedMatteo Collina
2019-05-18stream: implement Readable.from async iterator utilityGuy Bedford
2019-05-17events: improve max listeners warningRuben Bridgewater
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-16console: don't attach unnecessary error handlerscjihrig
2019-05-16util: reconstruct constructor in more casesRuben Bridgewater
2019-05-16assert: remove unused codeRuben Bridgewater
2019-05-16assert: add compatibility for older Node.js versionsRuben Bridgewater
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-16child_process: refactor stdioStringToArray functionzero1five
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-14fs: extract path conversion and validation to getValidatedPathZYSzys
2019-05-14esm: fix esm load bugZYSzys
2019-05-13lib: fix typo in pre_execution.jsgengjiawen
2019-05-13assert: loose deep equal should not compare symbol propertiesRuben Bridgewater
2019-05-13module: fix createRequireFromPath() slash logiccjihrig
2019-05-13module: add missing space in error messagecjihrig
2019-05-13async_hooks: only disable promise hook if wantedAnna Henningsen
2019-05-13http2: do not override the allowHalfOpen optionLuigi Pinca
2019-05-13module: simplify createRequire() validationcjihrig
2019-05-12lib: restore `global.module` after --eval code is runAnna Henningsen
2019-05-12repl: do not run --eval code if there is noneAnna Henningsen
2019-05-10module: improve resolve paths validationcjihrig
2019-05-10tls: fix createSecureContext() cipher list filterSam Roberts
2019-05-10tls: add missing 'new'cjihrig
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss