summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-12-06deps: upgrade to libuv 1.34.0cjihrig
2019-12-06tools: update remark-preset-lint-node to 1.11.0Rich Trott
2019-12-05deps: fix OPENSSLDIR on WindowsShigeki Ohtsu
2019-12-05tools: update icu to 65.1Albert Wang
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-12-06http2: streamline OnStreamRead streamline memory accountingDenys Otrishko
2019-12-06http2: small clean up in OnStreamReadDenys Otrishko
2019-12-05build: remove (almost) unused macros/constantsbcoe
2019-12-05doc,benchmark: move benchmark guide to benchmark directoryRich Trott
2019-12-05doc: improve napi formattingRuben Bridgewater
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-05test: use callback arguments in getconnections testRich Trott
2019-12-05doc: add documentation about node_mksnapshot and mkcodecacheJoyee Cheung
2019-12-05module: fixup lint and test regressionsGuy Bedford
2019-12-04module: ignore resolution failures for inspect-brkMaël Nison
2019-12-04lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-04test: improve wasi test coverageRich Trott
2019-12-04test: simplify tmpdir import in wasi testsRich Trott
2019-12-04doc: remove imprecise and redundant testing textRich Trott
2019-12-04module: add warnings for experimental flagsRongjian Zhang
2019-12-04test: remove duplicate entries from root.statusRichard Lau
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-12-04tools: update ESLint to 6.7.2Rich Trott
2019-12-04test: increase debugging information in subprocess testRich Trott
2019-12-04inspector: do not access queueMicrotask from globalMichaël Zasso
2019-12-03doc: remove usage of "Node" in favor of "Node.js"Rich Trott
2019-12-03doc: revise addons introduction for brevity and clarityRich Trott
2019-12-04doc: fix up N-API docNickNaso
2019-12-03http: remove unused hasItems() from freelistRich Trott
2019-12-03doc: adds assert doc for strict mode with pointer to strict equalityShobhit Chittora
2019-12-03fs: fix existsSync for invalid symlink at win32Rongjian Zhang
2019-12-03worker: add argv constructor optionlegendecas
2019-12-03tls: expose IETF name for current cipher suiteSam Roberts
2019-12-03doc: Buffer.toString(): add note about invalid dataJan-Philip Gehrcke
2019-12-03doc: clarify text about using 'session' event for compatibilityRich Trott
2019-12-03src: delete redundant method in node_dir.hgengjiawen
2019-12-03src: remove redundant cast in node_dir.ccgengjiawen
2019-12-03src: improve node_crypto.cc memory allocationPriyanka Kore
2019-12-03src: fix node_dir.cc memory allocationPriyanka Kore
2019-12-032019-12-03, Version 13.3.0 (Current)Ruben Bridgewater
2019-12-03test: use block-scoping in test-net-server-addressRich Trott
2019-12-03doc: update status of Python 3 supportMichael Dawson
2019-12-03test: move test-child-process-fork-getconnections to parallelRich Trott
2019-12-03test: change common.PORT to arbitrary portRich Trott
2019-12-03http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina