-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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.9.2 proposal #9735
v6.9.2 proposal #9735
Conversation
Original commit message: [heap] Properly propagate allocated space during new space evacuaton in MC New space evaucation in MC supports, similar to scavenges, fall back allocation in old space. For new space evacuation we support sticky and non-sticky modes for fallback. The sticky mode essentially removes the capability to allocate in new space while the non-sticky mode only falls back for a single allocation. We use the non-sticky mode for allocations that are too large for a LAB but should still go in new space. When such an allocation fails in new space, we allocate in old space in non-sticky mode as we would still like to reuse the remainder memory in new space. However, in such a case we fail to properly report the space allocated in resulting in a missed recorded slot. BUG=chromium:641270 R=ulan@chromium.org Review-Url: https://codereview.chromium.org/2280943002 Cr-Commit-Position: refs/heads/master@{#38940} PR-URL: #9192 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Git has been using my Long format fingerprint in the tagging messages, this has been causing the release script to fail on my keys. It would also be wise to be using the long format on keys based on some attacks that hack been found in the wild around short keys. PR-URL: #9258 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
google build tool gclient doesn't support svn anymore. Updating v8 build script to use git instead. PR-URL: #9393 Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Produce a tap13-compatible output which makes it simpler to parse. Output is still readable by the jenkins tap plugin. PR-URL: #9262 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
This makes yaml-ish parsers happy. Note: gtest still seems to output the expected/result slightly different making the full traceback less informational. PR-URL: #9262 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
We now have multiple tap producers; just ignore all files with the `.tap` extension. PR-URL: #9262 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Previously, we were relying on the output of gpg from git tag -v to verify that the key selected by the releaser is the key that was used to sign the tag. This output can change depending on the version of git being used. Now, we just check that the output of git tag -v contains the key selected. Fixes: #8822 PR-URL: #8824 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: #9144 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
If there is a link in the headings, when the ToC is generated, that is not properly linked and the square brackets are left as they are. Even if we fix this, different parts of the heading will link to different sections or even different pages. For example, ### What makes [`Buffer.allocUnsafe()`] and [`Buffer.allocUnsafeSlow()`] "unsafe"? will point to three different sections. `allocUnsafe` and `allocUnsafeSlow` will link to their corresponding sections and all other words actually link to the heading in the document. This could be visually confusing. PR-URL: #9416 Fixes: #9331 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: #8486 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com> Reviewed-By: James M Snell <jasnell@gmail.com>
rval never existed, it was added as that in 077f9d7 Fixes: #9001 PR-URL: #9023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Some commit links in the changelogs were pointing to incorrect/missing shas. PR-URL: #8122 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #9011 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
As the CTC grows and has representation from more time zones, we need to embrace asynchronous decision making and rely less on the actual meeting. This change is a proposal for that which, ironically, probably has to be approved at a meeting. PR-URL: #8945 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Julien Gilli <jgilli@nodejs.org> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
* var to const * add check that expected error is ENOENT * indexOf() to includes() PR-URL: #8999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
SSL_get_SSL_CTX returns the SSL_CTX for an SSL. Previously the code accessed |ssl->ctx| directly, but that's no longer possible with OpenSSL 1.1.0. SSL_get_SSL_CTX exists all the way back to (at least) OpenSSL 0.9.8 and so this change should be fully compatible. PR-URL: #8995 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
PR-URL: #9089 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Wrapped the timer into class to ensure it is cleaned up properly. PR-URL: #8870 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Adds documentation and explicit reasons on why the GitHub web interface button is not used. This was explained in the referenced issue by @thealphanerd. Fixes: #8893 PR-URL: #9044 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Adds verbose reasons to the documentation on why the Reviewed-By metadata on a pull request is important. This was loosely mentioned as an issue in the referenced issue below, and answered by @addaleax. Ref: #8893 PR-URL: #9044 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
tick-processor-base.js is a module used by three other tests. It is not a test fixture so move it out of the fixture directory. (One downside to having it in the fixture directory is that fixture code is not currently linted.) It is possible that the code in tick-processor-base.js should be integrated into common.js. This can potentially happen subsequently (and might make a reasonable good first contribution for a new contributor). PR-URL: #9022 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Highlight deprecated API methods/properties in "Table of Contents" for increasing understandability. Adapted code to eslint standards. PR-URL: #7189 Fixes: nodejs/nodejs.org#772 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
The config.gypi target has a recipe that uses the control function error to report if the config.gypi file is missing or if it is stale (the configure file was updated which is a prerequisite of this rule). GNU make has two phases, immediate and deferred. During the first phase it will expand any variables or functions as the makefile is parsed. The recipe in this case is a shell if statement, which is a deferred construct. But the control function $(error) is an immediate construct which will cause the makefile processing to stop during the first phase of the Make process. If I understand this correctly the only possible outcome of this rule is the "Stale config.gypi, please re-run ./configure" message which will be done in the first phase and then exit. The shell condition will not be considered. So it will never report that the config.gypi is missing. bnoordhuis suggested that we simply change this into a single error message: "Missing or stale config.gypi, please run configure" PR-URL: #9053 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
PR-URL: #8988 Reviewed-By: James M Snell <jasnell@gmail.com>
`end` MUST always be emitted **before** `close`. However, if a handle will invoke `uv_close_cb` immediately, or in the same JS tick - `close` may be emitted first. PR-URL: #9066 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
This adds a new ESLint tool to check for let declarations within the for, forIn, forOf expressions. Fixes: #9045 Ref: #8873 PR-URL: #9049 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
The documentation erroneously described the errno property as an alias for the code property, but that is not the case in the implementation. errno is the error code of the error as a number, and code is the error code of the error as a string. PR-URL: #9007 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
npm should run in a sandbox to avoid unwanted interactions. Without this change, npm would read the userconfig file $HOME/.npmrc which may contain configs that break this test. Fixes: #9074 PR-URL: #9079 Reviewed-By: Jeremiah Senkpiel <Fishrock123@rocketmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix a regression introduced in commit 2996b5c ("crypto: Allow GCM ciphers to have a longer IV length") from April 2016 where a misplaced parenthesis in a 'is ECB cipher?' check made it possible to use empty IVs with non-ECB ciphers. Also fix some exit bugs in test/parallel/test-crypto-authenticated.js that were introduced in commit 4a40832 ("test: cleanup IIFE tests") where removing the IFFEs made the test exit prematurely instead of just skipping subtests. PR-URL: #9032 Refs: #6376 Refs: #9024 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Original Commit Message: Previously, any expressions inside destructuring patterns in a catch would be parsed in the surrounding scope, instead of in the catch's scope. This change fixes that by entering not only the catch scope, but also the block scope inside it. R=neis@chromium.org BUG=v8:5106, v8:5112 Review-Url: https://codereview.chromium.org/2110193002 Cr-Commit-Position: refs/heads/master@{#37415} PR-URL: #9173 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: ofrobots - Ali Ijaz Sheikh <ofrobots@google.com>
test-debug-signal-cluster contains a watchdog timer that results in false positives in CI. Remove the watchdog timer and let the test runner determine that the test has timed out. PR-URL: #9476 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
0f05db4
to
8539f7f
Compare
Notable changes: Coming Soon PR-URL: #9735
Some extra small fixes added. Ci: https://ci.nodejs.org/job/node-test-pull-request/5047/ |
8539f7f
to
1615a00
Compare
Notable changes: Coming Soon PR-URL: #9735
The constructor and destructor shouldn't have been placed in the -inl.h file from the beginning. PR-URL: #10096 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This is how it's done everywhere else in core. Make it follow suit. PR-URL: #10096 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Calling JS during GC is a no-no. So intead create a queue of all ids that need to have their destroy() callback called and call them later. Removed checking destroy() in test-async-wrap-uid because destroy() can be called after the 'exit' callback. Missing a reliable test to reproduce the issue that caused the FATAL_ERROR. PR-URL: #10096 Fixes: #8216 Fixes: #9465 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1615a00
to
3d5723e
Compare
3d5723e
to
64c32c2
Compare
64c32c2
to
4e11cae
Compare
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies Notable Changes: * buffer: - coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) #9101 * deps: - *npm*: - upgrade npm to 3.10.9 (Kat Marchán) #9286 - *V8*: - Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) #9138 - cherry pick 7166503 from upstream v8 (Cristian Cavalli) #9173 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergström) #9262 * inspector: - inspector now prompts user to use 127.0.0.1 rather than localhost (Eugene Ostroukhov) #9451 * tls: - fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) #9586 PR-URL: #9735
/cc @nodejs/collaborators this release will be going out today. Can you please put your eyes on the change-log and see if there is anything that looks out of place |
<a id="6.9.2"></a> | ||
## 2016-12-06, Version 6.9.2 'Boron' (LTS), @thealphanerd | ||
|
||
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this auto-generated? It’s a long line (ditto for v4.7.0) and should probably be ended with a full stop
not auto generated... do we have a policy for line length in markdown? can
you elaborate on what you mean by hard stop?
…On Tue, Dec 6, 2016, 11:01 AM Anna Henningsen ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In doc/changelogs/CHANGELOG_V6.md
<#9735 (review)>:
> @@ -40,6 +41,170 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2018 and maintained until April 2019.
+<a id="6.9.2"></a>
+## 2016-12-06, Version 6.9.2 'Boron' (LTS), @thealphanerd
+
+This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies
Is this auto-generated? It’s a long line (ditto for v4.7.0) and should
probably be ended with a full stop
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9735 (review)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAecV4y-GtcUKY3wJb8dtxswqkmeRFmpks5rFYbygaJpZM4K5KGa>
.
|
@thealphanerd wrapping at 80 characters (except for edge cases like inside lists that some md parsers can’t handle), and i just mean adding a |
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies Notable Changes: * buffer: - coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) #9101 * deps: - *npm*: - upgrade npm to 3.10.9 (Kat Marchán) #9286 - *V8*: - Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) #9138 - cherry pick 7166503 from upstream v8 (Cristian Cavalli) #9173 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergström) #9262 * inspector: - inspector now prompts user to use 127.0.0.1 rather than localhost (Eugene Ostroukhov) #9451 * tls: - fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) #9586 PR-URL: #9735
4e11cae
to
94a3aef
Compare
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies Notable Changes: * buffer: - coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) #9101 * deps: - *npm*: - upgrade npm to 3.10.9 (Kat Marchán) #9286 - *V8*: - Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) #9138 - cherry pick 7166503 from upstream v8 (Cristian Cavalli) #9173 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergström) #9262 * inspector: - inspector now prompts user to use 127.0.0.1 rather than localhost (Eugene Ostroukhov) #9451 * tls: - fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) #9586 PR-URL: #9735
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies Notable Changes: * buffer: - coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) nodejs/node#9101 * deps: - *npm*: - upgrade npm to 3.10.9 (Kat Marchan) nodejs/node#9286 - *V8*: - Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) nodejs/node#9138 - cherry pick 7166503 from upstream v8 (Cristian Cavalli) nodejs/node#9173 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergstrom) nodejs/node#9262 * inspector: - inspector now prompts user to use 127.0.0.1 rather than localhost (Eugene Ostroukhov) nodejs/node#9451 * tls: - fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) nodejs/node#9586 PR-URL: nodejs/node#9735 Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies Notable Changes: * buffer: - coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) nodejs/node#9101 * deps: - *npm*: - upgrade npm to 3.10.9 (Kat Marchan) nodejs/node#9286 - *V8*: - Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) nodejs/node#9138 - cherry pick 7166503 from upstream v8 (Cristian Cavalli) nodejs/node#9173 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergstrom) nodejs/node#9262 * inspector: - inspector now prompts user to use 127.0.0.1 rather than localhost (Eugene Ostroukhov) nodejs/node#9451 * tls: - fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) nodejs/node#9586 PR-URL: nodejs/node#9735 Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
2016-12-06, Version 6.9.2 'Boron' (LTS), @thealphanerd
This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies
Notable Changes
Commits
f3b0cf5052
] - async_wrap: call destroy() callback in uv_idle_t (Trevor Norris) #100963e5b2eb49c
] - async_wrap: make Initialize a static class member (Trevor Norris) #100969ed60d308c
] - async_wrap: mode constructor/destructor to .cc (Trevor Norris) #100965eeac8cc57
] - benchmark: add microbenchmarks for ES Map (Rod Vagg) #7581e108f20d5c
] - buffer: use correct name for custom inspect symbol (Charmander) #92890cffa3c87e
] - buffer: coerce offset using Math.trunc() (cjihrig) #93410276e9e82c
] - buffer: coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) #9101c1aee029d5
] - build: start comments at beginning of line (Sakthipriyan Vairamani (thefourtheye)) #93751ed58ed7fe
] - build: reduce noise from doc target (Daniel Bevenius) #94575c2ed2eefe
] - build: make node-gyp output silent (Sakthipriyan Vairamani (thefourtheye)) #8990c857586fd7
] - build: use wxneeded on openbsd (Aaron Bieber) #92329de8cfecd9
] - build: fix config.gypi target (Daniel Bevenius) #9053b867294aa0
] - child_process: remove unreachable execSync() code (cjihrig) #9209cbfde3cd0a
] - child_process: update outdated comment (Tanuja-Sawant)4d4d02ace4
] - crypto: fix faulty logic in iv size check (Ben Noordhuis) #90329cfa91b585
] - crypto: use SSL_get_SSL_CTX. (Adam Langley) #89950d15ec82e3
] - deps: cherry pick 7166503 from upstream v8 (Cristian Cavalli) #9173f0a8bcc735
] - deps: back port OpenBSD fix in c-ares/c-ares (Aaron Bieber) #923296e8e869c0
] - deps: cherry-pick 6f68f30 from v8 upstream (Stefan Budeanu) #9610804b398239
] - deps: revert botched V8 backport (Myles Borins) #9610a8840bbbe4
] - deps: cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) #9138bda45b510c
] - deps: backport 5c8cb16 from upstream V8 (Cristian Cavalli) #942239b4a1ca9b
] - deps: revert default gtest reporter change (Brian White) #89482230c26c49
] - deps: upgrade npm to 3.10.9 (Kat Marchán) #92860fcf249078
] - deps: cherry-pick bb4974d from v8 upstream (Matt Loring) #9192d926f16c52
] - doc: update minute-taking procedure for CTC (Rich Trott) #94256fc0f1b99f
] - doc: note that tests should include a description (Gibson Fahnestock) #9415d36c6f5e2e
] - doc: update GOVERNANCE.md to use "meeting chair" (Rich Trott) #94321726dc7f68
] - doc: update Diagnostics WG info (Josh Gavant) #93297b60288942
] - doc: use 'an' over 'a', remove redundant sentence (Zeke Sikelianos) #93456908bc4ed7
] - doc: add more internal links to fs.Stats object (Zeke Sikelianos) #93455d971afc04
] - doc: fix outdate ninja link (Yangyang Liu) #9278c31fa2468f
] - doc: fix broken links to Buffer.from(string) (Jesse McCarthy) #9294c379c29e1f
] - doc: fs: fix link to mkdtemp (coderaiser) #93797c90d9638a
] - doc: update OpenSSL links (kobelb) #9338627c0cb3ee
] - doc: child_process .stdio accepts a String type (Kenneth Skovhus) #9637653f092639
] - doc: simplify process.memoryUsage() example code (Thomas Watson Steen) #9560d2b0caef33
] - doc: update CONTRIBUTING.md to address editing PRs (Gibson Fahnestock) #9259eeaadcdd6a
] - doc: add italoacasas to collaborators (Italo A. Casas) #9677adee93962a
] - doc: more realistic custom inspect example (Ryan Scheel (Havvy)) #8875ae3ce7ff60
] - doc: clarify buffer toString docs. (Olan Byrne) #8984a5860b4dbd
] - doc: clarify relation between a file and a module (marzelin) #90266f212b910b
] - doc: mention case-insensitive env on windows (Oliver Salzburg) #9166ee01594d07
] - doc: fixes formatting in process (Rod Machen) #92354f2523697c
] - doc: fix link to cli.md in vm.md (Daniel Bevenius) #94811b792742e8
] - doc: add Sakthipriyan to the CTC (Rod Vagg) #94274c4b0f7a0e
] - doc: add 2016-10-26 CTC meeting minutes (Rich Trott) #9348925a51b6a5
] - doc: add 2016-10-05 CTC meeting minutes (Josh Gavant) #93262a9fc7ccd3
] - doc: add 2016-09-28 CTC meeting minutes (Josh Gavant) #9325ae73ecbe3f
] - doc: add 2016-10-19 CTC meeting minutes (Josh Gavant) #919353de0c258f
] - doc: improve header styling for API docs (Jeremiah Senkpiel) #881179e998abbb
] - doc: add CTC meeting minutes for 2016-10-12 (Michael Dawson) #90703ee94f24a8
] - doc: remove confusing reference in governance doc (Rich Trott) #9073cfcf9481c7
] - doc: v6 is now LTS rather than Current (Jeremiah Senkpiel) #9182a03811508a
] - doc: suggest nodejs/help for general support (Myles Borins) #9128e680ad552d
] - doc: fix header level for crypto.constants (Evan Lucas) #91876c9a84b034
] - doc: add ctc-review label information (Rich Trott) #9072bdd91e0d8e
] - doc: fix typo in zlib.md (Parambir Singh) #9123fd006e5c46
] - doc: further improve child_process doc types (Indrek Ardel) #9095e5777b344c
] - doc: edit Stream api grammar (Benji Marinacci) #91002c5b27a247
] - doc: improved example for http.get (marzelin) #9065de2f050ac3
] - doc: update reference to list hash algorithms in crypto.md (scott stern) #9043b2a2a57836
] - doc: specify that errno is a number, not a string (John Vilk) #90070d21f951b2
] - doc: highlight deprecated API in ToC (Ilya Frolov) #71890a2a39cb95
] - doc: explains why Reviewed-By is added in PRs (jessicaquynh) #90443af679ee36
] - doc: explain why GitHub merge button is not used (jessicaquynh) #9044c0f8198d64
] - doc: fix typo (Nikolai Vavilov) #908970eadea8e1
] - doc: fix broken links in changelogs (Evan Lucas) #8122d3128996e0
] - doc: revise http documentation (Timothy Gu) #84862ea5db92de
] - doc: do not link in the headings (Sakthipriyan Vairamani (thefourtheye)) #9416ec90f73e64
] - doc: reference signal(7) for the list of signals (Emanuele DelBono) #9323638ef09455
] - doc: fix typo in http.md (anu0012) #91444141c77a25
] - gitignore: ignore all tap files (Johan Bergström) #9262847b15c177
] - governance: expand use of CTC issue tracker (Rich Trott) #8945575fc4eca0
] - gtest: output tap comments as yamlish (Johan Bergström) #9262cf5a00e904
] - inspector: do not prompt to use localhost (Eugene Ostroukhov) #9451b5bcd25c7b
] - inspector: fix request path nullptr dereference (Ben Noordhuis) #9184b3f8f8902d
] - inspector: no URLs when the debugger is connected (Eugene Ostroukhov) #8919a178abfae6
] - lib: change == to === in linkedlist (jedireza) #93625efb3c373a
] - lib: fix beforeExit not working with -e (Ben Noordhuis) #88210f1a22d28a
] - net: fix ambiguity in EOF handling (Fedor Indutny) #906658b60fc79d
] - repl: don’t write to input stream in editor mode (Anna Henningsen) #9207ed3de0854e
] - repl: makekey
ofrepl.write()
optional always (Anna Henningsen) #92078a91616ba9
] - src: replace SetNamedPropertyHandler() (AnnaMag) #906289eb175c89
] - src: remove unused function (Brian White) #92430e37a6a2ce
] - src: fix typo rval to value (Miguel Angel Asencio Hurtado) #902359d8255b52
] - test: remove watchdog in test-debug-signal-cluster (Rich Trott) #947624fc1e24ac
] - test: cleanup test-dgram-error-message-address (Michael Macherey) #89380216dbe293
] - test: remove timers from streams test (Anna Henningsen)4ccdbb27c5
] - test: improve test-debugger-util-regression (Santiago Gimeno) #9490093d677252
] - test: fix flaky test-net-src: remove BINARY encoding #5504 (Santiago Gimeno) #9461aaf783443b
] - test: fix flaky test-force-repl-with-eval (Santiago Gimeno) #9460b91d5e10f5
] - test: update http-header-obstext (Gibson Fahnestock) #9415259b94202a
] - test: move timer-dependent test to sequential (Rich Trott) #943154def06d73
] - test: add test for HTTP client "aborted" event (Kyle E. Mitchell) #73762c056a40c7
] - test: remove timer in test-dgram-send-empty-array (Rich Trott) #93615e1fd2822e
] - test: refactor test-http-client-readable (Rich Trott) #9344bec1ccae99
] - test: clean up dgram-broadcast-multi-process test (Isobel Redelmeier) #9308ce05b70595
] - test: fix freebsd10-64 CI failures (Rich Trott) #93178b2b08a636
] - test: fix flaky test-fs-watch-recursive on OS X (Rich Trott) #93034ef7f00e2d
] - test: refactor test-async-wrap-check-providers (Gerges Beshay) #92974fcc2c1d3b
] - test: run all of test-timers-blocking-callback (Rich Trott) #93051d54f07b31
] - test: refactor /parallel/test-cluster-uncaught-exception.js to ES6 (Deverick) #923988e60c2124
] - test: use strict assertions in module loader test (Ben Noordhuis) #92630c32b03bdc
] - test: remove err timer from test-http-set-timeout (BethGriggs) #92648d985c293c
] - test: clean uptest-child-process-exec-cwd.js
(Jeena Lee) #9231b83b5176d4
] - test: add child_process.exec() timeout coverage (cjihrig) #92080fdfba8fbe
] - test: fix flaky test by removing timer (Evan Lucas) #9199ad4cc361dd
] - test: add coverage for execFileSync() errors (cjihrig) #9211ef1cf6b040
] - test: remove test-v8-inspector-json-protocol test (Ben Noordhuis) #91841fee6c11e5
] - test: writable stream needDrain state (Italo A. Casas) #87997fbfb739c1
] - test: writable stream ending state (Italo A. Casas) #8707f64d93f198
] - test: writable stream finished state (Italo A. Casas) #8791210ae5607c
] - test: prevent workers outliving parent (Sam Roberts) #92571d79af6525
] - test: case sensitivity of env variables (Oliver Salzburg) #916618a235b9a7
] - test: make flaky pummel test more reliable (Ben Noordhuis) #9241a46c02746a
] - test: move flaky test to test/pummel (Ben Noordhuis) #924160704fbb20
] - test: fix flaky test-timers-blocking-callback (Rich Trott) #9198ce2d434ab6
] - test: remove arbitrary timer (Rich Trott) #91975c42d98bbd
] - test: remove duplicate required module (Rich Trott) #916988cd4cfcb0
] - test: rename target to exports for consistency (Daniel Bevenius) #913502f7e3aca3
] - test: checking if error constructor is assert.AssertionError (larissayvette) #91196f780893eb
] - test: fix flaky test-child-process-fork-dgram (Rich Trott) #909839a53a0f29
] - test: remove unneeded escaping in template strings (Rich Trott) #9112127ed73f3c
] - test: remove unused common.libDir (Rich Trott) #9124def6874b5f
] - test: use npm sandbox in test-npm-install (João Reis) #907997748c6d02
] - test: move module out of fixture directory (Rich Trott) #9022ae3f31b267
] - test: fix issues reported by Coverity (Eugene Ostroukhov) #88709cc9001244
] - test: refactor test-file-* (Jenna Vuong) #8999cc6b2f49cf
] - test: fixes that do not affect performance (larissayvette) #9011a643d3caed
] - test: output tap13 instead of almost-tap (Johan Bergström) #92627b75cb9e5a
] - test,lib,benchmark: match function names (Rich Trott) #91139cb236ff45
] - tls: fix leak of WriteWrap+TLSWrap combination (Fedor Indutny) #9586bd7c1e7542
] - tools: allow test.py to use full paths of tests (Francis Gulotta) #96942388648bea
] - tools: make --repeat work with -j in test.py (Rich Trott) #924907d34f98b2
] - tools: remove dangling eslint symlink (Sam Roberts) #9299a120199ea9
] - tools: enable ES2016 syntax support in ESLint (Michaël Zasso) #92189077f63dcf
] - tools: replace custom lint rule for getter/setter (Rich Trott) #9194e9d5cd79bb
] - tools: update ESLint to v3.8.0 (Rich Trott) #911287285ed984
] - tools: avoid let in for loops (jessicaquynh) #9049e2bb2a2550
] - tools: fix release script on macOS 10.12 (Evan Lucas) #88248b85d47112
] - tools: use long format for gpg fingerprint (Myles Borins) #925852a04bbfe2
] - util: use template strings (Alejandro Oviedo Garcia) #91207dc875c08a
] - v8: update make-v8.sh to use git (Jaideep Bajwa) #9393