2017-02-01

Notable changes

crypto:

ability to select cert store at runtime (Adam Majer) #8334

Use system CAs instead of using bundled ones (Adam Majer) #8334

deps:

upgrade npm to 4.1.2 (Kat Marchán) #11020

upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) #11021

doc: add basic documentation for WHATWG URL API (James M Snell) #10620

process: add NODE_NO_WARNINGS environment variable (cjihrig) #10842

url: allow use of URL with http.request and https.request (James M Snell) #10638

Commits

[61f6f1260d] - (SEMVER-MINOR) src/doc: improve man page and --help (Roman Reiss) #10157

[b2d0c44fb1] - assert: update comments (Kai Cataldo) #10579

[c217b438f2] - assert, tools: enforce strict (not)equal in eslint (Gibson Fahnestock) #10698

[94c4323d56] - async_wrap: close the destroy_ids_idlehandle (René Schünemann) #10385

[f61c71b533] - benchmark: add progress indicator to compare.js (Joyee Cheung) #10823

[ccdc922ada] - benchmark: move setImmediate benchmarks to timers (Joshua Colvin) #11010

[062c8513ad] - benchmark: add more thorough timers benchmarks (Jeremiah Senkpiel) #10925

[1e0294ccc9] - benchmark: add benchmark for object properties (Michaël Zasso) #10949

[47c0953b12] - benchmark: add benchmark for vm.runIn*() (Rich Trott) #10816

[2f339e7200] - benchmark: cleanup child_process IPC benchmark (Yuya Tanaka) #10557

[eac1871c45] - benchmark: improve WHATWG URL benchmarks (Joyee Cheung) #10678

[ecf72d8b54] - benchmark: use "confidence" in output of compare.R (Joyee Cheung) #10737

[35334273b9] - benchmark: don't lint autogenerated modules (Brian White) #10756

[4f96272f12] - benchmark: fix typo "categoty" -> "category" (Victor Felder) #10568

[2f4577c07d] - benchmark: keep decimals in results (Brian White) #10559

[372e3eeb4b] - benchmark: improve readability of net benchmarks (Brian White) #10446

[d19136da84] - benchmark: move punycode benchmark out of net (Brian White) #10446

[be24cc0187] - benchmark: add ClientRequest creation benchmark (Brian White) #10654

[1438d00119] - benchmark,lib,test: adjust for linting (Rich Trott) #10561

[d13aba8499] - buffer: improve compare() performance (Brian White) #10927

[6549bc2a35] - buffer: fix comments in bidirectionalIndexOf (dcposch@dcpos.ch) #10162

[a114f63627] - buffer: improve toJSON() performance (Brian White) #10895

[9c2f686f7e] - build: don't build deps/zlib if --shared-zlib set (Gibson Fahnestock) #10657

[659428fe1d] - build: sort sources alphabetically (Daniel Bevenius) #10892

[74f9cc9f0a] - build: move source files from headers section (Daniel Bevenius) #10850

[a408ba6454] - build: don't squash signal handlers with --shared (Stewart X Addison) #10539

[ddcd1a202f] - child_process: optimize IPC for large data (Yuya Tanaka) #10557

[d751afae0f] - cluster: refactor module into multiple files (cjihrig) #10746

[6687b95263] - crypto: return the retval of HMAC_Update (Travis Meisenheimer) #10891

[a1897c1445] - (SEMVER-MINOR) crypto: ability to select cert store at runtime (Adam Majer) #8334

[aeea13b6f6] - (SEMVER-MINOR) crypto: Use system CAs instead of using bundled ones (Adam Majer) #8334

[ac2b059500] - (SEMVER-MINOR) crypto: do not use pointers to std::vector (Adam Majer) #8334

[5fd0f9ae63] - crypto: freelist_max_len is gone in OpenSSL 1.1.0 (Adam Langley) #10859

[4e7a31b3a0] - crypto,tls: fix mutability of return values (Rich Trott) #10795

[84a9c158ef] - deps: fix npm files from upgrade to 4.1.2 (João Reis) #11085

[9e60af893c] - deps: upgrade npm to 4.1.2 (Kat Marchán) #11020

[da59a57d60] - deps: limit regress/regress-crbug-514081 v8 test (Michael Dawson) #6678

[edd20720ac] - deps: update openssl asm and asm_obsolete files (Shigeki Ohtsu) #11021

[ce20ad76ec] - deps: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) nodejs/io.js#1836

[06f87c3e0a] - deps: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) iojs/io.js#1389

[093cacf61b] - deps: fix openssl assembly error on ia32 win32 (Fedor Indutny) iojs/io.js#1389

[a3b3b35c53] - deps: copy all openssl header files to include dir (Shigeki Ohtsu) #11021

[6a0f1fabb1] - deps: upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) #11021

[1fae98b833] - deps: upgrade npm to 4.1.1 (Rebecca Turner) #10781

[6e0888ad9e] - deps: add test for v8 bug in toUpper('ç') (Steven R. Loomis) #9828

[1c4bf9e8ff] - deps: cherry-pick 2f5da9a from V8 upstream (Steven R. Loomis) #9828

[ffd938a694] - deps: upgrade libuv to 1.10.2 (cjihrig) #10717

[aa6b9f979e] - deps: cherry-pick baba152 from V8 upstream (Michaël Zasso) #10688

[5887396150] - deps: cherry-pick a814b8a from upstream V8 (ishell@chromium.org) #10733

[cfc4c62249] - doc: correct and complete dgram's Socket.bind docs (Alex Jordan) #11025

[55e98c66c0] - doc: add abouthiroppy to collaborators (Yuta Hiroto) #11080

[722ae8700f] - doc: add who to CC list for dgram (cjihrig) #11035

[a8533acee6] - doc: change logical to bitwise OR in dns lookup (Sakthipriyan Vairamani (thefourtheye)) #11037

[ac36d78d56] - doc: fix typo in http.md (Peter Mescalchin) #10975

[0bf3b24771] - doc: remove Chris Dickinson from active releasers (Ben Noordhuis) #11011

[9ca404ed25] - doc: for style, remove "isn't" contraction (Sam Roberts) #10981

[4be9e98448] - doc: make os api doc more consistent (Evan Lucas) #10994

[7dff6aa67f] - doc: update http.md for consistency and clarity (Lance Ball) #10715

[dd608591a8] - doc: clarify Buffer.indexOf/lastIndexOf edge cases (dcposch@dcpos.ch) #10162

[5250b3358e] - doc: document argument variant in the repl.md (Vse Mozhet Byt) #10221

[c4b9f0a75e] - doc: DEFAULT_ECDH_CURVE was added in 0.11.13 (Sam Roberts) #10983

[84e2ff3738] - (SEMVER-MINOR) doc: add basic documentation for WHATWG URL API (James M Snell) #10620

[9d91bf9788] - doc: HTTP response getHeader doc fix (Faiz Halde) #10817

[06acf88117] - doc: remove duplicate properties bullet in readme (Javis Sullivan) #10741

[09ac2a2cb7] - doc: specify sorted requires in tests (Sam Roberts) #10716

[f380a5fb5a] - doc: mention cc-ing nodejs/python team for reviews (Anna Henningsen) #10637

[58bb263438] - doc: update TheAlphaNerd to MylesBorins (Myles Borins) #10586

[1253650cf4] - doc: update examples in api/crypto.md (Vse Mozhet Byt) #10909

[3177d6557a] - doc: move topics/guides to website (Evan Lucas) #10896

[d2896d92a7] - doc: update AUTHORS list to fix name (Noah Rose Ledesma) #10945

[4ffcefdc09] - doc: add TimothyGu to collaborators (Timothy Gu) #10954

[3fcf0aed4a] - doc: mention moderation repo in onboarding doc (Anna Henningsen) #10869

[79d8db0fef] - doc: add edsadr to collaborators (Adrian Estrada) #10883

[520b1f7853] - doc: clarifying variables in fs.write() (Jessica Quynh Tran) #9792

[daf1bf588b] - doc: add links for zlib convenience methods (Anna Henningsen) #10829

[aeaf887700] - doc: fix markdown escaping in CHANGELOG_V7.md (Anna Henningsen) #10827

[c8b0fc6d8b] - doc: remove duplicate PR link from changelog (Anna Henningsen) #10827

[049258b062] - doc: fixup added tags in cli.md (Anna Henningsen) #10826

[61798d1fa4] - doc: add missing added: tag for zlib.constants (Anna Henningsen) #10826

[73939ec701] - doc: clarify memory sharing behavior of buffer ctor (Zach Bjornson) #10778

[f8b081b519] - doc: fix broken internal link in process.md (Anna Henningsen) #10828

[a53f881f57] - doc: update writable.write return value (Nathan Phillip Brink) #10582

[6e1a3d1e57] - doc: use correct tls certificate property name (Sam Roberts) #10389

[23edfe00b3] - doc: edit writing-tests.md (Rich Trott) #10585

[9b73a8524f] - doc: fix misleading language in vm docs (Alexey Orlenko) #10708

[56ea7eb9a7] - doc: mention cc-ing nodejs/url team for reviews (Anna Henningsen) #10652

[66b34eac2f] - doc: sort require statements in tests (Sam Roberts) #10616

[238466bcf0] - doc: handle backpressure when write() return false (Matteo Collina) #10631

[ec226a2a3b] - doc: add test naming information to guide (Rich Trott) #10584

[b73e98bf48] - doc: fix missing negation in stream.md (Johannes Rieken) #10712

[bf95b074cd] - doc: "s/git apply/git am -3" in V8 guide (Myles Borins) #10665

[9c89b2f704] - doc: update LTS info for current releases (Evan Lucas) #10720

[3f1775707e] - doc: correct vcbuild options for windows testing (Jonathan Boarman) #10686

[8314d9ee73] - doc: killSignal option accepts integer values (Sakthipriyan Vairamani (thefourtheye)) #10424

[736a7f3dd3] - doc: update BUILDING.md (Lukasz Gasior) #10669

[f81bd48818] - doc: document use of Refs: for references (Gibson Fahnestock) #10670

[b70dde0050] - doc: new TLSSocket has no secure context options (Sam Roberts) #10545

[d3628d9e47] - doc: modernize child_process example code (Vse Mozhet Byt) #10102

[3270d4c89b] - doc: clarify information about ABI version (Rich Trott) #10419

[1fca69c263] - doc,test: tls .ca option supports multi-PEM files (Sam Roberts) #10389

[78a495e1a4] - eslint: remove dangling eslint symlink (Sam Roberts) #10771

[5cca69320f] - events: avoid emit() eager deopt (Victor Felder) #10568

[ded17579e5] - events: improve removeListener() performance (Brian White) #10572

[d047f8e8f8] - fs: remove unused parameter for encodeRealpathResult (Jackson Tian) #10862

[4c0f29723c] - http: use direct parameters instead (Jackson Tian) #10833

[c32984361a] - http: make request.abort() destroy the socket (Luigi Pinca) #10818

[8ba2cf9c51] - http: define all used properties in constructors (vitkarpov) #9116

[75aa6050ab] - http: eliminate capture of ClientRequest in Agent (Evan Torrie) #10134

[5059b76cbc] - http: misc ClientRequest cleanup (Brian White) #10654

[44c0e4f1ad] - http: avoid duplicate isArray() (Brian White) #10654

[e7859c217f] - http: optimize default method case (Brian White) #10654

[c9bff043c7] - http: optimize short path validation (Brian White) #10654

[c012dd79dc] - https: Use secureProtocol in Agent#getName (Andreas Lind) #9452

[9a111e701e] - inspector: no crash when WS server can't start (Eugene Ostroukhov) #10878

[2d08bbadd6] - inspector: stop relying on magic strings (Eugene Ostroukhov) #10159

[e30e307a70] - inspector: move options parsing (Eugene Ostroukhov) #9691

[60f27f91e4] - inspector: remove unused uv_async_t (Eugene Ostroukhov) #10392

[a3abba0b1a] - lib: remove unnecessary parameter for assertCrypto() (Jackson Tian) #10834

[4de7b03a7d] - lib: refactor bootstrap_node.js regular expression (Rich Trott) #10749

[a6c93af244] - lib: refactor crypto cipher/hash/curve getters (Rich Trott) #10682

[6e8d627217] - lib,src: support values > 4GB in heap statistics (Ben Noordhuis) #10186

[de8eee6b16] - meta: decharter the http working group (James M Snell) #10604

[4caa0126aa] - openssl: fix keypress requirement in apps on win32 (Shigeki Ohtsu) iojs/io.js#1389

[d24491c6a7] - (SEMVER-MINOR) process: add NODE_NO_WARNINGS environment variable (cjihrig) #10842

[97ff43232b] - querystring: improve unescapeBuffer performance (Brian White) #10837

[f4796d5f6e] - querystring: improve stringify() performance (Brian White) #10852

[53421b174c] - querystring: improve parse() performance (Brian White) #10874

[d64e2371f6] - readline: refactor construct Interface (Jackson Tian) #4740

[e7b656db6e] - Revert "repl: disable Ctrl+C support on win32 for now" (Anna Henningsen) #8645

[a24264eb18] - src: fix v8 local handling in node_url.cc (Anna Henningsen) #11064

[8a6367cb20] - Revert "src: don't overwrite non-writable vm globals" (Anna Henningsen) #10920

[978acd138f] - (SEMVER-MINOR) src: support "--" after "-e" as end-of-options (John Barboza) #10651

[cd94642356] - src: add NODE_NO_WARNINGS to --help output (cjihrig) #10918

[63f43021b0] - src: remove unused PROTOCOL_JSON array (Ben Noordhuis) #10407

[5a976decf7] - src: remove unnecessary req_wrap_obj (Daniel Bevenius) #10942

[0c0334f7a4] - src: add a missing space in node_os.cc (Alexey Orlenko) #10931

[b89d848b36] - src: enable writev for pipe handles on Unix (Alexey Orlenko) #10677

[f0de955220] - src: reduce test_inspector_socket_server output (Daniel Bevenius) #10537

[59196af646] - stream: avoid additional validation for Buffers (Brian White) #10580

[fe80bd9600] - test: add 2nd argument to throws in test-assert (Marlena Compton) #11061

[8ef4add4c3] - test: require handler to be run in sigwinch test (Rich Trott) #11068

[e367b74c4f] - test: add an exception test to http-write-head (Yuta Hiroto) #11034

[65691d68d5] - test: increase coverage of internal/util (DavidCai) #10964

[0753bc17b6] - test: increase timeout in break-on-uncaught (Sakthipriyan Vairamani (thefourtheye)) #10822

[eff3a48e63] - test: add known_issues test for #10223 (AnnaMag) #11024

[72a97b66dc] - test: guarantee test runs in test-readline-keys (Rich Trott) #11023

[e3a316f3e6] - test: check error message in test-http-outgoing-proto (Alex Ling) #10943

[fcd08b8a1e] - test: add tests for searchParams (abouthiroppy) #10952

[f3efaeed35] - test: increase coverage for stream's duplex (abouthiroppy) #10963

[b5e8413c3f] - test: allow for slow hosts in spawnSync() test (Rich Trott) #10998

[cfd1b19c34] - test: expand test coverage of fs.js (Vinícius do Carmo) #10947

[4aedde8d82] - test: expand test coverage of events.js (Vinícius do Carmo) #10947

[c1e166a168] - test: check noAssert option in buf.write*() (larissayvette) #10790

[580a453fcf] - test: expand test coverage of fs.js (Vinícius do Carmo) #10972

[fa8baa2aa1] - test: enhance test-timers (Rich Trott) #10960

[74ff804dbd] - test: add regression tests for vm bugs (Anna Henningsen) #10920

[1a39bfb7e2] - test: increase coverage for exec() functions (cjihrig) #10919

[4b38744e9b] - test: add process.assert's test (abouthiroppy) #10911

[e7c953a5f9] - test: update Buffer.lastIndexOf (dcposch@dcpos.ch) #10162

[eb7ee50717] - test: improve code in test-crypto-verify (Adrian Estrada) #10845

[efa9845946] - test: refactor test-cli-eval.js (cjihrig) #10898

[b7bf43aa2b] - test: use common.fail() instead of assert(false) (cjihrig) #10899

[90a99177a3] - test: add dgram.Socket.prototype.bind's test (abouthiroppy) #10894

[dc826caed2] - test: update V8 flag in test (Franziska Hinkelmann) #10917

[537d954ed2] - test: increase coverage of string-decoder (abouthiroppy) #10863

[3cd9833eff] - test: add tests for rs+, sr+ to test-fs-open-flags.js (abouthiroppy) #10780

[c8a069e544] - test: improving coverage of dns-lookup (abouthiroppy) #10844

[939517abfd] - test: refactor test-fs-read-zero-length.js (abouthiroppy) #10729

[ffdf605f14] - test: improving coverage for dgram (abouthiroppy) #10783

[1666600f16] - test: improve code in test-console-instance (Adrian Estrada) #10813

[b496374363] - test: improve code in test-domain-multi (Adrian Estrada) #10798

[46bbabe6c2] - test: improve test-stream2-large-read-stall (stefan judis) #10725

[7f043779eb] - test: improve code in test-http-host-headers (Adrian Estrada) #10830

[66c57a24c2] - test: add test case to test-http-response-statuscode.js (abouthiroppy) #10808

[4a7bb5b4d1] - test: improve the code in test-crypto-dh (Adrian Estrada) #10734

[825842c185] - test: getgroups() may contain duplicate GIDs (Sam Roberts) #10389

[c6618df2cc] - test: improve test stream transform constructor (Adrian Estrada) #10699

[51f4c8bf5c] - test: s/assert.equal/assert.strictEqual/ (Gibson Fahnestock) #10698

[a6bd287724] - test: use eslint to fix var->const/let (Gibson Fahnestock) #10685

[e6b6ce429c] - test: refactor test-http-mutable-headers.js (cjihrig) #10664

[8262d49a44] - test: refactor cluster-preload.js (abouthiroppy) #10701

[fc0551072b] - test: improve test-crypto-rsa-dsa (Adrian Estrada) #10681

[727c5e3c96] - test: improve test-fs-write-file-sync (Adrian Estrada) #10624

[50130220dc] - test: s/assert.notEqual()/assert.notStrictEqual()/ (cjihrig) #10541

[44174a52a6] - test: refactor the code in test-util-debug.js (sivaprasanna) #10531

[b1c742e107] - test: improve test-fs-access (Adrian Estrada) #10542

[db7b27abb9] - test: refactor beforeExit tests (Rich Trott) #10581

[33851d1e2c] - test: fix process.title expectation (Sakthipriyan Vairamani (thefourtheye)) #10597

[af2bea70e0] - test: refactor test-beforeexit-event-exit.js (cjihrig) #10577

[0a2fb0d3e1] - test: refactor several parallel/test-timer tests (Beth Griggs) #10524

[dba8d20ccc] - test: improve the code in test-fs-read-stream (Adrian Estrada) #10556

[eba9add48e] - test: refactor test-timer-close (BethGriggs) #10517

[dd9aefde69] - test: use const for all require() calls (cjihrig) #10550

[807e99b81d] - test: validate errors in test-buffer-indexof (Adrian Estrada) #10752

[32da59ab18] - test: fix broken assertion (cjihrig) #10840

[29a4d354bc] - test: refactor test-cli-eval.js (Sumit Goel) #10759

[a06419b045] - test: refactor test-stream2-readable-wrap.js (David Goussev) #10551

[55377db9b0] - test: refactor test-stream-transform-object (Rich Trott) #10588

[fb35ca3598] - test: test hmac binding robustness (Sam Roberts) #10923

[94a266e1ef] - test: refactor the code in test-fs-watch.js (sivaprasanna) #10357

[3575f5159e] - test: reduce unmanaged parallelism in domain test (Joyee Cheung) #10329

[7822d86ee6] - test: increase usage of assert.ifError() (cjihrig) #10543

[e161dcf1fc] - test: add dgram.Socket.prototype.sendto's test (abouthiroppy) #10901

[be3e82dbbb] - test: check error message in test-fs-make-callback (legalcodes) #10914

[67d97bce5a] - test: improve test-assert (richnologies) #10916

[69a04a9c7b] - test: increase coverage for punycode's decode (abouthiroppy) #10940

[8778fca82b] - test: check fd 0,1,2 are used, not access mode (John Barboza) #10339

[e80f35c973] - test: verify shell option internals (cjihrig) #10924

[9d5170f850] - test: fix flaky test-regress-GH-897 (Rich Trott) #10903

[c60d87b1ad] - test: don't connect to :: (use localhost instead) (Gibson Fahnestock) #10854

[aa4b028523] - test: improve test-fs-open-flags (Vinícius do Carmo)

[35d665958e] - test: increase coverage of _http_outgoing (abouthiroppy) #10820

[c4f16949b8] - test: add message verification on assert.throws (Travis Meisenheimer) #10890

[5ce2ac800b] - test: refactor test-repl-tab-complete (Rich Trott) #10879

[999f685a69] - test: simplify array initialization (Rich Trott) #10860

[c77078f29f] - test: have inspector test pick an open port (Eugene Ostroukhov) #10861

[aa8771f842] - test: use common.hasIntl in tests related to ICU (Daijiro Wachi) #10841

[5b38776243] - test: add http-common's test (abouthiroppy) #10832

[96babb2090] - test: tests for _readableStream.awaitDrain (Mark) #8914

[7165f1d409] - test: improve the code in test-process-cpuUsage (Adrian Estrada) #10714

[b5c0b43efa] - test: increase test-crypto.js strictness (Rich Trott) #10784

[d818cfaaad] - test: improve test-fs-write-stream-throw-type (Adrian Estrada) #10779

[77cbc26a96] - test: delete duplicate test of noAssert in readUInt* (larissayvette) #10791

[36db5a663a] - test: add http_incoming's matchKnownFields test (abouthiroppy) #10811

[31d3a22989] - test: skip test-icu-transcode if Intl is not present (Daijiro Wachi) #10707

[8b02b4ebb4] - test: check error msg test-writeint.js (Irene Li) #10755

[5aad0ccefe] - test: no unused args test-fs-watch-file.js (istinson) #10758

[fca0da711d] - test: improve tests in pummel/test-exec (Chase Starr) #10757

[7d917dcb27] - test: fix temp-dir option in tools/test.py (Gibson Fahnestock) #10723

[6b54024324] - test: use realpath for NODE_TEST_DIR in common.js (Gibson Fahnestock) #10723

[c6aeb4491b] - test: fix linting for test-tls-add-ca-cert.js (Sam Roberts) #10771

[542f65c66b] - test: tls cert chain completion scenarios (Sam Roberts) #10389

[97a8bd20c6] - test: check tls server verification with addCACert (Sam Roberts) #10389

[ebcf834c14] - test: move common tls connect setup into fixtures (Sam Roberts) #10389

[30926ac6d6] - test: move resource intensive test to sequential (Rich Trott) #10744

[06a1e9eb7b] - test: add test for noAssert option in buf.read*() (larissayvette) #10713

[160d0381d2] - test: refactor test-crypto-padding-aes256 (adelmann) #10622

[cb111c96cc] - test: refactor the code of test-keep-alive.js (sivaprasanna) #10684

[dbb7727320] - test: validate 'expected' argument to mustCall() (Nathan Friedly) #10692

[e408f0a1f5] - test: fix misplaced ) in http response statuscode test (Nathan Friedly) #10692

[4c8676bc26] - test: refactor test-doctool-html.js (abouthiroppy) #10696

[da572131db] - test: improve the code in test-process-hrtime (Adrian Estrada) #10667

[17d9a739c1] - test: refactor test-watch-file.js (sivaprasanna) #10679

[cf5579d746] - test: improve zlib-from-gzip-with-trailing-garbage (Michael Lefkowitz) #10674

[2d856097b3] - test: refactor the code in test-child-process-spawn-loop.js (sivaprasanna) #10605

[1329eb47f0] - test: allow testing uid and gid separately (cjihrig) #10647

[4aa32c196a] - test: improve code in test-https-strict (Adrian Estrada) #10648

[e78de99bcb] - test: improve test-http-chunked-304 (Adrian Estrada) #10462

[ff23d8112a] - test: improve test-fs-readfile-zero-byte-liar (Adrian Estrada) #10570

[38bdfb0b8e] - test: refactor test-fs-utimes (Junshu Okamoto) #9290

[09f35a49e3] - test: provide duration/interval to timers (Rich Trott) #9472

[06a82436c2] - test: improve test-event-emitter-modify-in-emit (Adrian Estrada) #10600

[736b95a617] - test: check error and cleanups in test-fs-read-buffer (Anna Henningsen) #10611

[a77940c2d5] - test: mark test-tty-wrap as flaky for AIX (Michael Dawson) #10618

[cf875d17f3] - test: improve test-fs-null-bytes (Adrian Estrada) #10521

[656ba86a27] - test: fix Coverity warning in inspector test (Eugene Ostroukhov) #10510

[9916ee8c36] - test: refactor test-https-truncate (Rich Trott) #10225

[4ff1d3107f] - test: add http.ClientRequest defaults test (Brian White) #10654

[1555ced404] - test, win: fix up symlink tests (Hitesh Kanwathirtha) #10477

[4323c8018e] - test,cluster: add test-cluster-worker-deprecated (Rich Trott) #10675

[33af09fe6a] - test,net: add tests for server.connections (Rich Trott) #10762

[fc2db50021] - test,repl: add coverage for repl .clear+useGlobal (Rich Trott) #10777

[84bf04b0c1] - test,util: remove lint workarounds (Rich Trott) #10785

[c6af766ad9] - test-console: streamline arrow fn and refine regex (John Maguire) #11039

[8fae9d4cfb] - tools: rename eslintrc to an undeprecated format (Sakthipriyan Vairamani) #7699

[dd5a4e1d75] - tools: update ESLint to current version (Rich Trott) #10561

[c92b8ecd81] - (SEMVER-MINOR) tools: add mdn link for Iterator (James M Snell) #10620

[dec5900c42] - tools: add lint rule to enforce timer arguments (Ric

Show more