summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-05-09module: handle relative paths in resolve pathscjihrig
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh
2019-05-08repl: handle uncaughtException properlyRuben Bridgewater
2019-05-05assert: use less read operationsRuben Bridgewater
2019-05-05assert: refine assertion messageRuben Bridgewater
2019-05-05assert: fix `assert.fail()` stackRuben Bridgewater
2019-05-05tls: add --tls-min-v1.2 CLI switchSam Roberts
2019-05-04util: inspect constructor closerRuben Bridgewater
2019-05-03module: throw on require('./path.mjs');Myles Borins
2019-05-03module: add createRequire methodMyles Borins
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-05-02util: better number formattersRuben Bridgewater
2019-05-02util: improve function inspectionRuben Bridgewater
2019-05-02stream: remove TODO and add a description insteadRuben Bridgewater
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-05-02tls: support enableTrace in TLSSocket()cjihrig
2019-05-02tls: simplify enableTrace logiccjihrig
2019-05-01module: allow passing a directory to createRequireFromPathGilles De Mey
2019-05-02fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor
2019-05-01buffer,errors: improve bigint, big numbers and moreRuben Bridgewater
2019-04-30repl: handle stage-3 language features properlyRuben Bridgewater
2019-04-30repl: add new language features to top level await statementsRuben Bridgewater
2019-04-30assert: use new language featuresRuben Bridgewater
2019-04-30http: `servername === false` should disable SNIFedor Indutny
2019-04-30buffer: remove unreachable codeRich Trott
2019-04-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
2019-04-29console: use consolePropAttributes for k-bind properties (reland)Ruben Bridgewater