Myles Borins
Notable Changes
- deps:
- upgrade to c-ares v1.15.0 (Ben Noordhuis) #23854
- Windows:
- A crashing process will now show the names of stack frames if the node.pdb file is available. (Refael Ackermann) #23822
- Added new collaborators:
- psmarshall - Peter Marshall. https://github.com/nodejs/node/pull/24170
- shisama - Masashi Hirano. https://github.com/nodejs/node/pull/24136
Commits
- [
dedf0e5cde] - assert: remove unused catch bindings (cjihrig) #24079 - [
6a21d3e72f] - async_hooks: add missing async_hooks destroys in AsyncReset (Bastian Krol) #23272 - [
eed47b022d] - benchmark: remove unused catch bindings (cjihrig) #24079 - [
c75d4bb106] - benchmark: fix bench-mkdirp to use recursive option (Klaus Meinhardt) #23699 - [
60fe7f1f29] - benchmark: coerce PORT to number (Ali Ijaz Sheikh) #23721 - [
192c2af64e] - benchmark: added a test benchmark for worker (Muzafar Umarov) #23475 - [
0600e753b0] - bootstrap: remove unused catch bindings (cjihrig) #24079 - [
e872089158] - bootstrapper: move internalBinding to NativeModule (Gus Caplan) #23025 - [
95814f2b08] - build: change repo to https protocol in Makefile (mritunjaygoutam12) #24073 - [
5ed39d987b] - build: use latest node on travis (cjihrig) #24198 - [
19bda8a225] - build: fix Travis non-PR builds (Richard Lau) #24093 - [
3bac885b74] - build: do not lint on non-PR Travis builds (Anna Henningsen) #24076 - [
aa8848321b] - build: only check REPLACEME & DEP...X for releases (Rod Vagg) #24575 - [
d809e7485f] - build: make benchmark/napi all prereq order-only (Daniel Bevenius) #23951 - [
2e83f1eb20] - build: add -Werror=undefined-inline to clang builds (Refael Ackermann) #23961 - [
bf61fe5dd7] - build: add lint-py which uses flake8 (cclauss) #21952 - [
7a39fec1db] - build: allow for overwriting of use_openssl_def (Shelley Vohr) #23763 - [
dc38427c64] - build: fix coverage generation (Michael Dawson) #23769 - [
e737c71936] - build: fix./configure --enable-d8(Ben Noordhuis) #23656 - [
d886095377] - build: add .DS_store to .gitgnore (Marcos Frony) #23554 - [
83b8c1fb90] - build,meta: don't fail Travis for commit message (Refael Ackermann) #23739 - [
156fa12674] - build,meta: switch to gcc-4.9 on travis (Refael Ackermann) #23778 - [
df5a19f468] - child_process: handle undefined/null for fork() args (Shobhit Chittora) #22416 - [
a97e79ce12] - crypto: add SET_INTEGER_CONSANT macro (Daniel Bevenius) #23687 - [
90ac77440b] - crypto: strip unwanted space from openssl version (Sam Roberts) #23678 - [
806242bf40] - crypto: remove DiffieHellman.initialised_ (Tobias Nießen) #23717 - [
4b98ff299d] - crypto: simplify internal state handling (Tobias Nießen) #23648 - [
d4b5f9f591] - crypto: simplify error handling in ECDH::New (Tobias Nießen) #23647 - [
0e0c7b8bf2] - crypto: move field initialization to class (Diana Holland) #23610 - [
a81696accd] - crypto: fix length argument to snprintf() (Ben Noordhuis) #23622 - [
c8b018f930] - deps: c-ares float, version number patch (Ben Noordhuis) #23854 - [
52afdae394] - deps: upgrade to c-ares v1.15.0 (Ben Noordhuis) #23854 - [
2e4ef5b5c0] - deps: remove old c-ares configure files (Ben Noordhuis) #23854 - [
983e3a1b7c] - deps: cherry-pick 2987946 from upstream V8 (Refael Ackermann) #24555 - [
1bed1107c7] - deps: icu: apply workaround patch (Steven R. Loomis) #23764 - [
e231bf5a3f] - deps: V8: Add virtual dtor to avoid aix gcc error (Vasili Skurydzin) #23695 - [
1bea8db1ef] - deps: cherry-pick 67b5499 from V8 upstream (Vasili Skurydzin) #23695 - [
4233bd977c] - deps: cherry-pick d2e0166 from V8 upstream (Vasili Skurydzin) #23695 - [
bb55cc178c] - deps: cherry-pick a51f429 from V8 upstream (Vasili Skurydzin) #23695 - [
e9901dde82] - deps: cherry-pick abab9fb from V8 upstream (Vasili Skurydzin) #23695 - [
e5f795a8af] - deps: cherry-pick d9e7832 from V8 upstream (Vasili Skurydzin) #23695 - [
c8304f6567] - deps: backport 525b396195 from upstream V8 (Peter Marshall) #23827 - [
ff57f0fb7e] - deps: partially revert 'increase V8 deprecation levels' (Peter Marshall) #24195 - [
06782fe5a3] - deps: add missing ares_android.h file (cjihrig) #23682 - [
f928d99da9] - dns: fix inconsistent (hostname vs host) (Ulises Gascón) #23572 - [
5ed5f034c7] - doc: fix linting errors (cjihrig) #24229 - [
e0f99a2250] - doc: wrap GOVERNANCE.md at 80 characters (Rich Trott) #24094 - [
5fae45075c] - doc: add text about error.code stability (Rich Trott) #24090 - [
2659a43905] - doc: update System Errors documentation (Rich Trott) #24090 - [
bcfb824154] - doc: add psmarshall to collaborators (Peter Marshall) #24170 - [
ec43b3287e] - doc: add shisama to collaborators (Masashi Hirano) #24136 - [
0b6c1bb346] - doc: implement minor text fixes to path.md (Rich Trott) #24118 - [
7f1e0e55f8] - doc: inspector security warning for changing host (Сковорода Никита Андреевич) #23640 - [
1609ddaa74] - doc: fix minor text issues in stream.md (Rich Trott) #24116 - [
91b81092c1] - doc: streamline CONTRIBUTING.md (Rich Trott) #24010 - [
f081a8cccd] - doc: add table of contents to release guide (Michaël Zasso) #24042 - [
9fd209169a] - doc: add missing comma in net documentation (Rich Trott) #24074 - [
f5f916f344] - doc: correct link to test coverage command (mritunjaygoutam12) #24049 - [
d21a8b66d3] - doc: fix socket.connecting description (Anna Henningsen) #24066 - [
6dc0a1c87c] - doc: add SECURITY.md to readme.md (warnerp18) #24031 - [
0079dd793c] - doc: edit man page for superfluous "node" usage (Rich Trott) #24029 - [
a7523072b8] - doc: fix dublication in net.createServer() docs (Ivan Filenko) #24026 - [
13ca306d4a] - doc: address bits of proof reading work (Jagannath Bhat) #23978 - [
93e2035e58] - doc: revise COLLABORATOR_GUIDE.md (Rich Trott) #23990 - [
985c62d9e3] - doc: simplify CODE_OF_CONDUCT.md (Rich Trott) #23989 - [
f8ebd0efe2] - doc: revise CHANGELOG.md text (Rich Trott) #23988 - [
52215a4c35] - doc: improve COLLABORATOR_GUIDE (Jagannath Bhat) #23977 - [
4871b116f8] - doc: improve BUILDING.md (Jagannath Bhat) #23976 - [
8ec4856941] - doc: add types and their corresponding return values (Ouyang Yadong) #23998 - [
10e66814ff] - doc: add branding to style guide (Rich Trott) #23967 - [
3de7858f13] - doc: use Node.js instead of Node (Rich Trott) #23967 - [
52fe6dd286] - doc: revise BUILDING.md (Rich Trott) #23966 - [
95812953be] - doc: clarify fd behaviour with {read,write}File (Sakthipriyan Vairamani (thefourtheye)) #23706 - [
f54f640704] - doc: fix typographical issues (Denis McDonald) #23970 - [
2fb89d0b86] - doc: document HPE_HEADER_OVERFLOW error (Sam Roberts) #23963 - [
c68aab1705] - doc: add documentation for http.IncomingMessage$complete (James M Snell) #23914 - [
1ac473f3a4] - doc: remove mailing list (Rich Trott) #23932 - [
c8bf42af51] - doc: remove notice of dashes in V8 options (Denys Otrishko) #23903 - [
96004d6b7a] - doc: rename README section for Release Keys (Rich Trott) #23927 - [
2752091628] - doc: add note about ABI compatibility (Myles Borins) #22237 - [
cc22a2a847] - doc: add optional callback to socket.end() (Ajido) #23937 - [
6099f5cbdc] - doc: make example more clarified in cluster.md (ZYSzys) #23931 - [
437908a90b] - doc: simplify valid security issue descriptions (Rich Trott) #23881 - [
abeba5f8b5] - doc: simplify path.basename() on POSIX and Windows (ZYSzys) #23864 - [
d830033274] - doc: document nullptr comparisons in style guide (Anna Henningsen) #23805 - [
8b358ecf4d] - doc: remove problematic example from README (Rich Trott) #23817 - [
1921865be2] - doc: use Cookie in request.setHeader() examples (Luigi Pinca) #23707 - [
913c4910c7] - doc: NODE_EXTRA_CA_CERTS is ignored if setuid root (Ben Noordhuis) #23770 - [
ace83a24a2] - doc: add review suggestions to require() (erickwendel) #23605 - [
e87e9f2567] - doc: document and warn if the ICU version is too old (Steven R. Loomis) #23766 - [
070d87af65] - doc: move @phillipj to emeriti (Phillip Johnsen) #23790 - [
98fc848545] - doc: add note about removeListener order (James M Snell) #23762 - [
540168ce57] - doc: document ACL limitation for fs.access on Windows (James M Snell) #23772 - [
32df77c21f] - doc: document that addMembership must be called once in a cluster (James M Snell) #23746 - [
2a2882b470] - doc: add missing YAML labels (Vse Mozhet Byt) #23810 - [
5d5f85eb2e] - doc: remove reference to sslv3 in tls.md (James M Snell) #23745 - [
0b1e41799d] - doc: revise security-reporting example text (Rich Trott) #23759 - [
75082ee15b] - doc: formalize non-const reference usage in C++ style guide (Anna Henningsen) #23155 - [
4315899377] - doc: add missing deprecation labels (James M Snell) #23761 - [
aaf669d284] - doc: document use of buffer.swap16() for utf16be (James M Snell) #23747 - [
e85d15a47f] - doc: add Backport-PR-URL info in backport guide (Ali Ijaz Sheikh) #23701 - [
535f113aea] - doc: improve README.md (Rich Trott) #23705 - [
d81b143af0] - doc: simplify security reporting text (Rich Trott) #23686 - [
2a19518d18] - doc: cleanup and references in C++ guide (Refael Ackermann) #23650 - [
5bea331d6d] - doc: fix url example to match behavior (Сковорода Никита Андреевич) #23359 - [
3db26d9f2f] - doc: use reserved domains for examples in url.md (Сковорода Никита Андреевич) #23359 - [
ac752c6a8c] - doc: fix pr-url in repl.md (Сковорода Никита Андреевич) #23359 - [
6748c0517b] - doc: wrap links in <> (Сковорода Никита Андреевич) #23359 - [
011116cc5b] - doc: edit BUILDING.md (Rich Trott) #23435 - [
e449bbbd54] - doc: describe SNI host name format (Sam Roberts) #23357 - [
d5b1368173] - doc: revise security-reporting text in README (Rich Trott) #23407 - [
2798ac1709] - doc: rewrite consensus seeking in guide (Rich Trott) #23349 - [
56d1bc9762] - doc: edit for minor fixes to prcoess.md (Rich Trott) #23347 - [
4c04e7c321] - doc: remove personal pronoun from worker_threads (Rich Trott) #23347 - [
df512961ce] - doc: remove personal pronoun from domain.md (Rich Trott) #23347 - [
647eba6656] - doc: remove style instruction that is not followed (Rich Trott) #23346 - [
457d22fa43] - doc: add WebAssembly to globals (Steven) #23339 - [
73f490a5fd] - doc,meta: assign PR semantics (Refael Ackermann) #23292 - [
2ddf867030] - doc,meta: refresh wording in colab guide (Refael Ackermann) #23292 - [
04f27aa764] - doc,meta: add references to outside C++ guides (Refael Ackermann) #23317 - [
1491f32144] - esm: remove unused catch bindings (cjihrig) #24079 - [
e2b96da6ba] - events: remove unused catch bindings (cjihrig) #24079 - [
a5462baf57] - fs: remove unused catch bindings (cjihrig) #24079 - [
765a3a9466] - fs: handle result of access binding directly in fs.existsSync (Joyee Cheung) #24015 - [
63f2649577] - http: reduce duplicated code for cleaning parser (Weijia Wang) #23351 - [
d08d252a94] - http2: make Http2Settings constructors delegate (Daniel Bevenius) #23326 - [
d79d978cd8] - inspector: remove unused catch bindings (cjihrig) #24079 - [
4035ca16c5] - lib: add crypto dependant modules cannotUseCache (Daniel Bevenius) #24100 - [
a0b4f7a10e] - lib: move process prototype manipulation into setupProcessObject (Joyee Cheung) #24089 - [
cb883bcbb0] - lib: fix grammar error and make it clearer for comments (MaleDong) #23799 - [
8ef5de55fd] - lib: move module exports proxy into a separate method (Joyee Cheung) #24057 - [
1841d0f776] - lib: fix code cache generation (Joyee Cheung) #23855 - [
b5eacfa5bd] - lib: remove useless cwd in posix.resolve (ZYSzys) #23902 - [
d07cef7ed4] - lib: migrate from process.binding('config') to getOptions() (Vladimir Ilic) #23588 - [
5ebe7f7fc7] - lib: migrate process.binding to internalBinding (surreal8) #23517 - [
9b22e2a53a] - lib: migrate process.binding to getOptions (Randy Wressell) #23522 - [
83f4fcc176] - lib: migrate process.binding('config') to getOptions() (Jonny Kalambay) #23526 - [
66119ed158] - lib: removed unused variable (Long Nguyen) #23497 - [
33cf3b26b0] - lib: switch to internalBinding for cjs loader (Steven Scott) #23492 - [
cb597f231a] - lib: migrate from process.binding to internalBinding (Andres Monge) #23586 - [
6f01a792c8] - lib: migrate to getOptions in loaders.js (David Xue) #23455 - [
f219f82eb7] - lib: remove an unused variable (Claire Liu) #23482 - [
2ce8f7a507] - lib: remove unused 'e' from catch (Matt Holmes) #23458 - [
1fa9d91d37] - lib: http server, friendly error messages (Sagi Tsofan) #22995 - [
9718919da9] - meta: clarify fast-track approval (James M Snell) #23744 - [
a116e32a09] - meta,doc: ping community about new release (Refael Ackermann) #24064 - [
19e2e6d891] - module: removed unused variable (Martin Omander) #23624 - [
9f8349c49c] - n-api: add missing handle scopes (Daniel Bevenius) #24011 - [
02a54ed1fa] - n-api: make per-Context-ness ofnapi_envexplicit (Anna Henningsen) #23689 - [
56afb7b481] - net:net.Server.listen()avoid operations onnullwhen fail (Ouyang Yadong) #23920 - [
4a79bef6c6] - os: fix memory leak inuserInfo()(Anna Henningsen) #23893 - [
8001beefac] - querystring: remove unused catch bindings (cjihrig) #24079 - [
f11907c32d] - readline: assert without the use of event listener (Lian Li) #23472 - [
4b456d566a] - repl: remove unused catch bindings (cjihrig) #24079 - [
f866a0bcb9] - repl: use promise#finally (Weijia Wang) #23971 - [
307b277b15] - repl: migrate from process.binding('config') to getOptions() (Jose Bucio) #23684 - [
d07ee1ca0b] - repl: remove unused variable from try catch (mmisiarek) #23452 - [
4c0e7b4d66] - repl: remove unused variable e from try catch (Khalid Adil) #23449 - [
9106ccf9ca] - src: prefer param function check over args length (Shelley Vohr) #23835 - [
c6ad469ae4] - src: fix fully-static & large-pages combination (Suresh Srinivas) #23964 - [
d82e818848] - src: use "constants" string instead of creating new one (Ouyang Yadong) #23894 - [
bb05aa3206] - src: reduce duplication in tcp_wrap Connect (Daniel Bevenius) #23753 - [
b53b0d1475] - src: refactor deprecated v8::String::NewFromTwoByte call (Romain Lanz) #23803 - [
17db407ba2] - src: refactor deprecated v8::Function::Call call (Romain Lanz) #23804 - [
6bc66bf756] - src: fix CreatePlatform header param mismatch (Shelley Vohr) #23947 - [
511fa20983] - src: trace_event: secondary storage for metadata (Ali Ijaz Sheikh) #20900 - [
71557d3f70] - src: initial large page (2M) support (Suresh Srinivas) #22079 - [
f1fc05b45c] - src: changed stdio_pipes_ to std::vector (Steven Auger) #23615 - [
018a8683d6] - src: update v8::Object::GetPropertyNames() usage (cjihrig) #23660 - [
05409c9075] - src: remove OCB support ifdef OPENSSL_NO_OCB (Shelley Vohr) #23635 - [
e7bf838b1e] - src: change macro to fn (Gino Notto) #23603 - [
d152d7fb60] - src: add default initializer in tls_wrap (Richard Hoehn) #23567 - [
3d76ab9287] - src: use MallocedBuffer abstraction for buffers (Cody Hazelwood) #23543 - [
b258b377db] - src: use default initializers over settings fields on the constructor (Andrew J D McCann) #23532 - [
e04a128731] - src: remove unused UVHandle methods (MarianneDr) #23535 - [
c854879dd4] - src: ready background workers before bootstrap (Ali Ijaz Sheikh) #23233 - [
84aa6b2c59] - src: move default assignment of async_id_ in async_wrap.h (David Corona) #23495 - [
a663d5674d] - src: fix bug in MallocedBuffer constructor (Tobias Nießen) #23434 - [
38f5644449] - src: improve SSL version extraction logic (Gireesh Punathil) #23050 - [
8cfbce3163] - src: revert removal of SecureContext_externalgetter (Vitaly Dyatlov) #21711 - [
7ed4079286] - src: remove unused limits header from util-inl.h (Daniel Bevenius) #23353 - [
eb71ab5f99] - src: replace NO_RETURN with [[noreturn]] (Refael Ackermann) #23337 - [
a22ef72afb] - src: fix usage of deprecated v8::Date::New (Michaël Zasso) #23288 - [
b4cdd478b9] - src,win: informative stack traces (Refael Ackermann) #23822 - [
cb861a4897] - stream: do not error async iterators on destroy(null) (Matteo Collina) #23901 - [
6f4a638175] - stream: ended streams should resolve the async iteration (Matteo Collina) #23901 - [
ce79ae6544] - stream: async iteration should work with destroyed stream (Matteo Collina) #23785 - [
78be4771a6] - test: remove unused catch bindings (cjihrig) #24079 - [
43097d9d7f] - test: disable color formating for test-internal-errors.js (Refael Ackermann) #24204 - [
dddb466f59] - test: add crypto check to test-benchmark-http2 (Daniel Bevenius) #24096 - [
1b6c00e3fa] - test: increase --stack_size test-async-wrap-pop (Daniel Bevenius) #23996 - [
b3ab546b37] - test: assert that invalidcmd throws error code (Jerome Covington) #23942 - [
52c9209f1c] - test: fix strictEqual arguments order (Esteban Sotillo) #23956 - [
1d6dd961ef] - test: add property for RangeError in test-buffer-copy (mritunjaygoutam12) #23968 - [
5bedd1ce2f] - test: fix test-fs-watch-system-limit (Ali Ijaz Sheikh) #23986 - [
c5577c17ac] - test: run code cache test by default and test generator (Joyee Cheung) #23855 - [
4eab8a1079] - test: fix regression when compiled with FIPS (Adam Majer) #23871 - [
682361cd4a] - test: fix strictEqual() argument order (Loic) #23829 - [
d1c6238e1d] - test: verifyperformance.timerify()works w/ non-Node Contexts (Anna Henningsen) #23784 - [
55ca2a71fd] - test: add test-benchmark-napi (Emily Marigold Klassen) #23585 - [
ce6ddc404d] - test: increase coverage of internal/stream/end-of-stream (Tyler Vann-Campbell) #23751 - [
0ce76be843] - test: fix strictEqual() arguments order (Nolan Rigo) #23800 - [
1747e473bd] - test: fix invalid modulesLength for DSA keygen (Adam Majer) #23732 - [
9b6b2800e6] - test: fix test-require-symlink on Windows (Bartosz Sosnowski) #23691 - [
874d02375b] - test: fix strictEqual() argument order (Romain Lanz) #23768 - [
3d43679907] - test: fix strictEqual() arguments order (Thomas GENTILHOMME) #23771 - [
cc040f6887] - test: fix assertion arguments order (Elian Gutierrez) #23787 - [
5844932b6c] - test: add blocks and comments to fs-promises tests (Ian Sutherland) #23627 - [
9aced4c384] - test: add a test fortls.SocketwithallowHalfOpen(Ouyang Yadong) #23866 - [
9979c71d67] - test: increase coverage for readfile with withFileTypes (christian-bromann) #23557 - [
3bc7b5efd2] - test: skip failing tests for osx mojave (jn99) #23550 - [
51ceaf5bc1] - test: enable trace-events tests for workers (Richard Lau) #23698 - [
3e143dfdd9] - test: improve test coverage for fs module ([email protected]) #23601 - [
65b37324c2] - test: fix argument order in assertion (Illescas, Ricardo) #23581 - [
d61901499a] - test: reversed params in assert.strictEqual() (Dusan Radovanovic) #23591 - [
6baba1d54a] - test: correct order of args in buffer compare (James Irwin) #23521 - [
232fe58a4c] - test: check codes of thrown errors (Nancy Truong) #23519 - [
c2aa762fd7] - test: fix strictEqual arguments order (Jonathan Samines) #23486 - [
dc12fa19ab] - test: add test coverage for fs.truncate (christian-bromann) #23620 - [
4daf8e0910] - test: use smaller keys for a faster keygen test (Sam Roberts) #23430 - [
6d8669c5d8] - test: increased code coverage for slowCases (Jared Haines) #23592 - [
51c3685dbd] - test: assertions arguments match docs (Amanuel Ghebreweldi) #23594 - [
4ab822329e] - test: fix assert.strictEqual() argument order (Derek) #23598 - [
779d5ec0fe] - test: fix assert parameter order in test-https-localaddress.js (Ian Sutherland) #23599 - [
fad9d805ef] - test: change order of assert.strictEquals arguments (Chuck Theobald) #23600 - [
07c8a9e7a7] - test: fix assert equal order of arguments (David Jiang) #23602 - [
591af98268] - test: fix order of assert args in client response domain test (Emily Kolar) #23604 - [
ede9ce14d5] - test: re-order strictEqual paramater calls (Paul Tichonczuk) #23607 - [
61cf1cfb20] - test: fix assertions args order (Milton Sosa) #23608 - [
7b2e7aa64e] - test: fix parameters in test-repl.js (Israel Ortiz) #23609 - [
f7f5c5c477] - test: reverse arguments in assert.strictEqual (Vsevolod Geraskin) #23613 - [
8be279af17] - test: update assertion parameter order (Sean Healy) #23614 - [
4c35953fb2] - test: fix backward assertion arguments (Stéphane Vasseur) #23616 - [
3eb8938778] - test: reversed 1st and 2nd arguments for assert.strictEqual() (vchoubey08) #23617 - [
5ce59a148f] - test: correct assertion argument order (Jeff Marvin) #23618 - [
1957001f19] - test: fix assertion order (erickwendel) #23626 - [
5d7676c047] - test: updated assert test values to doc standards (keeysnc) #23593 - [
7c35f7f608] - test: switch order of assertion arguments (Mel) #23563 - [
46ca12f81e] - test: fix assert.strictEqual() argument order (Savio Resende) #23564 - [
bf32cde70a] - test: fix parameter order of assertions (Pete Lombardo) #23565 - [
d9e58b8bed] - test: fix assert value order (Ethan Weber) #23566 - [
d574d865d8] - test: fix strictEqual order for timers test (Saleh Abdel Motaal) #23568 - [
f33fe7428e] - test: corrected assertion arguments order (francois) #23569 - [
524222e55a] - test: fix strictEqual input parameters order (AlixAng) #23570 - [
0f8709ce4b] - test: fix order of arguments passed to strictEqual (Joe Shindelar) #23571 - [
8f1cea6e18] - test: fix arguments ordering for assertions to match the docs (Liran Tal) #23575 - [ Read the original source Next news
0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.