Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-02module: 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-27doc: 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-24dgram: 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-19util: access process states lazily in debuglogJoyee Cheung
2019-04-19lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-18util: fix wrong usage of Error.prepareStackTraceSimon Zünd
2019-04-18path: simplify normalizeStringRuben Bridgewater
2019-04-18child_process: change the defaults maxBuffer sizekohta ito
2019-04-17worker: improve coverageRuben Bridgewater
2019-04-17worker: simplify filename checksRuben Bridgewater
2019-04-17dns: do not indicate invalid IPs are IPv6Rich Trott
2019-04-17dns: refactor internal/dns/promises.jsRich Trott
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-16stream: inline onwriteStateUpdate()Luigi Pinca
2019-04-16repl: add welcome messagegengjiawen
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-15util: only sort weak entries onceRuben Bridgewater
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-15buffer: use stricter range checksRuben Bridgewater
2019-04-13lib: use primordials in domexception.jsJoyee Cheung
2019-04-13lib: create primordials in every contextJoyee Cheung