-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.11.0 proposal #13059
v6.11.0 proposal #13059
Conversation
Backport-PR-URL: #12504 PR-URL: #12162 Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
ESLint 3.19.0 allows the specification of selectors that represent disallowed syntax. Replace our custom rule for timer arguments with a pair of `no-restricted-syntax` option objects. PR-URL: #12504 Reviewed-By: Myles Borins <[email protected]>
Eslint Rule: Disallow useless escape in regex character class with optional override characters option and auto fixable with eslint --fix option. Usage: no-useless-regex-char-class-escape: [2, { override: ['[', ']'] }] PR-URL: #9591 Reviewed-By: Teddy Katz <[email protected]>
>= 4.8.5 is required because of compiler bugs in earlier versions PR-URL: #11840 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Currently test-tls-socket-close will fail if node was built using --without-ssl. This commit adds a check to verify is crypto support exists and if not skip this test. PR-URL: #11911 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #10020 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Squashed from: - child_process: fix IPC bench to obey send() ret val - child_process: fix IPC benchmark message has two more bytes - child_process: use setImmediate for IPC bench PR-URL: #10557 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Squashed from: - child_process: stop indexOf() on whole IPC buffer - child_process: get rid of forEach() and slice() in IPC - child_process: get rid of another forEach() in IPC Fixes: #3145 PR-URL: #10557 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This brings the node::MakeCallback and node::AsyncWrap::MakeCallback implementations into alignment in that they return early if the nextTickQueue is empty after processing the MicrotaskQueue. Include test to make sure early return happens. Test has text explaining the conditions for the test to pass, since it relies on internal mechanisms that aren't guaranteed in the future. PR-URL: #10274 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Use the original property descriptor instead of just taking the value, which would, by default, be non-writable and non-configurable. PR-URL: #9306 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
This change was suggested by bnoordhuis in the following comment: #9163 (comment) Not including any tests as this is covered by test/addons/at-exit. PR-URL: #12255 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Forced conversion of the encoding parameter to a string within crypto.js, fixing segmentation faults in node_crypto.cc. Fixes: #9819 PR-URL: #12164 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
* Add the personal pronoun for @aqrln. * Fix incorrectly ordered @lucamaraschi entry. PR-URL: #12750 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Timothy Gu <[email protected]>
test-https-set-timeout-server fails under load. Move it to sequential so it is not competing with other tests. PR-URL: #12704 Fixes: #10130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #12731 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Timothy Gu <[email protected]>
Replaced constructor with regular expression for assert.throw(). PR-URL: #12602 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
We should not use hardcoded string to warn users about file was generated by configure script. Since we already have do_not_edit variable we can use it PR-URL: #12610 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
PR-URL: #12629 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
PR-URL: #12588 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
Symlink added in f44969a, but it doesn't point to a file, causing problems for tooling.
This commit adds a mustNotCall() helper for testing. This provides an alternative to using common.fail() as a callback, or creating a callback function for the sole purpose of calling common.fail(). PR-URL: #11152 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
PR-URL: #12599 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Replaced TypeError with a regular expression of the actual error. PR-URL: #12591 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
acdee15
to
ec15255
Compare
* Add `no-useless-concat: error` to .eslintrc.yaml. * Apply no-useless-concat rule to tests. PR-URL: #12613 Backport-PR-URL: #13056 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
ec15255
to
e6a9ac0
Compare
Notable Changes: Coming Soon PR-URL: #13059
ci: https://ci.nodejs.org/job/node-test-pull-request/8138/ Pulled in libuv 1.11.0 to fix the aix problems. @nodejs/lts or any libuv folks LMK if there is a reason to roll this back |
This is to override GitHub's default behaviour that links to the image's source file, which isn't very helpful in our case. PR-URL: #12307 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixes: #10165 Fixes: #9856 Fixes: #10607 Fixes: #11104 PR-URL: #11094 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
On AIX, watch feature depends on AHAFS based Event infrastructure. While in principle the watch use case is same across platforms, there are subtle differences in the way AIX deals with this, with few behavioral changes (external). This commit addresses an assertion failure on folder watch, enabling the AIX code for watch feature which was masked under a macro, open up relevant test cases, skip tests which comes under the AIX limitation, and make the document changes as appropriate. Refs: #11094 Refs: #5085 PR-URL: #10085 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
#5085 has been completed so presumably test-fs-watch is not flaky on AIX anymore. Remove flaky designation from sequential.status. PR-URL: #12564 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
e6a9ac0
to
8a15e69
Compare
Reversed "actual" and "expected" arguments for assert.strictEqual(). Replaced constructor with regular expression for assert.throws(). PR-URL: #12595 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Bryan English <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
8a15e69
to
1892149
Compare
Notable Changes: Coming Soon PR-URL: #13059
One more citgm https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/852/ v6.10.3 for comparison: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/856/ |
List of commits LGTM. Nothing stands out as being a concern. |
* The following function from <unicode/normlzr.h> is used: normalize() * Until ICU 59, <unicode/normlzr.h> is indirectly included, but this changed with the 59 release. Adding this header has been the right thing to do for many years, so it is backwards compatible and fix compilation with recent ICU. Refs: #13022 PR-URL: #13040 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
This LTS release comes with 126 commits. This includes 40 which are test related, 32 which are doc related, 12 which are build / tool related and 4 commits which are updates to dependencies. Notable Changes: * build: - support for building mips64el (nanxiongchao) #10991 * cluster: - disconnect() now returns a reference to the disconnected worker. (Sean Villars) #10019 * crypto: - ability to select cert store at runtime (Adam Majer) #8334 - Use system CAs instead of using bundled ones (Adam Majer) #8334 - The `Decipher` methods `setAuthTag()` and `setAAD` now return `this`. (Kirill Fomichev) #9398 - adding support for OPENSSL_CONF again (Sam Roberts) #11006 - make LazyTransform compabile with Streams1 (Matteo Collina) #12380 * deps: - upgrade libuv to 1.11.0 (cjihrig) #11094 - upgrade libuv to 1.10.2 (cjihrig) #10717 - upgrade libuv to 1.10.1 (cjihrig) #9647 - upgrade libuv to 1.10.0 (cjihrig) #9267 * dns: - Implemented `{ttl: true}` for `resolve4()` and `resolve6()` (Ben Noordhuis) #9296 * process: - add NODE_NO_WARNINGS environment variable (cjihrig) #10842 * readline: - add option to stop duplicates in history (Danny Nemer) #2982 * src: - support "--" after "-e" as end-of-options (John Barboza) #10651 * tls: - new tls.TLSSocket() supports sec ctx options (Sam Roberts) #11005 - Allow obvious key/passphrase combinations. (Sam Roberts) #10294 PR-URL: #13059
1892149
to
40859e2
Compare
This LTS release comes with 126 commits. This includes 40 which are test related, 32 which are doc related, 12 which are build / tool related and 4 commits which are updates to dependencies. Notable Changes: * build: - support for building mips64el (nanxiongchao) #10991 * cluster: - disconnect() now returns a reference to the disconnected worker. (Sean Villars) #10019 * crypto: - ability to select cert store at runtime (Adam Majer) #8334 - Use system CAs instead of using bundled ones (Adam Majer) #8334 - The `Decipher` methods `setAuthTag()` and `setAAD` now return `this`. (Kirill Fomichev) #9398 - adding support for OPENSSL_CONF again (Sam Roberts) #11006 - make LazyTransform compabile with Streams1 (Matteo Collina) #12380 * deps: - upgrade libuv to 1.11.0 (cjihrig) #11094 - upgrade libuv to 1.10.2 (cjihrig) #10717 - upgrade libuv to 1.10.1 (cjihrig) #9647 - upgrade libuv to 1.10.0 (cjihrig) #9267 * dns: - Implemented `{ttl: true}` for `resolve4()` and `resolve6()` (Ben Noordhuis) #9296 * process: - add NODE_NO_WARNINGS environment variable (cjihrig) #10842 * readline: - add option to stop duplicates in history (Danny Nemer) #2982 * src: - support "--" after "-e" as end-of-options (John Barboza) #10651 * tls: - new tls.TLSSocket() supports sec ctx options (Sam Roberts) #11005 - Allow obvious key/passphrase combinations. (Sam Roberts) #10294 PR-URL: #13059
This LTS release comes with 126 commits. This includes 40 which are test related, 32 which are doc related, 12 which are build / tool related and 4 commits which are updates to dependencies. Notable Changes: * build: - support for building mips64el (nanxiongchao) nodejs/node#10991 * cluster: - disconnect() now returns a reference to the disconnected worker. (Sean Villars) nodejs/node#10019 * crypto: - ability to select cert store at runtime (Adam Majer) nodejs/node#8334 - Use system CAs instead of using bundled ones (Adam Majer) nodejs/node#8334 - The `Decipher` methods `setAuthTag()` and `setAAD` now return `this`. (Kirill Fomichev) nodejs/node#9398 - adding support for OPENSSL_CONF again (Sam Roberts) nodejs/node#11006 - make LazyTransform compabile with Streams1 (Matteo Collina) nodejs/node#12380 * deps: - upgrade libuv to 1.11.0 (cjihrig) nodejs/node#11094 - upgrade libuv to 1.10.2 (cjihrig) nodejs/node#10717 - upgrade libuv to 1.10.1 (cjihrig) nodejs/node#9647 - upgrade libuv to 1.10.0 (cjihrig) nodejs/node#9267 * dns: - Implemented `{ttl: true}` for `resolve4()` and `resolve6()` (Ben Noordhuis) nodejs/node#9296 * process: - add NODE_NO_WARNINGS environment variable (cjihrig) nodejs/node#10842 * readline: - add option to stop duplicates in history (Danny Nemer) nodejs/node#2982 * src: - support "--" after "-e" as end-of-options (John Barboza) nodejs/node#10651 * tls: - new tls.TLSSocket() supports sec ctx options (Sam Roberts) nodejs/node#11005 - Allow obvious key/passphrase combinations. (Sam Roberts) nodejs/node#10294 PR-URL: nodejs/node#13059
2017-06-06, Version 6.11.0 'Boron' (LTS), @MylesBorins
This LTS release comes with 126 commits. This includes 40 which are test related,
32 which are doc related, 12 which are build / tool related and 4 commits which are updates to dependencies.
Notable Changes
Decipher
methodssetAuthTag()
andsetAAD
now returnthis
. (Kirill Fomichev) #9398{ttl: true}
forresolve4()
andresolve6()
. (Ben Noordhuis) #9296Commits
d38364b062
] - deps/v8: add missing #include "unicode/normlzr.h" (Bruno Pagani) #1304062a8f4774e
] - async_wrap: close the destroy_ids_idle_handle_ (René Schünemann) #10385995423e790
] - benchmark: terminate child process on Windows (Rich Trott) #1265832fa37f3d6
] - benchmark: cleanup child_process IPC benchmark (Yuya Tanaka) #10557dd0b170b58
] - build: fix case in lib names (Refael Ackermann) #12522bc64cf2b5e
] - build: make linter targets silent (Sakthipriyan Vairamani (thefourtheye)) #12423a0973c3c1c
] - build: don't create directory for NDK toolchain (TheBeastOfCaerbannog) #119160c318a6157
] - (SEMVER-MINOR) build: support for mips64el (nanxiongchao) #109917c335f6b7c
] - build: run cpplint even if jslint failed (Ruslan Bekenev) #1227632d7981741
] - build: use do_not_edit variable where possible (Ruslan Bekenev) #12610c13429ad8f
] - child_process: optimize IPC for large data (Yuya Tanaka) #10557ae587f3578
] - (SEMVER-MINOR) cluster: return worker reference from disconnect() (Sean Villars) #10019e72749b319
] - (SEMVER-MINOR) crypto: ability to select cert store at runtime (Adam Majer) #8334fd9bb56f9a
] - (SEMVER-MINOR) crypto: Use system CAs instead of using bundled ones (Adam Majer) #8334bbfd2e309b
] - (SEMVER-MINOR) crypto: do not use pointers to std::vector (Adam Majer) #8334875674bb1c
] - (SEMVER-MINOR) crypto: returnthis
in setAuthTag/setAAD (Kirill Fomichev) #9398f8da60fb21
] - (SEMVER-MINOR) crypto: support OPENSSL_CONF again (Sam Roberts) #110060a79b2da1b
] - crypto: make LazyTransform compabile with Streams1 (Matteo Collina) #123807678da4c65
] - crypto: handle exceptions in hmac/hash.digest (Tobias Nießen) #12164e714243408
] - deps: upgrade libuv to 1.11.0 (cjihrig) #11094738d830f09
] - (SEMVER-MINOR) deps: upgrade libuv to 1.10.2 (cjihrig) #10717c59370a8fd
] - (SEMVER-MINOR) deps: upgrade libuv to 1.10.1 (cjihrig) #96473585ffa247
] - (SEMVER-MINOR) deps: upgrade libuv to 1.10.0 (cjihrig) #9267da70161308
] - (SEMVER-MINOR) dns: implement {ttl: true} for dns.resolve6() (Ben Noordhuis) #92960bc14b6d33
] - (SEMVER-MINOR) dns: implement {ttl: true} for dns.resolve4() (Ben Noordhuis) #9296699e274693
] - doc: add link on logo to README (Roman Reiss) #123075ce108955d
] - doc: fix an unclear wording in readline.md (Vse Mozhet Byt) #1260518c56df81e
] - doc: fix typo in doc/api/process.md (morrme) #126122b6e58852f
] - doc: make commit guidelines easier to reference (Benjamin Fleischer) #11732928382d957
] - doc: add suggestion to use --3way (Michael Dawson) #12510278e8cc65f
] - doc: update link to Code of Conduct (Alex Autem) #125523d526727f9
] - doc: add lucamaraschi to collaborators (Luca Maraschi) #12538e1098a4e9f
] - doc: unify spaces in a querystring.md code example (Vse Mozhet Byt) #124659881da1585
] - doc: run tests before landing changes (Rich Trott) #124163556c177a3
] - doc: avoid colloquialism (Rich Trott) #124175fa417086a
] - doc: fix encoding string in buffer example (MapleUncle) #12482bc401697f0
] - doc: correct git fix whitespace command (Mateusz Konieczny) #1244526fcc7a4df
] - doc: s/origin/upstream/ collaborator guide (Anna Henningsen) #12436e3352bbceb
] - doc: update Mac OS X references in releases.md (JR McEntee) #1210632a6d87a21
] - doc: correct markdown file line lengths (JR McEntee) #12106db4aef4ac6
] - doc: change Mac OS X to macOS (JR McEntee) #1210640f292cacd
] - doc: add missing ) in CONTRIBUTING.md (Mateusz Konieczny) #12444656c30e11d
] - doc: add guide for backporting prs (Evan Lucas) #110991c1269dfc3
] - doc: update link for landing PRs (Rich Trott) #1241581b53503a7
] - doc: add DavidCai1993 to collaborators (David Cai) #12435c6f3ebd774
] - doc: fix typo in streams.md (John Paul Bamberg) #124284a18e51c6a
] - doc: add jkrems to collaborators (Jan Krems) #12427a6e06738ef
] - doc: path functions ignore trailing slashes (Tobias Nießen) #12181929ca307d2
] - doc: add info about serializable types (Shubheksha Jalan) #12313945dcde45b
] - doc: fix formatting in onboarding-extras (Rich Trott) #123503c1bd05a24
] - doc: response.write ignores body in some cases (Ruslan Bekenev) #12314d2afd7c5f7
] - doc: add AnnaMag to collaborators (AnnaMag) #12414dac66d5645
] - doc: limit lines to 80 cols in internal README (Evan Lucas) #123583ae8d00dd1
] - doc: add single arg scenario for util.format (Tarun Batra) #1237443d3c009a5
] - doc: fix formatting of TOC (Refael Ackermann) #127319fc695c574
] - doc: fixup the collaborators list (Alexey Orlenko) #12750ad29e295b7
] - doc: gcc version is at least 4.8.5 in BUILDING.md (detailyang) #11840f2230cc0b5
] - eslint: remove dead and unused symlink (Sam Roberts)ae1f6fd03a
] - fs: re-enable watch facility in AIX (Gireesh Punathil) #100856e6e63a341
] - lib: fix typo in comments in module.js (WORMSS) #12528f20ebf29f6
] - meta: update authors list (Aashil Patel) #11533b7ca74866b
] - meta: move the Code of Conduct to TSC repository (James M Snell) #121471bd07acbd1
] - net: refactor onSlaveClose in Server.close (Claudio Rodriguez) #12334637d9e3544
] - (SEMVER-MINOR) process: add NODE_NO_WARNINGS environment variable (cjihrig) #10842202f00717b
] - process: maintain constructor descriptor (Bryan English) #9306e9f33e392d
] - readline: renamedeDupeHistory
option (Danny Nemer) #119508bd6ab7870
] - (SEMVER-MINOR) readline: add option to stop duplicates in history (Danny Nemer) #2982827411c1c0
] - Revert "repl: disable Ctrl+C support on win32 for now" (Anna Henningsen) #8645ce795ecf2b
] - src: remove invalid comment (cjihrig) #12645b296bd5ccc
] - src: remove TODO about uv errno removal (Daniel Bevenius) #12536aec7ae2e67
] - (SEMVER-MINOR) src: add SafeGetenv() to internal API (Sam Roberts) #11006f2e97f89f0
] - src: make copies of startup environment variables (Ben Noordhuis) #11051c408a3bd63
] - (SEMVER-MINOR) src: support "--" after "-e" as end-of-options (John Barboza) #10651f1ea36733d
] - src: use std::list for at_exit_functions (Daniel Bevenius) #12255331681a3f5
] - src: return early if nextTickQueue is empty (Trevor Norris) #10274b09f73813e
] - test: cleanup test-fs-watch.js (RobotMermaid) #12595a1de1abcdd
] - test: remove flaky designation for test on AIX (Rich Trott) #125643cce18104d
] - test: add mustCall in test-timers-clearImmediate (Zahidul Islam) #1259833821e42b5
] - test: use block scoped variable names (Neehar Venugopal) #1254412287f1299
] - test: dynamic port in cluster eaddrinuse (Sebastian Plesciuc) #1254753d5aacfe4
] - test: dynamic port in cluster ipc throw (Sebastian Plesciuc) #125710bd0d52af6
] - test: replace assertion error check with regex (thelady) #126038044b8307c
] - test: refactored context type err message to regex (Muhsin Abdul-Musawwir) #1259632f905a85d
] - test: improve test-process-chdir (vperezma) #1258951794dd7b0
] - test: dynamic port in parallel cluster tests (Sebastian Plesciuc) #12584daf6535475
] - test: dynamic port in cluster worker dgram (Sebastian Plesciuc) #12487b53d172576
] - test: move test-debugger-repeat-last to sequential (kumarrishav) #1247032425be109
] - test: use duplex streams in duplex stream test (cjihrig) #12514830949c8b0
] - test: use JSON.stringify to trigger stack overflow (Yang Guo) #1248150bfb28960
] - test: console.log removed from test-net-localport (Faiz Halde) #12483768431cac8
] - test: dynamic port in cluster worker disconnect (Sebastian Plesciuc) #12457b1d26d8b55
] - test: remove uses of common.PORT in test-tls-client tests (Ahmed Taj elsir) #12461ce3b544360
] - test: dynamic port in cluster worker send (Sebastian Plesciuc) #12472a755ef0634
] - test: increase coverage for buffer.js (Rich Trott) #12476a4b092c8f3
] - test: complete coverage of lib/child_process.js (cjihrig) #123674786ad7024
] - test: buffer should always be stringified (Luca Maraschi) #1235504ec97e39a
] - test: use dynamic port in test-cluster-bind-twice (Rich Trott) #124183244ae36da
] - test: remove common.PORT from test-cluster*.js (Tarun Batra) #12441384fa17ffa
] - test: use dynamic port in 3 test-cluster-worker tests (Sebastian Plesciuc) #12443d54d0c4cdc
] - test: add --use-bundled-ca to tls-cnnic-whitelist (Daniel Bevenius) #123940caca45434
] - test: add crypto check to crypto-lazy-transform (Daniel Bevenius) #12424861fa65bdf
] - (SEMVER-MINOR) test: make tls-socket-default-options tests run (Sam Roberts) #110057d47b02794
] - test: remove common.PORT from test-cluster-basic (Rich Trott) #123779e89edff87
] - test: add hasCrypto check to test-debug-usage (Daniel Bevenius) #12357afac3161a8
] - test: improve punycode coverage to check surrogate pair (Nao YONASHIRO) #12354a714449db3
] - test: cleanup test-fs-watch.js (RobotMermaid) #1259589e76e8e4d
] - test: improved type checking with regex (coreybeaumont) #12591c304414007
] - test: improve test-tcp-wrap-listen (alohaglenn) #12599bea0a6e557
] - test: add common.mustNotCall() (cjihrig) #11152cb63808832
] - test: improve test-process-kill-pid (alohaglenn) #12588ac825fc8bc
] - test: use common.js to check platform (Ruslan Bekenev) #1262964f9adc787
] - test: cleanup test-util-inherits.js (RobotMermaid) #12602c1e4b2f043
] - test: move test to sequential for reliability (Rich Trott) #12704cd1a7ea5e5
] - test: add regex to text-crypto-random (Nate) #1002015226f597a
] - test: add hasCrypto check to tls-socket-close (Daniel Bevenius) #119117cad5613c7
] - (SEMVER-MINOR) tls: new tls.TLSSocket() supports sec ctx options (Sam Roberts) #11005df9d8ee6cb
] - (SEMVER-MINOR) tls: allow obvious key/passphrase combinations (Sam Roberts) #10294a679e06c29
] - tools: use no-useless-concat ESLint rule (Vse Mozhet Byt) #12613b920c5d44b
] - tools: enable no-useless-return eslint rule (cjihrig) #12577fd126b5866
] - tools: addroot: true
in main .eslintrc.yaml (Vse Mozhet Byt) #12570d63befac2a
] - tools: Add no useless regex char class rule (Prince J Wesley) #959187534d6c25
] - tools: replace custom ESLint timers rule (Rich Trott) #12504736a736ed5
] - tools: update ESLint to 3.19.0 (Rich Trott) #1216200b6646f93
] - url: improve descriptiveness of identifier (Rich Trott) #12579a0f9d5964e
] - v8: fix stack overflow in recursive method (Ben Noordhuis) #124602b3381aec6
] - Revert "v8: drop v8::FunctionCallbackInfo<T>::NewTarget()" (Ben Noordhuis)