node-aix-ppc64 16.13.0 → 16.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +134 -1
- package/README.md +8 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -1
- package/include/node/node.exp +65 -28
- package/include/node/node_version.h +1 -1
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#16.13.1">16.13.1</a><br/>
|
|
12
13
|
<a href="#16.13.0">16.13.0</a><br/>
|
|
13
14
|
</td>
|
|
14
15
|
<td>
|
|
@@ -53,6 +54,138 @@
|
|
|
53
54
|
* [io.js](CHANGELOG\_IOJS.md)
|
|
54
55
|
* [Archive](CHANGELOG\_ARCHIVE.md)
|
|
55
56
|
|
|
57
|
+
<a id="16.13.1"></a>
|
|
58
|
+
|
|
59
|
+
## 2021-12-01, Version 16.13.1 'Gallium' (LTS), @BethGriggs
|
|
60
|
+
|
|
61
|
+
### Notable Changes
|
|
62
|
+
|
|
63
|
+
* \[[`c14eb2325d`](https://github.com/nodejs/node/commit/c14eb2325d)] - **deps**: upgrade npm to 8.1.2 (npm team) [#40643](https://github.com/nodejs/node/pull/40643)
|
|
64
|
+
* \[[`a901b6c53c`](https://github.com/nodejs/node/commit/a901b6c53c)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
|
|
65
|
+
* This release contains a c-ares update to fix a regression introduced in Node.js v16.6.2 resolving CNAME records containing underscores ([#39780](https://github.com/nodejs/node/issues/39780)).
|
|
66
|
+
* \[[`755c08573f`](https://github.com/nodejs/node/commit/755c08573f)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#40566](https://github.com/nodejs/node/pull/40566)
|
|
67
|
+
* \[[`881dd7ba2a`](https://github.com/nodejs/node/commit/881dd7ba2a)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#40325](https://github.com/nodejs/node/pull/40325)
|
|
68
|
+
|
|
69
|
+
### Commits
|
|
70
|
+
|
|
71
|
+
* \[[`996bc6e840`](https://github.com/nodejs/node/commit/996bc6e840)] - **benchmark**: increase crypto DSA keygen params (Brian White) [#40416](https://github.com/nodejs/node/pull/40416)
|
|
72
|
+
* \[[`27009092c8`](https://github.com/nodejs/node/commit/27009092c8)] - **build**: skip long-running Actions for README-only modifications (Rich Trott) [#40571](https://github.com/nodejs/node/pull/40571)
|
|
73
|
+
* \[[`4581997ed0`](https://github.com/nodejs/node/commit/4581997ed0)] - **build**: disable v8 pointer compression on 32bit archs (Cheng Zhao) [#40418](https://github.com/nodejs/node/pull/40418)
|
|
74
|
+
* \[[`17433060d4`](https://github.com/nodejs/node/commit/17433060d4)] - **build**: fix actions pull request's branch (Mestery) [#40494](https://github.com/nodejs/node/pull/40494)
|
|
75
|
+
* \[[`bfdd32fa62`](https://github.com/nodejs/node/commit/bfdd32fa62)] - **build**: avoid run find inactive authors on forked repo (Jiawen Geng) [#40465](https://github.com/nodejs/node/pull/40465)
|
|
76
|
+
* \[[`134e8afc59`](https://github.com/nodejs/node/commit/134e8afc59)] - **build**: update codeowners-validator to 0.6 (FrankQiu) [#40307](https://github.com/nodejs/node/pull/40307)
|
|
77
|
+
* \[[`de125a556c`](https://github.com/nodejs/node/commit/de125a556c)] - **crypto**: avoid double free (Michael Dawson) [#40380](https://github.com/nodejs/node/pull/40380)
|
|
78
|
+
* \[[`c14eb2325d`](https://github.com/nodejs/node/commit/c14eb2325d)] - **deps**: upgrade npm to 8.1.2 (npm team) [#40643](https://github.com/nodejs/node/pull/40643)
|
|
79
|
+
* \[[`a901b6c53c`](https://github.com/nodejs/node/commit/a901b6c53c)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
|
|
80
|
+
* \[[`76e2c3769e`](https://github.com/nodejs/node/commit/76e2c3769e)] - **deps**: upgrade npm to 8.1.1 (npm team) [#40554](https://github.com/nodejs/node/pull/40554)
|
|
81
|
+
* \[[`91c3cf5d0a`](https://github.com/nodejs/node/commit/91c3cf5d0a)] - **deps**: V8: cherry-pick 422dc378a1da (Ray Wang) [#40450](https://github.com/nodejs/node/pull/40450)
|
|
82
|
+
* \[[`769336ab8c`](https://github.com/nodejs/node/commit/769336ab8c)] - **deps**: add riscv64 config into openssl gypi (Lu Yahan) [#40473](https://github.com/nodejs/node/pull/40473)
|
|
83
|
+
* \[[`76d1b5d868`](https://github.com/nodejs/node/commit/76d1b5d868)] - **deps**: patch V8 to 9.4.146.24 (Michaël Zasso) [#40616](https://github.com/nodejs/node/pull/40616)
|
|
84
|
+
* \[[`23d11a1dd9`](https://github.com/nodejs/node/commit/23d11a1dd9)] - **dgram**: fix send with out of bounds offset + length (Nitzan Uziely) [#40568](https://github.com/nodejs/node/pull/40568)
|
|
85
|
+
* \[[`45bdc77dc0`](https://github.com/nodejs/node/commit/45bdc77dc0)] - **doc**: update cjs-module-lexer repo link (Guy Bedford) [#40707](https://github.com/nodejs/node/pull/40707)
|
|
86
|
+
* \[[`de5c5c8509`](https://github.com/nodejs/node/commit/de5c5c8509)] - **doc**: remove `--experimental-modules` documentation (FrankQiu) [#38974](https://github.com/nodejs/node/pull/38974)
|
|
87
|
+
* \[[`befac5ddd9`](https://github.com/nodejs/node/commit/befac5ddd9)] - **doc**: update tracking issues of startup performance (Joyee Cheung) [#40629](https://github.com/nodejs/node/pull/40629)
|
|
88
|
+
* \[[`3cb74d72f8`](https://github.com/nodejs/node/commit/3cb74d72f8)] - **doc**: fix markdown syntax and HTML tag misses (ryan) [#40608](https://github.com/nodejs/node/pull/40608)
|
|
89
|
+
* \[[`eea061f8f1`](https://github.com/nodejs/node/commit/eea061f8f1)] - **doc**: use 'GitHub Actions workflow' instead (Mestery) [#40586](https://github.com/nodejs/node/pull/40586)
|
|
90
|
+
* \[[`7a6e833677`](https://github.com/nodejs/node/commit/7a6e833677)] - **doc**: add node: url scheme (Daniel Nalborczyk) [#40573](https://github.com/nodejs/node/pull/40573)
|
|
91
|
+
* \[[`d72fb7df4a`](https://github.com/nodejs/node/commit/d72fb7df4a)] - **doc**: call cwd function (Daniel Nalborczyk) [#40573](https://github.com/nodejs/node/pull/40573)
|
|
92
|
+
* \[[`d732ff4614`](https://github.com/nodejs/node/commit/d732ff4614)] - **doc**: remove unused imports (Daniel Nalborczyk) [#40573](https://github.com/nodejs/node/pull/40573)
|
|
93
|
+
* \[[`e2114e21f4`](https://github.com/nodejs/node/commit/e2114e21f4)] - **doc**: add info on project's usage of coverity (Michael Dawson) [#40506](https://github.com/nodejs/node/pull/40506)
|
|
94
|
+
* \[[`d38077babe`](https://github.com/nodejs/node/commit/d38077babe)] - **doc**: fix typo in changelogs (Luigi Pinca) [#40585](https://github.com/nodejs/node/pull/40585)
|
|
95
|
+
* \[[`7c7f8791c6`](https://github.com/nodejs/node/commit/7c7f8791c6)] - **doc**: update onboarding task (Rich Trott) [#40570](https://github.com/nodejs/node/pull/40570)
|
|
96
|
+
* \[[`0a7c4ff248`](https://github.com/nodejs/node/commit/0a7c4ff248)] - **doc**: simplify ccache instructions (Rich Trott) [#40550](https://github.com/nodejs/node/pull/40550)
|
|
97
|
+
* \[[`5593dd1b25`](https://github.com/nodejs/node/commit/5593dd1b25)] - **doc**: fix macOS environment variables for ccache (Rich Trott) [#40550](https://github.com/nodejs/node/pull/40550)
|
|
98
|
+
* \[[`2d4a042675`](https://github.com/nodejs/node/commit/2d4a042675)] - **doc**: improve async\_context introduction (Michaël Zasso) [#40560](https://github.com/nodejs/node/pull/40560)
|
|
99
|
+
* \[[`9fcfef09ac`](https://github.com/nodejs/node/commit/9fcfef09ac)] - **doc**: use GFM footnotes in webcrypto.md (Rich Trott) [#40477](https://github.com/nodejs/node/pull/40477)
|
|
100
|
+
* \[[`579f01c0a3`](https://github.com/nodejs/node/commit/579f01c0a3)] - **doc**: describe buffer limit of v8.serialize (Ray Wang) [#40243](https://github.com/nodejs/node/pull/40243)
|
|
101
|
+
* \[[`3b6cf090a0`](https://github.com/nodejs/node/commit/3b6cf090a0)] - **doc**: use GFM footnotes in maintaining-V8.md (#40476) (Rich Trott) [#40476](https://github.com/nodejs/node/pull/40476)
|
|
102
|
+
* \[[`dea701004e`](https://github.com/nodejs/node/commit/dea701004e)] - **doc**: fix `fs.symlink` code example (Juan José Arboleda) [#40414](https://github.com/nodejs/node/pull/40414)
|
|
103
|
+
* \[[`595117ff0b`](https://github.com/nodejs/node/commit/595117ff0b)] - **doc**: explain backport labels (Stephen Belanger) [#40520](https://github.com/nodejs/node/pull/40520)
|
|
104
|
+
* \[[`042f01e3ed`](https://github.com/nodejs/node/commit/042f01e3ed)] - **doc**: fix entry for Slack channel in onboarding.md (Rich Trott) [#40563](https://github.com/nodejs/node/pull/40563)
|
|
105
|
+
* \[[`755c08573f`](https://github.com/nodejs/node/commit/755c08573f)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#40566](https://github.com/nodejs/node/pull/40566)
|
|
106
|
+
* \[[`c029d0b61f`](https://github.com/nodejs/node/commit/c029d0b61f)] - **doc**: document considerations for inclusion in core (Rich Trott) [#40338](https://github.com/nodejs/node/pull/40338)
|
|
107
|
+
* \[[`836fc274e4`](https://github.com/nodejs/node/commit/836fc274e4)] - _**Revert**_ "**doc**: fix typo in stream docs" (Luigi Pinca) [#40819](https://github.com/nodejs/node/pull/40819)
|
|
108
|
+
* \[[`b3a12767a4`](https://github.com/nodejs/node/commit/b3a12767a4)] - **doc**: update link in onboarding doc (Rich Trott) [#40539](https://github.com/nodejs/node/pull/40539)
|
|
109
|
+
* \[[`aa47c9f38f`](https://github.com/nodejs/node/commit/aa47c9f38f)] - **doc**: clarify behavior of napi\_extended\_error\_info (Michael Dawson) [#40458](https://github.com/nodejs/node/pull/40458)
|
|
110
|
+
* \[[`bf88328bdc`](https://github.com/nodejs/node/commit/bf88328bdc)] - **doc**: add updating expected assets to release guide (Richard Lau) [#40470](https://github.com/nodejs/node/pull/40470)
|
|
111
|
+
* \[[`621266afc7`](https://github.com/nodejs/node/commit/621266afc7)] - **doc**: format doc/api/\*.md with markdown formatter (Rich Trott) [#40403](https://github.com/nodejs/node/pull/40403)
|
|
112
|
+
* \[[`7b746381ce`](https://github.com/nodejs/node/commit/7b746381ce)] - **doc**: specify that maxFreeSockets is per host (Luigi Pinca) [#40483](https://github.com/nodejs/node/pull/40483)
|
|
113
|
+
* \[[`934dcc85c3`](https://github.com/nodejs/node/commit/934dcc85c3)] - **doc**: update Collaborator guide to reflect GitHub web UI update (Antoine du Hamel) [#40456](https://github.com/nodejs/node/pull/40456)
|
|
114
|
+
* \[[`4724e07476`](https://github.com/nodejs/node/commit/4724e07476)] - **doc**: indicate n-api out params that may be NULL (Isaac Brodsky) [#40371](https://github.com/nodejs/node/pull/40371)
|
|
115
|
+
* \[[`3b1499c971`](https://github.com/nodejs/node/commit/3b1499c971)] - **doc**: update CHANGELOG.md for Node.js 16.13.0 (Richard Lau) [#40617](https://github.com/nodejs/node/pull/40617)
|
|
116
|
+
* \[[`881dd7ba2a`](https://github.com/nodejs/node/commit/881dd7ba2a)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#40325](https://github.com/nodejs/node/pull/40325)
|
|
117
|
+
* \[[`0a8c33123e`](https://github.com/nodejs/node/commit/0a8c33123e)] - **lib,url**: correct URL's argument to pass idlharness (Khaidi Chu) [#39848](https://github.com/nodejs/node/pull/39848)
|
|
118
|
+
* \[[`480f0e1d20`](https://github.com/nodejs/node/commit/480f0e1d20)] - **meta**: use form schema for flaky test template (Michaël Zasso) [#40737](https://github.com/nodejs/node/pull/40737)
|
|
119
|
+
* \[[`55ff97342d`](https://github.com/nodejs/node/commit/55ff97342d)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#40668](https://github.com/nodejs/node/pull/40668)
|
|
120
|
+
* \[[`ef46cb428d`](https://github.com/nodejs/node/commit/ef46cb428d)] - **meta**: consolidate AUTHORS entries for brettkiefer (Rich Trott) [#40599](https://github.com/nodejs/node/pull/40599)
|
|
121
|
+
* \[[`7230b6d33d`](https://github.com/nodejs/node/commit/7230b6d33d)] - **meta**: consolidate AUTHORS entries for alexzherdev (Rich Trott) [#40620](https://github.com/nodejs/node/pull/40620)
|
|
122
|
+
* \[[`9e12ed4f68`](https://github.com/nodejs/node/commit/9e12ed4f68)] - **meta**: consolidate AUTHORS entries for Azard (Rich Trott) [#40619](https://github.com/nodejs/node/pull/40619)
|
|
123
|
+
* \[[`97aa8e42b8`](https://github.com/nodejs/node/commit/97aa8e42b8)] - **meta**: move Fishrock123 to emeritus (Jeremiah Senkpiel) [#40596](https://github.com/nodejs/node/pull/40596)
|
|
124
|
+
* \[[`7b1c89f357`](https://github.com/nodejs/node/commit/7b1c89f357)] - **meta**: consolidate AUTHORS entries for clakech (Rich Trott) [#40589](https://github.com/nodejs/node/pull/40589)
|
|
125
|
+
* \[[`0003cb6b3b`](https://github.com/nodejs/node/commit/0003cb6b3b)] - **meta**: consolidate AUTHORS entries for darai0512 (Rich Trott) [#40569](https://github.com/nodejs/node/pull/40569)
|
|
126
|
+
* \[[`7590bacec1`](https://github.com/nodejs/node/commit/7590bacec1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#40580](https://github.com/nodejs/node/pull/40580)
|
|
127
|
+
* \[[`a5475df083`](https://github.com/nodejs/node/commit/a5475df083)] - **meta**: consolidate AUTHORS entries for dfabulich (Rich Trott) [#40527](https://github.com/nodejs/node/pull/40527)
|
|
128
|
+
* \[[`c021a7f169`](https://github.com/nodejs/node/commit/c021a7f169)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#40464](https://github.com/nodejs/node/pull/40464)
|
|
129
|
+
* \[[`d64cf1706c`](https://github.com/nodejs/node/commit/d64cf1706c)] - **meta**: add Richard Lau to TSC list in README.md (Rich Trott) [#40523](https://github.com/nodejs/node/pull/40523)
|
|
130
|
+
* \[[`d09b8239bf`](https://github.com/nodejs/node/commit/d09b8239bf)] - **meta**: consolidate AUTHORS entries for dguo (Rich Trott) [#40517](https://github.com/nodejs/node/pull/40517)
|
|
131
|
+
* \[[`66192060e7`](https://github.com/nodejs/node/commit/66192060e7)] - **meta**: consolidate AUTHORS entries for cxreg (Rich Trott) [#40490](https://github.com/nodejs/node/pull/40490)
|
|
132
|
+
* \[[`b4f51276cb`](https://github.com/nodejs/node/commit/b4f51276cb)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#40485](https://github.com/nodejs/node/pull/40485)
|
|
133
|
+
* \[[`2a2b549a28`](https://github.com/nodejs/node/commit/2a2b549a28)] - **meta**: consolidate AUTHORS entries for emanuelbuholzer (Rich Trott) [#40469](https://github.com/nodejs/node/pull/40469)
|
|
134
|
+
* \[[`618bbbf2f4`](https://github.com/nodejs/node/commit/618bbbf2f4)] - **meta**: consolidate AUTHORS entries for ebickle (Rich Trott) [#40447](https://github.com/nodejs/node/pull/40447)
|
|
135
|
+
* \[[`06706e8dd2`](https://github.com/nodejs/node/commit/06706e8dd2)] - **meta**: add `typings` to label-pr-config (Mestery) [#40401](https://github.com/nodejs/node/pull/40401)
|
|
136
|
+
* \[[`e2c9e1ccdd`](https://github.com/nodejs/node/commit/e2c9e1ccdd)] - **meta**: consolidate AUTHORS entries for evantorrie (Rich Trott) [#40430](https://github.com/nodejs/node/pull/40430)
|
|
137
|
+
* \[[`dab574e937`](https://github.com/nodejs/node/commit/dab574e937)] - **policy**: fix message for invalid manifest specifier (Rich Trott) [#40574](https://github.com/nodejs/node/pull/40574)
|
|
138
|
+
* \[[`58de6cebb6`](https://github.com/nodejs/node/commit/58de6cebb6)] - **process**: refactor execution (Voltrex) [#40664](https://github.com/nodejs/node/pull/40664)
|
|
139
|
+
* \[[`bc0eb0a3ea`](https://github.com/nodejs/node/commit/bc0eb0a3ea)] - **src**: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) [#40607](https://github.com/nodejs/node/pull/40607)
|
|
140
|
+
* \[[`2c8a6ec28e`](https://github.com/nodejs/node/commit/2c8a6ec28e)] - **src**: remove usage of `AllocatedBuffer` from `node_http2` (Darshan Sen) [#40584](https://github.com/nodejs/node/pull/40584)
|
|
141
|
+
* \[[`59c26a2b2c`](https://github.com/nodejs/node/commit/59c26a2b2c)] - **src**: fix #endif description in crypto\_keygen.h (Tobias Nießen) [#40639](https://github.com/nodejs/node/pull/40639)
|
|
142
|
+
* \[[`789fef1309`](https://github.com/nodejs/node/commit/789fef1309)] - **src**: throw error instead of assertion (Ray Wang) [#40243](https://github.com/nodejs/node/pull/40243)
|
|
143
|
+
* \[[`7a8a6deee7`](https://github.com/nodejs/node/commit/7a8a6deee7)] - **src**: register external references in os bindings (Joyee Cheung) [#40239](https://github.com/nodejs/node/pull/40239)
|
|
144
|
+
* \[[`7bb3d43432`](https://github.com/nodejs/node/commit/7bb3d43432)] - **src**: register external references in crypto bindings (Joyee Cheung) [#40239](https://github.com/nodejs/node/pull/40239)
|
|
145
|
+
* \[[`143c881ccb`](https://github.com/nodejs/node/commit/143c881ccb)] - **src**: add missing inialization in agent.h (Michael Dawson) [#40379](https://github.com/nodejs/node/pull/40379)
|
|
146
|
+
* \[[`c15afda79f`](https://github.com/nodejs/node/commit/c15afda79f)] - **src**: get embedder options on-demand (Joyee Cheung) [#40357](https://github.com/nodejs/node/pull/40357)
|
|
147
|
+
* \[[`ff3b7d228e`](https://github.com/nodejs/node/commit/ff3b7d228e)] - **src**: ensure V8 initialized before marking milestone (Shelley Vohr) [#40405](https://github.com/nodejs/node/pull/40405)
|
|
148
|
+
* \[[`774bc46327`](https://github.com/nodejs/node/commit/774bc46327)] - **src,crypto**: remove `AllocatedBuffer` from `crypto_cipher.cc` (Darshan Sen) [#40400](https://github.com/nodejs/node/pull/40400)
|
|
149
|
+
* \[[`4030eff3d6`](https://github.com/nodejs/node/commit/4030eff3d6)] - **src,fs**: remove `ToLocalChecked()` call from `fs::AfterMkdirp()` (Darshan Sen) [#40386](https://github.com/nodejs/node/pull/40386)
|
|
150
|
+
* \[[`3ac99a2417`](https://github.com/nodejs/node/commit/3ac99a2417)] - **src,stream**: remove `*Check*()` calls from non-`Initialize()` functions (Darshan Sen) [#40425](https://github.com/nodejs/node/pull/40425)
|
|
151
|
+
* \[[`36d3b123a0`](https://github.com/nodejs/node/commit/36d3b123a0)] - **stream**: support array of streams in promises pipeline (Mestery) [#40193](https://github.com/nodejs/node/pull/40193)
|
|
152
|
+
* \[[`01ffe0316c`](https://github.com/nodejs/node/commit/01ffe0316c)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#40838](https://github.com/nodejs/node/pull/40838)
|
|
153
|
+
* \[[`63b44fc429`](https://github.com/nodejs/node/commit/63b44fc429)] - **test**: skip macos sandbox test with builtin modules path (Michaël Zasso) [#40607](https://github.com/nodejs/node/pull/40607)
|
|
154
|
+
* \[[`3d50997ccb`](https://github.com/nodejs/node/commit/3d50997ccb)] - **test**: add semicolon after chunk size (Luigi Pinca) [#40487](https://github.com/nodejs/node/pull/40487)
|
|
155
|
+
* \[[`f114e35115`](https://github.com/nodejs/node/commit/f114e35115)] - **test**: deflake http2-cancel-while-client-reading (Luigi Pinca) [#40659](https://github.com/nodejs/node/pull/40659)
|
|
156
|
+
* \[[`f778fa230b`](https://github.com/nodejs/node/commit/f778fa230b)] - **test**: test `crypto.setEngine()` using an actual engine (Darshan Sen) [#40481](https://github.com/nodejs/node/pull/40481)
|
|
157
|
+
* \[[`b9533c592a`](https://github.com/nodejs/node/commit/b9533c592a)] - **test**: use conventional argument order in assertion (Tobias Nießen) [#40591](https://github.com/nodejs/node/pull/40591)
|
|
158
|
+
* \[[`e72c95c580`](https://github.com/nodejs/node/commit/e72c95c580)] - **test**: fix test description (Luigi Pinca) [#40486](https://github.com/nodejs/node/pull/40486)
|
|
159
|
+
* \[[`af4e682758`](https://github.com/nodejs/node/commit/af4e682758)] - **test**: pass URL's toascii.window\.js WPT (Khaidi Chu) [#39910](https://github.com/nodejs/node/pull/39910)
|
|
160
|
+
* \[[`6de88bc5ed`](https://github.com/nodejs/node/commit/6de88bc5ed)] - **test**: adjust CLI flags test to ignore blank lines in doc (Rich Trott) [#40403](https://github.com/nodejs/node/pull/40403)
|
|
161
|
+
* \[[`8226690097`](https://github.com/nodejs/node/commit/8226690097)] - **test**: mark test-policy-integrity flaky on Windows (Rich Trott) [#40684](https://github.com/nodejs/node/pull/40684)
|
|
162
|
+
* \[[`50c6666b37`](https://github.com/nodejs/node/commit/50c6666b37)] - **test**: fix test-datetime-change-notify after daylight change (Piotr Rybak) [#40684](https://github.com/nodejs/node/pull/40684)
|
|
163
|
+
* \[[`9227f2af79`](https://github.com/nodejs/node/commit/9227f2af79)] - **test**: split test-crypto-dh.js (Joyee Cheung) [#40451](https://github.com/nodejs/node/pull/40451)
|
|
164
|
+
* \[[`c593cff0af`](https://github.com/nodejs/node/commit/c593cff0af)] - **test,doc**: correct documentation for runBenchmark() (Rich Trott) [#40683](https://github.com/nodejs/node/pull/40683)
|
|
165
|
+
* \[[`aef809f5c8`](https://github.com/nodejs/node/commit/aef809f5c8)] - **test,tools**: increase pummel/benchmark test timeout from 4x to 6x (Rich Trott) [#40684](https://github.com/nodejs/node/pull/40684)
|
|
166
|
+
* \[[`908f6447cd`](https://github.com/nodejs/node/commit/908f6447cd)] - **test,tools**: increase timeout for benchmark tests (Rich Trott) [#40684](https://github.com/nodejs/node/pull/40684)
|
|
167
|
+
* \[[`64c6575f44`](https://github.com/nodejs/node/commit/64c6575f44)] - **tools**: simplify and fix commit queue (Michaël Zasso) [#40742](https://github.com/nodejs/node/pull/40742)
|
|
168
|
+
* \[[`cba8eaf264`](https://github.com/nodejs/node/commit/cba8eaf264)] - **tools**: ensure the PR was not pushed before merging (Antoine du Hamel) [#40747](https://github.com/nodejs/node/pull/40747)
|
|
169
|
+
* \[[`1c8590e1fe`](https://github.com/nodejs/node/commit/1c8590e1fe)] - **tools**: update ESLint to 8.2.0 (Luigi Pinca) [#40734](https://github.com/nodejs/node/pull/40734)
|
|
170
|
+
* \[[`18800dee0a`](https://github.com/nodejs/node/commit/18800dee0a)] - **tools**: use GitHub Squash and Merge feature when using CQ (Antoine du Hamel) [#40666](https://github.com/nodejs/node/pull/40666)
|
|
171
|
+
* \[[`48a785edb7`](https://github.com/nodejs/node/commit/48a785edb7)] - **tools**: fix bug in `prefer-primordials` ESLint rule (Antoine du Hamel) [#40628](https://github.com/nodejs/node/pull/40628)
|
|
172
|
+
* \[[`adde2a7a8c`](https://github.com/nodejs/node/commit/adde2a7a8c)] - **tools**: add script to update c-ares (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
|
|
173
|
+
* \[[`c12ce898e8`](https://github.com/nodejs/node/commit/c12ce898e8)] - **tools**: abort CQ session when landing several commits (Antoine du Hamel) [#40577](https://github.com/nodejs/node/pull/40577)
|
|
174
|
+
* \[[`dd08e532a2`](https://github.com/nodejs/node/commit/dd08e532a2)] - **tools**: fix commit-lint workflow (Antoine du Hamel) [#40673](https://github.com/nodejs/node/pull/40673)
|
|
175
|
+
* \[[`b4a80dba79`](https://github.com/nodejs/node/commit/b4a80dba79)] - **tools**: avoid fetch extra commits when validating commit messages (Antoine du Hamel) [#39128](https://github.com/nodejs/node/pull/39128)
|
|
176
|
+
* \[[`2a53995442`](https://github.com/nodejs/node/commit/2a53995442)] - **tools**: update ESLint to 8.1.0 (Luigi Pinca) [#40582](https://github.com/nodejs/node/pull/40582)
|
|
177
|
+
* \[[`8648e50183`](https://github.com/nodejs/node/commit/8648e50183)] - **tools**: fix formatting of warning message in update-authors.js (Rich Trott) [#40600](https://github.com/nodejs/node/pull/40600)
|
|
178
|
+
* \[[`59de0f703f`](https://github.com/nodejs/node/commit/59de0f703f)] - **tools**: udpate doc tools to accommodate GFM footnotes (Rich Trott) [#40477](https://github.com/nodejs/node/pull/40477)
|
|
179
|
+
* \[[`abf3b84d77`](https://github.com/nodejs/node/commit/abf3b84d77)] - **tools**: add support for import assertions in linter (Antoine du Hamel) [#39924](https://github.com/nodejs/node/pull/39924)
|
|
180
|
+
* \[[`04c2cbecb9`](https://github.com/nodejs/node/commit/04c2cbecb9)] - **tools**: update tools/lint-md dependencies to support GFM footnotes (Rich Trott) [#40445](https://github.com/nodejs/node/pull/40445)
|
|
181
|
+
* \[[`a9990876f7`](https://github.com/nodejs/node/commit/a9990876f7)] - **tools**: update lint-md dependencies (Rich Trott) [#40404](https://github.com/nodejs/node/pull/40404)
|
|
182
|
+
* \[[`f45814bad1`](https://github.com/nodejs/node/commit/f45814bad1)] - **tools,meta**: remove exclusions from AUTHORS (Rich Trott) [#40648](https://github.com/nodejs/node/pull/40648)
|
|
183
|
+
* \[[`7d550ad966`](https://github.com/nodejs/node/commit/7d550ad966)] - **tty**: support more CI services in `getColorDepth` (Richie Bendall) [#40385](https://github.com/nodejs/node/pull/40385)
|
|
184
|
+
* \[[`cdea5b671b`](https://github.com/nodejs/node/commit/cdea5b671b)] - **typings**: add more bindings typings (Mestery) [#40415](https://github.com/nodejs/node/pull/40415)
|
|
185
|
+
* \[[`67c7d11f1a`](https://github.com/nodejs/node/commit/67c7d11f1a)] - **typings**: add JSDoc typings for inspector (Voltrex) [#38390](https://github.com/nodejs/node/pull/38390)
|
|
186
|
+
* \[[`fbe0323ebf`](https://github.com/nodejs/node/commit/fbe0323ebf)] - **typings**: improve internal bindings typings (Mestery) [#40411](https://github.com/nodejs/node/pull/40411)
|
|
187
|
+
* \[[`63ab0031c3`](https://github.com/nodejs/node/commit/63ab0031c3)] - **typings**: separate `internalBinding` typings (Mestery) [#40409](https://github.com/nodejs/node/pull/40409)
|
|
188
|
+
|
|
56
189
|
<a id="16.13.0"></a>
|
|
57
190
|
## 2021-10-26, Version 16.13.0 'Gallium' (LTS), @richardlau
|
|
58
191
|
|
|
@@ -158,7 +291,7 @@ This is a security release.
|
|
|
158
291
|
* **CVE-2021-22959**: HTTP Request Smuggling due to spaced in headers (Medium)
|
|
159
292
|
* The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at [CVE-2021-22959](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22959) after publication.
|
|
160
293
|
* **CVE-2021-22960**: HTTP Request Smuggling when parsing the body (Medium)
|
|
161
|
-
* The
|
|
294
|
+
* The http parser ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960) after publication.
|
|
162
295
|
|
|
163
296
|
### Commits
|
|
164
297
|
|
package/README.md
CHANGED
|
@@ -197,6 +197,8 @@ For information about the governance of the Node.js project, see
|
|
|
197
197
|
**Mary Marchini** \<oss@mmarchini.me> (she/her)
|
|
198
198
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
199
199
|
**Myles Borins** \<myles.borins@gmail.com> (he/him)
|
|
200
|
+
* [richardlau](https://github.com/richardlau) -
|
|
201
|
+
**Richard Lau** \<rlau@redhat.com>
|
|
200
202
|
* [ronag](https://github.com/ronag) -
|
|
201
203
|
**Robert Nagy** \<ronagy@icloud.com>
|
|
202
204
|
* [targos](https://github.com/targos) -
|
|
@@ -325,8 +327,6 @@ For information about the governance of the Node.js project, see
|
|
|
325
327
|
**Evan Lucas** \<evanlucas@me.com> (he/him)
|
|
326
328
|
* [fhinkel](https://github.com/fhinkel) -
|
|
327
329
|
**Franziska Hinkelmann** \<franziska.hinkelmann@gmail.com> (she/her)
|
|
328
|
-
* [Fishrock123](https://github.com/Fishrock123) -
|
|
329
|
-
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
330
330
|
* [Flarna](https://github.com/Flarna) -
|
|
331
331
|
**Gerhard Stöbich** \<deb2001-github@yahoo.de> (he/they)
|
|
332
332
|
* [gabrielschulhof](https://github.com/gabrielschulhof) -
|
|
@@ -445,6 +445,8 @@ For information about the governance of the Node.js project, see
|
|
|
445
445
|
**Rich Trott** \<rtrott@gmail.com> (he/him)
|
|
446
446
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
447
447
|
**Vladimir de Turckheim** \<vlad2t@hotmail.com> (he/him)
|
|
448
|
+
* [VoltrexMaster](https://github.com/VoltrexMaster) -
|
|
449
|
+
**Voltrex** \<mohammadkeyvanzade94@gmail.com> (he/him)
|
|
448
450
|
* [watilde](https://github.com/watilde) -
|
|
449
451
|
**Daijiro Wachi** \<daijiro.wachi@gmail.com> (he/him)
|
|
450
452
|
* [watson](https://github.com/watson) -
|
|
@@ -453,8 +455,6 @@ For information about the governance of the Node.js project, see
|
|
|
453
455
|
**Khaidi Chu** \<i@2333.moe> (he/him)
|
|
454
456
|
* [yashLadha](https://github.com/yashLadha) -
|
|
455
457
|
**Yash Ladha** \<yash@yashladha.in> (he/him)
|
|
456
|
-
* [yhwang](https://github.com/yhwang) -
|
|
457
|
-
**Yihong Wang** \<yh.wang@ibm.com>
|
|
458
458
|
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
459
459
|
**Yosuke Furukawa** \<yosuke.furukawa@gmail.com>
|
|
460
460
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
@@ -499,6 +499,8 @@ For information about the governance of the Node.js project, see
|
|
|
499
499
|
**Alexander Makarenko** \<estliberitas@gmail.com>
|
|
500
500
|
* [firedfox](https://github.com/firedfox) -
|
|
501
501
|
**Daniel Wang** \<wangyang0123@gmail.com>
|
|
502
|
+
* [Fishrock123](https://github.com/Fishrock123) -
|
|
503
|
+
**Jeremiah Senkpiel** \<fishrock123@rocketmail.com> (he/they)
|
|
502
504
|
* [gdams](https://github.com/gdams) -
|
|
503
505
|
**George Adams** \<gadams@microsoft.com> (he/him)
|
|
504
506
|
* [geek](https://github.com/geek) -
|
|
@@ -617,6 +619,8 @@ For information about the governance of the Node.js project, see
|
|
|
617
619
|
**Vse Mozhet Byt** \<vsemozhetbyt@gmail.com> (he/him)
|
|
618
620
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
619
621
|
**Jeremy Whitlock** \<jwhitlock@apache.org>
|
|
622
|
+
* [yhwang](https://github.com/yhwang) -
|
|
623
|
+
**Yihong Wang** \<yh.wang@ibm.com>
|
|
620
624
|
* [yorkie](https://github.com/yorkie) -
|
|
621
625
|
**Yorkie Liu** \<yorkiefixer@gmail.com>
|
|
622
626
|
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.14',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -108,6 +108,11 @@
|
|
|
108
108
|
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
|
|
109
109
|
'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
|
|
110
110
|
}],
|
|
111
|
+
# V8 pointer compression only supports 64bit architectures.
|
|
112
|
+
['target_arch in "arm ia32 mips mipsel ppc x32"', {
|
|
113
|
+
'v8_enable_pointer_compression': 0,
|
|
114
|
+
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
115
|
+
}],
|
|
111
116
|
['target_arch in "ppc64 s390x"', {
|
|
112
117
|
'v8_enable_backtrace': 1,
|
|
113
118
|
}],
|
package/include/node/node.exp
CHANGED
|
@@ -4893,15 +4893,15 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
4893
4893
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
4894
4894
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
4895
4895
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
4896
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
4897
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
4898
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
4899
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
4900
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
4901
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
4902
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
4903
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
4904
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
4896
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xd1018251a12840e
|
|
4897
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xc427499beddb94d1
|
|
4898
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x65feddc867d1e52c
|
|
4899
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x5b9b322adc4af0d
|
|
4900
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x983758d2d5a2e995
|
|
4901
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0xe66d863d5eb740dc
|
|
4902
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0x641b6ac6e73be4f5
|
|
4903
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x39afda1a80640f59
|
|
4904
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0xfa8a983b66396ce0
|
|
4905
4905
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
4906
4906
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
4907
4907
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -5899,10 +5899,10 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
|
|
|
5899
5899
|
_GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
5900
5900
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
5901
5901
|
_GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
|
|
5902
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
5903
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
5904
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.
|
|
5905
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
5902
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0x8c0045b0bcb192aa
|
|
5903
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0xe2bf9267c235eaf2
|
|
5904
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0x8bd7602837a93af4
|
|
5905
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x6bbc373957e91fff
|
|
5906
5906
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
5907
5907
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
5908
5908
|
_HZData_69
|
|
@@ -6004,6 +6004,7 @@ _Z29_v8_internal_Print_StackTracev
|
|
|
6004
6004
|
_Z30_v8_internal_Print_LoadHandlerPv
|
|
6005
6005
|
_Z30napi_module_register_by_symbolN2v85LocalINS_6ObjectEEENS0_INS_5ValueEEENS0_INS_7ContextEEEPFP12napi_value__P10napi_env__S8_E
|
|
6006
6006
|
_Z31_register_external_reference_fsPN4node25ExternalReferenceRegistryE
|
|
6007
|
+
_Z31_register_external_reference_osPN4node25ExternalReferenceRegistryE
|
|
6007
6008
|
_Z31_register_external_reference_uvPN4node25ExternalReferenceRegistryE
|
|
6008
6009
|
_Z31_register_external_reference_v8PN4node25ExternalReferenceRegistryE
|
|
6009
6010
|
_Z31_v8_internal_Print_StoreHandlerPv
|
|
@@ -6017,6 +6018,7 @@ _Z33uscript_getSampleUnicodeString_6911UScriptCode
|
|
|
6017
6018
|
_Z34_register_external_reference_typesPN4node25ExternalReferenceRegistryE
|
|
6018
6019
|
_Z34uspoof_getSkeletonUnicodeString_69PK13USpoofCheckerjRKN6icu_6913UnicodeStringERS3_P10UErrorCode
|
|
6019
6020
|
_Z35_register_external_reference_bufferPN4node25ExternalReferenceRegistryE
|
|
6021
|
+
_Z35_register_external_reference_cryptoPN4node25ExternalReferenceRegistryE
|
|
6020
6022
|
_Z35_register_external_reference_errorsPN4node25ExternalReferenceRegistryE
|
|
6021
6023
|
_Z35_register_external_reference_fs_dirPN4node25ExternalReferenceRegistryE
|
|
6022
6024
|
_Z35_register_external_reference_reportPN4node25ExternalReferenceRegistryE
|
|
@@ -6027,6 +6029,7 @@ _Z36_register_external_reference_bindingPN4node25ExternalReferenceRegistryE
|
|
|
6027
6029
|
_Z36_register_external_reference_env_varPN4node25ExternalReferenceRegistryE
|
|
6028
6030
|
_Z37_register_external_reference_profilerPN4node25ExternalReferenceRegistryE
|
|
6029
6031
|
_Z37_register_external_reference_tcp_wrapPN4node25ExternalReferenceRegistryE
|
|
6032
|
+
_Z37_register_external_reference_tls_wrapPN4node25ExternalReferenceRegistryE
|
|
6030
6033
|
_Z37_register_external_reference_tty_wrapPN4node25ExternalReferenceRegistryE
|
|
6031
6034
|
_Z38_register_external_reference_inspectorPN4node25ExternalReferenceRegistryE
|
|
6032
6035
|
_Z38_register_external_reference_messagingPN4node25ExternalReferenceRegistryE
|
|
@@ -43532,8 +43535,8 @@ _ZN4node14StreamResourceD0Ev
|
|
|
43532
43535
|
_ZN4node14StreamResourceD1Ev
|
|
43533
43536
|
_ZN4node14StreamResourceD2Ev
|
|
43534
43537
|
_ZN4node14ThreadPoolWork12ScheduleWorkEv
|
|
43535
|
-
_ZN4node14options_parser10GetOptionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
43536
43538
|
_ZN4node14options_parser10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
43539
|
+
_ZN4node14options_parser13GetCLIOptionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
43537
43540
|
_ZN4node14options_parser13OptionsParserINS_12DebugOptionsEE17SimpleOptionFieldINS_8HostPortEED0Ev
|
|
43538
43541
|
_ZN4node14options_parser13OptionsParserINS_12DebugOptionsEE17SimpleOptionFieldINS_8HostPortEED1Ev
|
|
43539
43542
|
_ZN4node14options_parser13OptionsParserINS_12DebugOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev
|
|
@@ -43557,6 +43560,7 @@ _ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE9AddOptionEPKcS5
|
|
|
43557
43560
|
_ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEED0Ev
|
|
43558
43561
|
_ZN4node14options_parser13OptionsParserINS_17PerIsolateOptionsEED1Ev
|
|
43559
43562
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE10ImpliesNotEPKcS5_
|
|
43563
|
+
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE10OptionInfoD1Ev
|
|
43560
43564
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev
|
|
43561
43565
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE17SimpleOptionFieldINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev
|
|
43562
43566
|
_ZN4node14options_parser13OptionsParserINS_17PerProcessOptionsEE17SimpleOptionFieldISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEED0Ev
|
|
@@ -43599,6 +43603,7 @@ _ZN4node14options_parser18DebugOptionsParserC1Ev
|
|
|
43599
43603
|
_ZN4node14options_parser18DebugOptionsParserC2Ev
|
|
43600
43604
|
_ZN4node14options_parser18DebugOptionsParserD0Ev
|
|
43601
43605
|
_ZN4node14options_parser18DebugOptionsParserD1Ev
|
|
43606
|
+
_ZN4node14options_parser18GetEmbedderOptionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
43602
43607
|
_ZN4node14options_parser18NotAllowedInEnvErrERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
43603
43608
|
_ZN4node14options_parser20ParseAndValidatePortERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSt6vectorIS6_SaIS6_EE
|
|
43604
43609
|
_ZN4node14options_parser23PerIsolateOptionsParserC1ERKNS0_24EnvironmentOptionsParserE
|
|
@@ -43729,6 +43734,7 @@ _ZN4node16NodeMainInstanceD2Ev
|
|
|
43729
43734
|
_ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
|
|
43730
43735
|
_ZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvE11DeserializeENS1_5LocalINS1_7ContextEEE
|
|
43731
43736
|
_ZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
|
|
43737
|
+
_ZN4node17BaseObjectPtrImplINS_9AsyncWrapELb0EE5resetEPS1_
|
|
43732
43738
|
_ZN4node17CreateEnvVarProxyEN2v85LocalINS0_7ContextEEEPNS0_7IsolateE
|
|
43733
43739
|
_ZN4node17CreateEnvironmentEPNS_11IsolateDataEN2v85LocalINS2_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EESG_NS_16EnvironmentFlags5FlagsENS_8ThreadIdESt10unique_ptrINS_21InspectorParentHandleESt14default_deleteISL_EE
|
|
43734
43740
|
_ZN4node17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorE
|
|
@@ -44278,7 +44284,6 @@ _ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
44278
44284
|
_ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
|
|
44279
44285
|
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
44280
44286
|
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_iPFvS5_EEJPcSC_iEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
44281
|
-
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcddPFvS5_EEJPcddEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
44282
44287
|
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
44283
44288
|
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcjjPFvS5_EEJPcjjEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
|
|
44284
44289
|
_ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPFvS5_EEJiEEEiPNS_11EnvironmentEN2v85LocalINSC_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
|
|
@@ -44290,6 +44295,7 @@ _ZN4node2fs9FSReqBaseD0Ev
|
|
|
44290
44295
|
_ZN4node2fs9FSReqBaseD1Ev
|
|
44291
44296
|
_ZN4node2fs9FSReqBaseD2Ev
|
|
44292
44297
|
_ZN4node2os10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
44298
|
+
_ZN4node2os26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
44293
44299
|
_ZN4node2uv10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
44294
44300
|
_ZN4node2uv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
44295
44301
|
_ZN4node2uv7ErrNameERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -44725,16 +44731,17 @@ _ZN4node6crypto10CipherBase14SetAutoPaddingEb
|
|
|
44725
44731
|
_ZN4node6crypto10CipherBase17InitAuthenticatedEPKcij
|
|
44726
44732
|
_ZN4node6crypto10CipherBase21CheckCCMMessageLengthEi
|
|
44727
44733
|
_ZN4node6crypto10CipherBase25MaybePassAuthTagToOpenSSLEv
|
|
44734
|
+
_ZN4node6crypto10CipherBase26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
44728
44735
|
_ZN4node6crypto10CipherBase3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44729
44736
|
_ZN4node6crypto10CipherBase4InitEPKcRKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
44730
44737
|
_ZN4node6crypto10CipherBase4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44731
|
-
|
|
44738
|
+
_ZN4node6crypto10CipherBase5FinalEPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS4_EE
|
|
44732
44739
|
_ZN4node6crypto10CipherBase5FinalERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44733
44740
|
_ZN4node6crypto10CipherBase6InitIvEPKcRKNS0_10ByteSourceERKNS0_25ArrayBufferOrViewContentsIhEEj
|
|
44734
44741
|
_ZN4node6crypto10CipherBase6InitIvERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44735
44742
|
_ZN4node6crypto10CipherBase6SetAADERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44736
44743
|
_ZN4node6crypto10CipherBase6SetAADERKNS0_25ArrayBufferOrViewContentsIhEEi
|
|
44737
|
-
|
|
44744
|
+
_ZN4node6crypto10CipherBase6UpdateEPKcmPSt10unique_ptrIN2v812BackingStoreESt14default_deleteIS6_EE
|
|
44738
44745
|
_ZN4node6crypto10CipherBase6UpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44739
44746
|
_ZN4node6crypto10CipherBaseC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10CipherKindE
|
|
44740
44747
|
_ZN4node6crypto10CipherBaseC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10CipherKindE
|
|
@@ -44890,6 +44897,7 @@ _ZN4node6crypto13DiffieHellman13SetPrivateKeyERKN2v820FunctionCallbackInfoINS2_5
|
|
|
44890
44897
|
_ZN4node6crypto13DiffieHellman13VerifyContextEv
|
|
44891
44898
|
_ZN4node6crypto13DiffieHellman17VerifyErrorGetterERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44892
44899
|
_ZN4node6crypto13DiffieHellman18DiffieHellmanGroupERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44900
|
+
_ZN4node6crypto13DiffieHellman26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
44893
44901
|
_ZN4node6crypto13DiffieHellman3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44894
44902
|
_ZN4node6crypto13DiffieHellman4InitEPKciS3_i
|
|
44895
44903
|
_ZN4node6crypto13DiffieHellman4InitEPKcii
|
|
@@ -44946,6 +44954,7 @@ _ZN4node6crypto13SecureContext21SetGetSessionCallbackEPFP14ssl_session_stP6ssl_s
|
|
|
44946
44954
|
_ZN4node6crypto13SecureContext21SetNewSessionCallbackEPFiP6ssl_stP14ssl_session_stE
|
|
44947
44955
|
_ZN4node6crypto13SecureContext22GetConstructorTemplateEPNS_11EnvironmentE
|
|
44948
44956
|
_ZN4node6crypto13SecureContext23EnableTicketKeyCallbackERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
44957
|
+
_ZN4node6crypto13SecureContext26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
44949
44958
|
_ZN4node6crypto13SecureContext27SetSelectSNIContextCallbackEPFiP6ssl_stPiPvE
|
|
44950
44959
|
_ZN4node6crypto13SecureContext27TicketCompatibilityCallbackEP6ssl_stPhS4_P17evp_cipher_ctx_stP11hmac_ctx_sti
|
|
44951
44960
|
_ZN4node6crypto13SecureContext3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -44984,6 +44993,7 @@ _ZN4node6crypto14GetDhKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObject
|
|
|
44984
44993
|
_ZN4node6crypto14GetEcKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
44985
44994
|
_ZN4node6crypto14GroupOrderSizeERKNS0_14ManagedEVPPKeyE
|
|
44986
44995
|
_ZN4node6crypto14ImportJWKEcKeyEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS3_20FunctionCallbackInfoINS3_5ValueEEEj
|
|
44996
|
+
_ZN4node6crypto14InitCryptoOnceEPN2v87IsolateE
|
|
44987
44997
|
_ZN4node6crypto14InitCryptoOnceEv
|
|
44988
44998
|
_ZN4node6crypto14LoadEngineByIdEPKcPNS0_16CryptoErrorStoreE
|
|
44989
44999
|
_ZN4node6crypto14ManagedEVPPKey12GetParsedKeyEPNS_11EnvironmentEOSt10unique_ptrI11evp_pkey_stNS_15FunctionDeleterIS5_XadL_Z13EVP_PKEY_freeEEEEENS0_14ParseKeyResultEPKc
|
|
@@ -45027,6 +45037,7 @@ _ZN4node6crypto15KeyObjectHandle10InitializeEPNS_11EnvironmentE
|
|
|
45027
45037
|
_ZN4node6crypto15KeyObjectHandle12GetKeyDetailERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45028
45038
|
_ZN4node6crypto15KeyObjectHandle19GetSymmetricKeySizeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45029
45039
|
_ZN4node6crypto15KeyObjectHandle20GetAsymmetricKeyTypeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45040
|
+
_ZN4node6crypto15KeyObjectHandle26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45030
45041
|
_ZN4node6crypto15KeyObjectHandle3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45031
45042
|
_ZN4node6crypto15KeyObjectHandle4DataEv
|
|
45032
45043
|
_ZN4node6crypto15KeyObjectHandle4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -45045,16 +45056,17 @@ _ZN4node6crypto15NativeKeyObject21KeyObjectTransferData11DeserializeEPNS_11Envir
|
|
|
45045
45056
|
_ZN4node6crypto15NativeKeyObject21KeyObjectTransferDataD0Ev
|
|
45046
45057
|
_ZN4node6crypto15NativeKeyObject21KeyObjectTransferDataD1Ev
|
|
45047
45058
|
_ZN4node6crypto15NativeKeyObject26CreateNativeKeyObjectClassERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45059
|
+
_ZN4node6crypto15NativeKeyObject26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45048
45060
|
_ZN4node6crypto15NativeKeyObject3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45049
45061
|
_ZN4node6crypto15NativeKeyObjectD0Ev
|
|
45050
45062
|
_ZN4node6crypto15NativeKeyObjectD1Ev
|
|
45051
|
-
|
|
45063
|
+
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EE
|
|
45052
45064
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEvRKN2v820FunctionCallbackInfoINS4_5ValueEEE
|
|
45053
|
-
|
|
45065
|
+
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EE
|
|
45054
45066
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEvRKN2v820FunctionCallbackInfoINS4_5ValueEEE
|
|
45055
|
-
|
|
45067
|
+
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EE
|
|
45056
45068
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEvRKN2v820FunctionCallbackInfoINS4_5ValueEEE
|
|
45057
|
-
|
|
45069
|
+
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EE
|
|
45058
45070
|
_ZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEvRKN2v820FunctionCallbackInfoINS4_5ValueEEE
|
|
45059
45071
|
_ZN4node6crypto15RSACipherConfigC1EOS1_
|
|
45060
45072
|
_ZN4node6crypto15RSACipherConfigC2EOS1_
|
|
@@ -45079,6 +45091,7 @@ _ZN4node6crypto15X509Certificate14Fingerprint256ERKN2v820FunctionCallbackInfoINS
|
|
|
45079
45091
|
_ZN4node6crypto15X509Certificate14SubjectAltNameERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45080
45092
|
_ZN4node6crypto15X509Certificate15CheckPrivateKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45081
45093
|
_ZN4node6crypto15X509Certificate22GetConstructorTemplateEPNS_11EnvironmentE
|
|
45094
|
+
_ZN4node6crypto15X509Certificate26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45082
45095
|
_ZN4node6crypto15X509Certificate27X509CertificateTransferData11DeserializeEPNS_11EnvironmentEN2v85LocalINS5_7ContextEEESt10unique_ptrINS_6worker12TransferDataESt14default_deleteISB_EE
|
|
45083
45096
|
_ZN4node6crypto15X509Certificate27X509CertificateTransferDataD0Ev
|
|
45084
45097
|
_ZN4node6crypto15X509Certificate27X509CertificateTransferDataD1Ev
|
|
@@ -45202,7 +45215,9 @@ _ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
|
|
|
45202
45215
|
_ZN4node6crypto25ArrayBufferOrViewContentsIcEC1EN2v85LocalINS3_5ValueEEE
|
|
45203
45216
|
_ZN4node6crypto25ArrayBufferOrViewContentsIhEC1EN2v85LocalINS3_5ValueEEE
|
|
45204
45217
|
_ZN4node6crypto26IsExtraRootCertsFileLoadedERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
45218
|
+
_ZN4node6crypto26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45205
45219
|
_ZN4node6crypto3AES10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45220
|
+
_ZN4node6crypto3AES26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45206
45221
|
_ZN4node6crypto4ECDH10ConvertKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45207
45222
|
_ZN4node6crypto4ECDH10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45208
45223
|
_ZN4node6crypto4ECDH12GenerateKeysERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -45214,6 +45229,7 @@ _ZN4node6crypto4ECDH13GetPrivateKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
45214
45229
|
_ZN4node6crypto4ECDH13SetPrivateKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45215
45230
|
_ZN4node6crypto4ECDH14IsKeyPairValidEv
|
|
45216
45231
|
_ZN4node6crypto4ECDH18IsKeyValidForCurveERKSt10unique_ptrI9bignum_stNS_15FunctionDeleterIS3_XadL_Z7BN_freeEEEEE
|
|
45232
|
+
_ZN4node6crypto4ECDH26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45217
45233
|
_ZN4node6crypto4ECDH3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45218
45234
|
_ZN4node6crypto4ECDH9GetCurvesERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45219
45235
|
_ZN4node6crypto4ECDHC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEOSt10unique_ptrI9ec_key_stNS_15FunctionDeleterIS9_XadL_Z11EC_KEY_freeEEEEE
|
|
@@ -45225,6 +45241,7 @@ _ZN4node6crypto4Hash10HashDigestERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
45225
45241
|
_ZN4node6crypto4Hash10HashUpdateEPKcm
|
|
45226
45242
|
_ZN4node6crypto4Hash10HashUpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45227
45243
|
_ZN4node6crypto4Hash10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45244
|
+
_ZN4node6crypto4Hash26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45228
45245
|
_ZN4node6crypto4Hash3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45229
45246
|
_ZN4node6crypto4Hash8HashInitEPK9evp_md_stN2v85MaybeIjEE
|
|
45230
45247
|
_ZN4node6crypto4Hash9GetHashesERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -45236,6 +45253,7 @@ _ZN4node6crypto4Hmac10HmacDigestERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
45236
45253
|
_ZN4node6crypto4Hmac10HmacUpdateEPKcm
|
|
45237
45254
|
_ZN4node6crypto4Hmac10HmacUpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45238
45255
|
_ZN4node6crypto4Hmac10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45256
|
+
_ZN4node6crypto4Hmac26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45239
45257
|
_ZN4node6crypto4Hmac3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45240
45258
|
_ZN4node6crypto4Hmac8HmacInitEPKcS3_i
|
|
45241
45259
|
_ZN4node6crypto4Hmac8HmacInitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -45244,8 +45262,10 @@ _ZN4node6crypto4HmacC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
|
45244
45262
|
_ZN4node6crypto4HmacD0Ev
|
|
45245
45263
|
_ZN4node6crypto4HmacD1Ev
|
|
45246
45264
|
_ZN4node6crypto4Keys10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45265
|
+
_ZN4node6crypto4Keys26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45247
45266
|
_ZN4node6crypto4Sign10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45248
45267
|
_ZN4node6crypto4Sign10SignUpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45268
|
+
_ZN4node6crypto4Sign26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45249
45269
|
_ZN4node6crypto4Sign3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45250
45270
|
_ZN4node6crypto4Sign8SignInitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45251
45271
|
_ZN4node6crypto4Sign9SignFinalERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
@@ -45255,6 +45275,7 @@ _ZN4node6crypto4SignC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
|
45255
45275
|
_ZN4node6crypto4SignD0Ev
|
|
45256
45276
|
_ZN4node6crypto4SignD1Ev
|
|
45257
45277
|
_ZN4node6crypto4Util10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45278
|
+
_ZN4node6crypto4Util26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45258
45279
|
_ZN4node6crypto5SPKAC10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45259
45280
|
_ZN4node6crypto5SPKAC11VerifySpkacERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45260
45281
|
_ZN4node6crypto5SPKAC11VerifySpkacERKNS0_25ArrayBufferOrViewContentsIcEE
|
|
@@ -45262,23 +45283,30 @@ _ZN4node6crypto5SPKAC15ExportChallengeERKN2v820FunctionCallbackInfoINS2_5ValueEE
|
|
|
45262
45283
|
_ZN4node6crypto5SPKAC15ExportChallengeERKNS0_25ArrayBufferOrViewContentsIcEE
|
|
45263
45284
|
_ZN4node6crypto5SPKAC15ExportPublicKeyEPNS_11EnvironmentERKNS0_25ArrayBufferOrViewContentsIcEEPm
|
|
45264
45285
|
_ZN4node6crypto5SPKAC15ExportPublicKeyERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45286
|
+
_ZN4node6crypto5SPKAC26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45265
45287
|
_ZN4node6crypto5error8DecorateEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEm
|
|
45266
45288
|
_ZN4node6crypto6DSAAlg10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45289
|
+
_ZN4node6crypto6DSAAlg26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45267
45290
|
_ZN4node6crypto6DecodeINS0_10CipherBaseEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEPFvPT_S8_PKcmE
|
|
45268
45291
|
_ZN4node6crypto6DecodeINS0_4HashEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEPFvPT_S8_PKcmE
|
|
45269
45292
|
_ZN4node6crypto6DecodeINS0_4HmacEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEPFvPT_S8_PKcmE
|
|
45270
45293
|
_ZN4node6crypto6DecodeINS0_4SignEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEPFvPT_S8_PKcmE
|
|
45271
45294
|
_ZN4node6crypto6DecodeINS0_6VerifyEEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEEPFvPT_S8_PKcmE
|
|
45272
45295
|
_ZN4node6crypto6Keygen10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45296
|
+
_ZN4node6crypto6Keygen26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45273
45297
|
_ZN4node6crypto6RSAAlg10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45298
|
+
_ZN4node6crypto6RSAAlg26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45274
45299
|
_ZN4node6crypto6Random10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45300
|
+
_ZN4node6crypto6Random26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45275
45301
|
_ZN4node6crypto6Timing10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45276
45302
|
_ZN4node6crypto6Timing15TimingSafeEqualERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45303
|
+
_ZN4node6crypto6Timing26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45277
45304
|
_ZN4node6crypto6Verify10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45278
45305
|
_ZN4node6crypto6Verify10VerifyInitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45279
45306
|
_ZN4node6crypto6Verify11VerifyFinalERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45280
45307
|
_ZN4node6crypto6Verify11VerifyFinalERKNS0_14ManagedEVPPKeyERKNS0_10ByteSourceEiRKN2v85MaybeIiEEPb
|
|
45281
45308
|
_ZN4node6crypto6Verify12VerifyUpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45309
|
+
_ZN4node6crypto6Verify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45282
45310
|
_ZN4node6crypto6Verify3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45283
45311
|
_ZN4node6crypto6VerifyC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
45284
45312
|
_ZN4node6crypto6VerifyC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
@@ -45368,6 +45396,7 @@ _ZN4node6crypto7TLSWrap22EnableSessionCallbacksERKN2v820FunctionCallbackInfoINS2
|
|
|
45368
45396
|
_ZN4node6crypto7TLSWrap22GetALPNNegotiatedProtoERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45369
45397
|
_ZN4node6crypto7TLSWrap22GetPeerX509CertificateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45370
45398
|
_ZN4node6crypto7TLSWrap24SelectSNIContextCallbackEP6ssl_stPiPv
|
|
45399
|
+
_ZN4node6crypto7TLSWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
45371
45400
|
_ZN4node6crypto7TLSWrap4WrapERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
45372
45401
|
_ZN4node6crypto7TLSWrap5CycleEv
|
|
45373
45402
|
_ZN4node6crypto7TLSWrap5GetFDEv
|
|
@@ -60447,7 +60476,6 @@ _ZNSt10_HashtableIPN4node9inspector8protocol14DispatcherBase7WeakPtrES5_SaIS5_EN
|
|
|
60447
60476
|
_ZNSt10_HashtableIPN5cppgc8internal16HeapObjectHeaderES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
|
|
60448
60477
|
_ZNSt10_HashtableIPN5cppgc8internal16PageMemoryRegionESt4pairIKS3_St10unique_ptrIS2_St14default_deleteIS2_EEESaISA_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENSC_18_Mod_range_hashingENSC_20_Default_ranged_hashENSC_20_Prime_rehash_policyENSC_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSC_10_Hash_nodeISA_Lb0EEEm
|
|
60449
60478
|
_ZNSt10_HashtableIPN8v8_crdtp16DomainDispatcher7WeakPtrES3_SaIS3_ENSt8__detail9_IdentityESt8equal_toIS3_ESt4hashIS3_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS5_10_Hash_nodeIS3_Lb0EEEm
|
|
60450
|
-
_ZNSt10_HashtableIPcSt4pairIKS0_St10unique_ptrIN2v812BackingStoreESt14default_deleteIS5_EEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSB_10_Hash_nodeIS9_Lb0EEEm
|
|
60451
60479
|
_ZNSt10_HashtableIPcSt4pairIKS0_St10unique_ptrIN2v812BackingStoreESt14default_deleteIS5_EEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb0ELb0ELb1EEEE5eraseENSB_20_Node_const_iteratorIS9_Lb0ELb0EEE
|
|
60452
60480
|
_ZNSt10_HashtableIPvS0_SaIS0_ENSt8__detail9_IdentityESt8equal_toIS0_ESt4hashIS0_ENS2_18_Mod_range_hashingENS2_20_Default_ranged_hashENS2_20_Prime_rehash_policyENS2_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS2_10_Hash_nodeIS0_Lb0EEEm
|
|
60453
60481
|
_ZNSt10_HashtableIPvS0_SaIS0_ENSt8__detail9_IdentityESt8equal_toIS0_ESt4hashIS0_ENS2_18_Mod_range_hashingENS2_20_Default_ranged_hashENS2_20_Prime_rehash_policyENS2_17_Hashtable_traitsILb0ELb1ELb1EEEE8_M_eraseEmPNS2_15_Hash_node_baseEPNS2_10_Hash_nodeIS0_Lb0EEE
|
|
@@ -67594,7 +67622,6 @@ _ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ConvertINS1_I
|
|
|
67594
67622
|
_ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ConvertINS1_INS_12DebugOptionsEE15BaseOptionFieldES5_EEDaSt10shared_ptrIT_EMS2_FPT0_vEENK12AdaptedField10LookupImplEPS2_
|
|
67595
67623
|
_ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ImpliesEPKcS5_E4args
|
|
67596
67624
|
_ZZN4node14options_parser13OptionsParserINS_18EnvironmentOptionsEE7ImpliesEPKcS5_E4args_0
|
|
67597
|
-
_ZZN4node15AllocatedBufferC4EPNS_11EnvironmentE8uv_buf_tE4args
|
|
67598
67625
|
_ZZN4node15TraceEventScopeC4EPKcS2_PvE28trace_event_unique_atomic389
|
|
67599
67626
|
_ZZN4node15TraceEventScopeD4EvE28trace_event_unique_atomic392
|
|
67600
67627
|
_ZZN4node16MaybeStackBufferI8uv_buf_tLm1024EEixEmE4args
|
|
@@ -67763,15 +67790,21 @@ _ZZN4node6crypto13DeriveBitsJobINS0_17RandomBytesTraitsEE8ToResultEPN2v85LocalIN
|
|
|
67763
67790
|
_ZZN4node6crypto13DeriveBitsJobINS0_17RandomBytesTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E4args_0
|
|
67764
67791
|
_ZZN4node6crypto13DeriveBitsJobINS0_17RandomPrimeTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E4args
|
|
67765
67792
|
_ZZN4node6crypto13DeriveBitsJobINS0_17RandomPrimeTraitsEE8ToResultEPN2v85LocalINS4_5ValueEEES8_E4args_0
|
|
67793
|
+
_ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args
|
|
67794
|
+
_ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args_0
|
|
67766
67795
|
_ZZN4node6crypto13GetInfoStringILi177EEEN2v810MaybeLocalINS2_5ValueEEEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS9_XadL_Z12BIO_free_allEEEEEP7x509_stE4args
|
|
67767
67796
|
_ZZN4node6crypto13GetInfoStringILi85EEEN2v810MaybeLocalINS2_5ValueEEEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS9_XadL_Z12BIO_free_allEEEEEP7x509_stE4args
|
|
67768
67797
|
_ZZN4node6crypto13MallocOpenSSLIcEEPT_mE4args
|
|
67769
67798
|
_ZZN4node6crypto13MallocOpenSSLIhEEPT_mE4args
|
|
67770
67799
|
_ZZN4node6crypto14ReallocOpenSSLIcEEPT_S3_mE4args
|
|
67771
|
-
|
|
67772
|
-
|
|
67773
|
-
|
|
67774
|
-
|
|
67800
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
67801
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
67802
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
67803
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
67804
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
67805
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
67806
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
|
|
67807
|
+
_ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
|
|
67775
67808
|
_ZZN4node6crypto25ArrayBufferOrViewContentsIcEC4EN2v85LocalINS3_5ValueEEEE4args
|
|
67776
67809
|
_ZZN4node6crypto25ArrayBufferOrViewContentsIhEC4EN2v85LocalINS3_5ValueEEEE4args
|
|
67777
67810
|
_ZZN4node6crypto9CipherJobINS0_15AESCipherTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
|
|
@@ -67976,8 +68009,11 @@ adler32_combine
|
|
|
67976
68009
|
adler32_combine64
|
|
67977
68010
|
adler32_z
|
|
67978
68011
|
allowedHourFormatsCleanup_69
|
|
68012
|
+
ares__addrinfo2addrttl
|
|
68013
|
+
ares__addrinfo2hostent
|
|
67979
68014
|
ares__addrinfo_cat_cnames
|
|
67980
68015
|
ares__addrinfo_cat_nodes
|
|
68016
|
+
ares__addrinfo_localhost
|
|
67981
68017
|
ares__append_addrinfo_cname
|
|
67982
68018
|
ares__append_addrinfo_node
|
|
67983
68019
|
ares__bitncmp
|
|
@@ -68004,7 +68040,6 @@ ares__malloc_addrinfo_cname
|
|
|
68004
68040
|
ares__malloc_addrinfo_node
|
|
68005
68041
|
ares__open_socket
|
|
68006
68042
|
ares__parse_into_addrinfo
|
|
68007
|
-
ares__parse_into_addrinfo2
|
|
68008
68043
|
ares__read_line
|
|
68009
68044
|
ares__readaddrinfo
|
|
68010
68045
|
ares__remove_from_list
|
|
@@ -68013,6 +68048,7 @@ ares__single_domain
|
|
|
68013
68048
|
ares__sortaddrinfo
|
|
68014
68049
|
ares__timedout
|
|
68015
68050
|
ares__tvnow
|
|
68051
|
+
ares_append_ai_node
|
|
68016
68052
|
ares_cancel
|
|
68017
68053
|
ares_create_query
|
|
68018
68054
|
ares_destroy
|
|
@@ -68063,6 +68099,7 @@ ares_parse_soa_reply
|
|
|
68063
68099
|
ares_parse_srv_reply
|
|
68064
68100
|
ares_parse_txt_reply
|
|
68065
68101
|
ares_parse_txt_reply_ext
|
|
68102
|
+
ares_parse_uri_reply
|
|
68066
68103
|
ares_process
|
|
68067
68104
|
ares_process_fd
|
|
68068
68105
|
ares_query
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#define V8_MAJOR_VERSION 9
|
|
12
12
|
#define V8_MINOR_VERSION 4
|
|
13
13
|
#define V8_BUILD_NUMBER 146
|
|
14
|
-
#define V8_PATCH_LEVEL
|
|
14
|
+
#define V8_PATCH_LEVEL 24
|
|
15
15
|
|
|
16
16
|
// Use 1 for candidates and 0 otherwise.
|
|
17
17
|
// (Boolean macro values are not supported by all preprocessors.)
|