summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-04-29tls: allow enabling the TLS debug traceSam Roberts
2019-04-29child_process: only stop readable side of stream passed to procAnna Henningsen
2019-04-29lib: remove outdated optimizationsWeijia Wang
2019-04-29repl: add autocomplete for filesystem modulesAnto Aravinth
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-26doc: update comment in bootstrap for primordialsMyles Borins
2019-04-26process: improve cwd performanceRuben Bridgewater
2019-04-26util: add prototype support for boxed primitivesRuben Bridgewater
2019-04-26bootstrap: delay the instantiation of maps in per-context scriptsJoyee Cheung
2019-04-25util: rename setIteratorBraces to getIteratorBracesRuben Bridgewater
2019-04-25util: improve `Symbol.toStringTag` handlingRuben Bridgewater
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-23dgram: change 'this' to 'self' for 'isConnected'MaleDong
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-22src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-21vm: remove require('util') from lib/vm/source_text_module.jsfreestraws
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-20lib: use getOptionValue instead of process underscore aliasesJoyee Cheung