node-aix-ppc64 18.9.1 → 18.10.0
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 +126 -0
- package/README.md +5 -3
- package/bin/node +0 -0
- package/include/node/common.gypi +3 -3
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +199 -94
- package/include/node/node_version.h +2 -2
- package/package.json +1 -1
- package/share/systemtap/tapset/node.stp +146 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.10.0">18.10.0</a><br/>
|
|
11
12
|
<a href="#18.9.1">18.9.1</a><br/>
|
|
12
13
|
<a href="#18.9.0">18.9.0</a><br/>
|
|
13
14
|
<a href="#18.8.0">18.8.0</a><br/>
|
|
@@ -43,6 +44,131 @@
|
|
|
43
44
|
* [io.js](CHANGELOG_IOJS.md)
|
|
44
45
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
45
46
|
|
|
47
|
+
<a id="18.10.0"></a>
|
|
48
|
+
|
|
49
|
+
## 2022-09-28, Version 18.10.0 (Current), @RafaelGSS
|
|
50
|
+
|
|
51
|
+
### Notable changes
|
|
52
|
+
|
|
53
|
+
* **doc**:
|
|
54
|
+
* (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588)
|
|
55
|
+
* add legendecas to TSC list (Michael Dawson) [#44662](https://github.com/nodejs/node/pull/44662)
|
|
56
|
+
* move `policy` docs to the `permissions` scope (Rafael Gonzaga) [#44222](https://github.com/nodejs/node/pull/44222)
|
|
57
|
+
* **gyp**:
|
|
58
|
+
* libnode for ios app embedding (chexiongsheng) [#44210](https://github.com/nodejs/node/pull/44210)
|
|
59
|
+
* **http**:
|
|
60
|
+
* (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) [#44588](https://github.com/nodejs/node/pull/44378)
|
|
61
|
+
* **stream**:
|
|
62
|
+
* (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505)
|
|
63
|
+
|
|
64
|
+
### Commits
|
|
65
|
+
|
|
66
|
+
* \[[`f497368679`](https://github.com/nodejs/node/commit/f497368679)] - **benchmark**: fix startup benchmark (Evan Lucas) [#44727](https://github.com/nodejs/node/pull/44727)
|
|
67
|
+
* \[[`0c9a94684e`](https://github.com/nodejs/node/commit/0c9a94684e)] - **benchmark**: add stream destroy benchmark (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533)
|
|
68
|
+
* \[[`9c5c1459a8`](https://github.com/nodejs/node/commit/9c5c1459a8)] - **bootstrap**: clean up inspector console methods during serialization (Joyee Cheung) [#44279](https://github.com/nodejs/node/pull/44279)
|
|
69
|
+
* \[[`19f67dba8a`](https://github.com/nodejs/node/commit/19f67dba8a)] - **bootstrap**: remove unused global parameter in per-context scripts (Joyee Cheung) [#44472](https://github.com/nodejs/node/pull/44472)
|
|
70
|
+
* \[[`9da11426f6`](https://github.com/nodejs/node/commit/9da11426f6)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#44604](https://github.com/nodejs/node/pull/44604)
|
|
71
|
+
* \[[`70898b4e67`](https://github.com/nodejs/node/commit/70898b4e67)] - **build**: rewritten the Android build system (BuShe Pie) [#44207](https://github.com/nodejs/node/pull/44207)
|
|
72
|
+
* \[[`a733f7faac`](https://github.com/nodejs/node/commit/a733f7faac)] - _**Revert**_ "**build**: go faster, drop -fno-omit-frame-pointer" (Ben Noordhuis) [#44566](https://github.com/nodejs/node/pull/44566)
|
|
73
|
+
* \[[`1315a83333`](https://github.com/nodejs/node/commit/1315a83333)] - **build**: fix bad upstream merge (Stephen Gallagher) [#44642](https://github.com/nodejs/node/pull/44642)
|
|
74
|
+
* \[[`993bd9b134`](https://github.com/nodejs/node/commit/993bd9b134)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#44575](https://github.com/nodejs/node/pull/44575)
|
|
75
|
+
* \[[`ca5fb67b4e`](https://github.com/nodejs/node/commit/ca5fb67b4e)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#44622](https://github.com/nodejs/node/pull/44622)
|
|
76
|
+
* \[[`8da1d6ebc4`](https://github.com/nodejs/node/commit/8da1d6ebc4)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#44704](https://github.com/nodejs/node/pull/44704)
|
|
77
|
+
* \[[`d36c4a3088`](https://github.com/nodejs/node/commit/d36c4a3088)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#44619](https://github.com/nodejs/node/pull/44619)
|
|
78
|
+
* \[[`7129106aa0`](https://github.com/nodejs/node/commit/7129106aa0)] - **deps**: upgrade npm to 8.19.2 (npm team) [#44632](https://github.com/nodejs/node/pull/44632)
|
|
79
|
+
* \[[`3cc8f4bb56`](https://github.com/nodejs/node/commit/3cc8f4bb56)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#44524](https://github.com/nodejs/node/pull/44524)
|
|
80
|
+
* \[[`4686579d4b`](https://github.com/nodejs/node/commit/4686579d4b)] - **dns**: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) [#44635](https://github.com/nodejs/node/pull/44635)
|
|
81
|
+
* \[[`729dd95f1f`](https://github.com/nodejs/node/commit/729dd95f1f)] - **dns**: refactor default resolver (Joyee Cheung) [#44541](https://github.com/nodejs/node/pull/44541)
|
|
82
|
+
* \[[`6dc038262a`](https://github.com/nodejs/node/commit/6dc038262a)] - **doc**: mention git node backport (RafaelGSS) [#44764](https://github.com/nodejs/node/pull/44764)
|
|
83
|
+
* \[[`fd971f5176`](https://github.com/nodejs/node/commit/fd971f5176)] - **doc**: ensure to revert node\_version changes (Rafael Gonzaga) [#44760](https://github.com/nodejs/node/pull/44760)
|
|
84
|
+
* \[[`f274b08f8e`](https://github.com/nodejs/node/commit/f274b08f8e)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#44761](https://github.com/nodejs/node/pull/44761)
|
|
85
|
+
* \[[`2502f2353d`](https://github.com/nodejs/node/commit/2502f2353d)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#44714](https://github.com/nodejs/node/pull/44714)
|
|
86
|
+
* \[[`064543d0ae`](https://github.com/nodejs/node/commit/064543d0ae)] - **doc**: update guidance for adding new modules (Michael Dawson) [#44576](https://github.com/nodejs/node/pull/44576)
|
|
87
|
+
* \[[`33a2f17534`](https://github.com/nodejs/node/commit/33a2f17534)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#44748](https://github.com/nodejs/node/pull/44748)
|
|
88
|
+
* \[[`10a0d75c26`](https://github.com/nodejs/node/commit/10a0d75c26)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#44387](https://github.com/nodejs/node/pull/44387)
|
|
89
|
+
* \[[`4dbe4a010c`](https://github.com/nodejs/node/commit/4dbe4a010c)] - **doc**: mention where to push security commits (RafaelGSS) [#44691](https://github.com/nodejs/node/pull/44691)
|
|
90
|
+
* \[[`82cb8151ad`](https://github.com/nodejs/node/commit/82cb8151ad)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#44734](https://github.com/nodejs/node/pull/44734)
|
|
91
|
+
* \[[`6ef9af2748`](https://github.com/nodejs/node/commit/6ef9af2748)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#44665](https://github.com/nodejs/node/pull/44665)
|
|
92
|
+
* \[[`b209c83e66`](https://github.com/nodejs/node/commit/b209c83e66)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#44625](https://github.com/nodejs/node/pull/44625)
|
|
93
|
+
* \[[`05b17e9250`](https://github.com/nodejs/node/commit/05b17e9250)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#44644](https://github.com/nodejs/node/pull/44644)
|
|
94
|
+
* \[[`ec1cbdb69b`](https://github.com/nodejs/node/commit/ec1cbdb69b)] - **doc**: add legendecas to TSC list (Michael Dawson) [#44662](https://github.com/nodejs/node/pull/44662)
|
|
95
|
+
* \[[`9341fb4446`](https://github.com/nodejs/node/commit/9341fb4446)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#44599](https://github.com/nodejs/node/pull/44599)
|
|
96
|
+
* \[[`3dabb44dda`](https://github.com/nodejs/node/commit/3dabb44dda)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#44608](https://github.com/nodejs/node/pull/44608)
|
|
97
|
+
* \[[`226d90a95a`](https://github.com/nodejs/node/commit/226d90a95a)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#44609](https://github.com/nodejs/node/pull/44609)
|
|
98
|
+
* \[[`3f710fa636`](https://github.com/nodejs/node/commit/3f710fa636)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#44617](https://github.com/nodejs/node/pull/44617)
|
|
99
|
+
* \[[`4ad1b0abc3`](https://github.com/nodejs/node/commit/4ad1b0abc3)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588)
|
|
100
|
+
* \[[`2d92610525`](https://github.com/nodejs/node/commit/2d92610525)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#44589](https://github.com/nodejs/node/pull/44589)
|
|
101
|
+
* \[[`03705639c4`](https://github.com/nodejs/node/commit/03705639c4)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#44603](https://github.com/nodejs/node/pull/44603)
|
|
102
|
+
* \[[`6c557346a7`](https://github.com/nodejs/node/commit/6c557346a7)] - **doc**: fix errors in http.md (Luigi Pinca) [#44587](https://github.com/nodejs/node/pull/44587)
|
|
103
|
+
* \[[`48d944b71c`](https://github.com/nodejs/node/commit/48d944b71c)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#44487](https://github.com/nodejs/node/pull/44487)
|
|
104
|
+
* \[[`2813323120`](https://github.com/nodejs/node/commit/2813323120)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#44572](https://github.com/nodejs/node/pull/44572)
|
|
105
|
+
* \[[`ea7b44d474`](https://github.com/nodejs/node/commit/ea7b44d474)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#44594](https://github.com/nodejs/node/pull/44594)
|
|
106
|
+
* \[[`39b65d2fb7`](https://github.com/nodejs/node/commit/39b65d2fb7)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#44585](https://github.com/nodejs/node/pull/44585)
|
|
107
|
+
* \[[`f5549afd90`](https://github.com/nodejs/node/commit/f5549afd90)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#44549](https://github.com/nodejs/node/pull/44549)
|
|
108
|
+
* \[[`a3360b1f4f`](https://github.com/nodejs/node/commit/a3360b1f4f)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#44538](https://github.com/nodejs/node/pull/44538)
|
|
109
|
+
* \[[`4e6f7862ba`](https://github.com/nodejs/node/commit/4e6f7862ba)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#44451](https://github.com/nodejs/node/pull/44451)
|
|
110
|
+
* \[[`01e584ecab`](https://github.com/nodejs/node/commit/01e584ecab)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#44222](https://github.com/nodejs/node/pull/44222)
|
|
111
|
+
* \[[`57dac53c22`](https://github.com/nodejs/node/commit/57dac53c22)] - **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan) [#44733](https://github.com/nodejs/node/pull/44733)
|
|
112
|
+
* \[[`c209bd6fb9`](https://github.com/nodejs/node/commit/c209bd6fb9)] - **doc,inspector**: document changes of inspector.close (Chengzhong Wu) [#44628](https://github.com/nodejs/node/pull/44628)
|
|
113
|
+
* \[[`9b3b7d6978`](https://github.com/nodejs/node/commit/9b3b7d6978)] - **esm,loader**: tidy ESMLoader internals (Jacob Smith) [#44701](https://github.com/nodejs/node/pull/44701)
|
|
114
|
+
* \[[`daf63d2fa3`](https://github.com/nodejs/node/commit/daf63d2fa3)] - **fs**: fix typo in mkdir example (SergeyTsukanov) [#44791](https://github.com/nodejs/node/pull/44791)
|
|
115
|
+
* \[[`85ab2f857f`](https://github.com/nodejs/node/commit/85ab2f857f)] - **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros) [#44613](https://github.com/nodejs/node/pull/44613)
|
|
116
|
+
* \[[`a6091f5496`](https://github.com/nodejs/node/commit/a6091f5496)] - **gyp**: libnode for ios app embedding (chexiongsheng) [#44210](https://github.com/nodejs/node/pull/44210)
|
|
117
|
+
* \[[`f158656e4c`](https://github.com/nodejs/node/commit/f158656e4c)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#44378](https://github.com/nodejs/node/pull/44378)
|
|
118
|
+
* \[[`1b160517f5`](https://github.com/nodejs/node/commit/1b160517f5)] - **inspector**: expose inspector.close on workers (Chengzhong Wu) [#44489](https://github.com/nodejs/node/pull/44489)
|
|
119
|
+
* \[[`a2eb55a2c9`](https://github.com/nodejs/node/commit/a2eb55a2c9)] - **lib**: don't match `sourceMappingURL` in strings (Alan Agius) [#44658](https://github.com/nodejs/node/pull/44658)
|
|
120
|
+
* \[[`2baf532518`](https://github.com/nodejs/node/commit/2baf532518)] - **lib**: fix reference leak (falsandtru) [#44499](https://github.com/nodejs/node/pull/44499)
|
|
121
|
+
* \[[`d8d34ae6bc`](https://github.com/nodejs/node/commit/d8d34ae6bc)] - **lib**: reset `RegExp` statics before running user code (Antoine du Hamel) [#44247](https://github.com/nodejs/node/pull/44247)
|
|
122
|
+
* \[[`eb3635184b`](https://github.com/nodejs/node/commit/eb3635184b)] - **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen) [#44618](https://github.com/nodejs/node/pull/44618)
|
|
123
|
+
* \[[`74dc4d198f`](https://github.com/nodejs/node/commit/74dc4d198f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44777](https://github.com/nodejs/node/pull/44777)
|
|
124
|
+
* \[[`97d2ed7296`](https://github.com/nodejs/node/commit/97d2ed7296)] - **meta**: add mailmap entry for dnlup (Rich Trott) [#44716](https://github.com/nodejs/node/pull/44716)
|
|
125
|
+
* \[[`35fbd2cc14`](https://github.com/nodejs/node/commit/35fbd2cc14)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44705](https://github.com/nodejs/node/pull/44705)
|
|
126
|
+
* \[[`c5c1bc40a2`](https://github.com/nodejs/node/commit/c5c1bc40a2)] - **meta**: move dnlup to emeriti (dnlup) [#44667](https://github.com/nodejs/node/pull/44667)
|
|
127
|
+
* \[[`c62dfe0427`](https://github.com/nodejs/node/commit/c62dfe0427)] - **meta**: update test\_runner in label-pr-config (Shrujal Shah) [#44615](https://github.com/nodejs/node/pull/44615)
|
|
128
|
+
* \[[`fe56efd0bc`](https://github.com/nodejs/node/commit/fe56efd0bc)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44591](https://github.com/nodejs/node/pull/44591)
|
|
129
|
+
* \[[`4436ffb536`](https://github.com/nodejs/node/commit/4436ffb536)] - **module**: open stat/readPackage to mutations (Maël Nison) [#44537](https://github.com/nodejs/node/pull/44537)
|
|
130
|
+
* \[[`f8ec946c82`](https://github.com/nodejs/node/commit/f8ec946c82)] - **module**: exports & imports map invalid slash deprecation (Guy Bedford) [#44477](https://github.com/nodejs/node/pull/44477)
|
|
131
|
+
* \[[`64cb43a2b6`](https://github.com/nodejs/node/commit/64cb43a2b6)] - **node-api**: add deprecation code of uncaught exception (Chengzhong Wu) [#44624](https://github.com/nodejs/node/pull/44624)
|
|
132
|
+
* \[[`ce1704c2c7`](https://github.com/nodejs/node/commit/ce1704c2c7)] - **src**: avoid using v8 on Isolate termination (Santiago Gimeno) [#44669](https://github.com/nodejs/node/pull/44669)
|
|
133
|
+
* \[[`3036b85d71`](https://github.com/nodejs/node/commit/3036b85d71)] - **src**: remove \<unistd.h> from node\_os.cc (Tobias Nießen) [#44668](https://github.com/nodejs/node/pull/44668)
|
|
134
|
+
* \[[`29f57b7899`](https://github.com/nodejs/node/commit/29f57b7899)] - **src**: avoid copy when creating Blob (Tobias Nießen) [#44616](https://github.com/nodejs/node/pull/44616)
|
|
135
|
+
* \[[`75cfb13ea6`](https://github.com/nodejs/node/commit/75cfb13ea6)] - **src**: make ReqWrap weak (Rafael Gonzaga) [#44074](https://github.com/nodejs/node/pull/44074)
|
|
136
|
+
* \[[`c12abb5ece`](https://github.com/nodejs/node/commit/c12abb5ece)] - **src**: make NearHeapLimitCallback() more robust (Joyee Cheung) [#44581](https://github.com/nodejs/node/pull/44581)
|
|
137
|
+
* \[[`81ea507e8e`](https://github.com/nodejs/node/commit/81ea507e8e)] - **src**: dump isolate stats when process exits (daomingq) [#44534](https://github.com/nodejs/node/pull/44534)
|
|
138
|
+
* \[[`687844822f`](https://github.com/nodejs/node/commit/687844822f)] - **src**: consolidate environment cleanup queue (Chengzhong Wu) [#44379](https://github.com/nodejs/node/pull/44379)
|
|
139
|
+
* \[[`3d42aaaac0`](https://github.com/nodejs/node/commit/3d42aaaac0)] - **stream**: handle a pending pull request from a released reader (Daeyeon Jeong) [#44702](https://github.com/nodejs/node/pull/44702)
|
|
140
|
+
* \[[`73ad9db6c5`](https://github.com/nodejs/node/commit/73ad9db6c5)] - **stream**: refactor use es2020 statement (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533)
|
|
141
|
+
* \[[`0af6e420b3`](https://github.com/nodejs/node/commit/0af6e420b3)] - **stream**: remove `abortReason` from `WritableStreamDefaultController` (Daeyeon Jeong) [#44540](https://github.com/nodejs/node/pull/44540)
|
|
142
|
+
* \[[`2f2f8d5821`](https://github.com/nodejs/node/commit/2f2f8d5821)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505)
|
|
143
|
+
* \[[`667e8bf3fb`](https://github.com/nodejs/node/commit/667e8bf3fb)] - **stream**: fix `writableStream.abort()` (Daeyeon Jeong) [#44327](https://github.com/nodejs/node/pull/44327)
|
|
144
|
+
* \[[`3112d5dae0`](https://github.com/nodejs/node/commit/3112d5dae0)] - **test**: verify napi\_remove\_wrap with napi\_delete\_reference (Chengzhong Wu) [#44754](https://github.com/nodejs/node/pull/44754)
|
|
145
|
+
* \[[`b512436841`](https://github.com/nodejs/node/commit/b512436841)] - **test**: change promises to async/await (Madhulika Sharma) [#44683](https://github.com/nodejs/node/pull/44683)
|
|
146
|
+
* \[[`858631f720`](https://github.com/nodejs/node/commit/858631f720)] - **test**: use async/await in test-debugger-invalid-args (Nupur Chauhan) [#44678](https://github.com/nodejs/node/pull/44678)
|
|
147
|
+
* \[[`6c9ded810c`](https://github.com/nodejs/node/commit/6c9ded810c)] - **test**: update test-debugger-low-level to use await/async (Meghana Ramesh) [#44688](https://github.com/nodejs/node/pull/44688)
|
|
148
|
+
* \[[`945aa74e57`](https://github.com/nodejs/node/commit/945aa74e57)] - **test**: check that sysconf returns a positive value (Tobias Nießen) [#44666](https://github.com/nodejs/node/pull/44666)
|
|
149
|
+
* \[[`79f0f48a6f`](https://github.com/nodejs/node/commit/79f0f48a6f)] - **test**: change promise to async/await in debugger-watcher (“Pooja) [#44687](https://github.com/nodejs/node/pull/44687)
|
|
150
|
+
* \[[`a56cb65bd6`](https://github.com/nodejs/node/commit/a56cb65bd6)] - **test**: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) [#44725](https://github.com/nodejs/node/pull/44725)
|
|
151
|
+
* \[[`8a68a80a06`](https://github.com/nodejs/node/commit/8a68a80a06)] - **test**: fix test-performance-measure (smitley) [#44637](https://github.com/nodejs/node/pull/44637)
|
|
152
|
+
* \[[`55de0136b3`](https://github.com/nodejs/node/commit/55de0136b3)] - **test**: improve lib/readline.js coverage (MURAKAMI Masahiko) [#42686](https://github.com/nodejs/node/pull/42686)
|
|
153
|
+
* \[[`a3095d217f`](https://github.com/nodejs/node/commit/a3095d217f)] - **test**: fix `test-repl` not validating leaked globals properly (Antoine du Hamel) [#44640](https://github.com/nodejs/node/pull/44640)
|
|
154
|
+
* \[[`7db2974692`](https://github.com/nodejs/node/commit/7db2974692)] - **test**: ignore stale process cleanup failures on Windows (Joyee Cheung) [#44480](https://github.com/nodejs/node/pull/44480)
|
|
155
|
+
* \[[`6c35f338c3`](https://github.com/nodejs/node/commit/6c35f338c3)] - **test**: use python3 instead of python (Luigi Pinca) [#44545](https://github.com/nodejs/node/pull/44545)
|
|
156
|
+
* \[[`20e04c6d44`](https://github.com/nodejs/node/commit/20e04c6d44)] - **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) [#44341](https://github.com/nodejs/node/pull/44341)
|
|
157
|
+
* \[[`eb25fe73b0`](https://github.com/nodejs/node/commit/eb25fe73b0)] - **test**: add more cases for parse-encoding (Tony Gorez) [#44427](https://github.com/nodejs/node/pull/44427)
|
|
158
|
+
* \[[`5ab3bc9419`](https://github.com/nodejs/node/commit/5ab3bc9419)] - **test\_runner**: include stack of uncaught exceptions (Moshe Atlow) [#44614](https://github.com/nodejs/node/pull/44614)
|
|
159
|
+
* \[[`752e1472e1`](https://github.com/nodejs/node/commit/752e1472e1)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) [#44580](https://github.com/nodejs/node/pull/44580)
|
|
160
|
+
* \[[`0cddb0af99`](https://github.com/nodejs/node/commit/0cddb0af99)] - **tools**: add update-llhttp.sh (Paolo Insogna) [#44652](https://github.com/nodejs/node/pull/44652)
|
|
161
|
+
* \[[`ef0dc47df9`](https://github.com/nodejs/node/commit/ef0dc47df9)] - **tools**: fix typo in update-nghttp2.sh (Luigi Pinca) [#44664](https://github.com/nodejs/node/pull/44664)
|
|
162
|
+
* \[[`0df181a5a1`](https://github.com/nodejs/node/commit/0df181a5a1)] - **tools**: add timezone update workflow (Lenvin Gonsalves) [#43988](https://github.com/nodejs/node/pull/43988)
|
|
163
|
+
* \[[`dd4348900d`](https://github.com/nodejs/node/commit/dd4348900d)] - **tools**: update eslint to 8.23.1 (Node.js GitHub Bot) [#44639](https://github.com/nodejs/node/pull/44639)
|
|
164
|
+
* \[[`b9cfb71e12`](https://github.com/nodejs/node/commit/b9cfb71e12)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@14.1.0 (Node.js GitHub Bot) [#44638](https://github.com/nodejs/node/pull/44638)
|
|
165
|
+
* \[[`5ae142d7ad`](https://github.com/nodejs/node/commit/5ae142d7ad)] - **tools**: update gyp-next to v0.13.0 (Jiawen Geng) [#44605](https://github.com/nodejs/node/pull/44605)
|
|
166
|
+
* \[[`5dd86c3faf`](https://github.com/nodejs/node/commit/5dd86c3faf)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@14.0.1 (Node.js GitHub Bot) [#44590](https://github.com/nodejs/node/pull/44590)
|
|
167
|
+
* \[[`caad4748cf`](https://github.com/nodejs/node/commit/caad4748cf)] - **tools**: increase timeout of running WPT (Joyee Cheung) [#44574](https://github.com/nodejs/node/pull/44574)
|
|
168
|
+
* \[[`5db9779f14`](https://github.com/nodejs/node/commit/5db9779f14)] - **tools**: fix shebang to use python3 by default (Himself65) [#44531](https://github.com/nodejs/node/pull/44531)
|
|
169
|
+
* \[[`9aa6a560e9`](https://github.com/nodejs/node/commit/9aa6a560e9)] - **v8**: add setHeapSnapshotNearHeapLimit (theanarkh) [#44420](https://github.com/nodejs/node/pull/44420)
|
|
170
|
+
* \[[`360b74e94f`](https://github.com/nodejs/node/commit/360b74e94f)] - **win**: fix fs.realpath.native for long paths (StefanStojanovic) [#44536](https://github.com/nodejs/node/pull/44536)
|
|
171
|
+
|
|
46
172
|
<a id="18.9.1"></a>
|
|
47
173
|
|
|
48
174
|
## 2022-09-23, Version 18.9.1 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Node.js
|
|
2
2
|
|
|
3
|
-
Node.js is an open-source, cross-platform
|
|
3
|
+
Node.js is an open-source, cross-platform JavaScript runtime environment.
|
|
4
4
|
|
|
5
5
|
For information on using Node.js, see the [Node.js website][].
|
|
6
6
|
|
|
@@ -178,6 +178,8 @@ For information about the governance of the Node.js project, see
|
|
|
178
178
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
179
179
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
180
180
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
181
|
+
* [legendecas](https://github.com/legendecas) -
|
|
182
|
+
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
181
183
|
* [mcollina](https://github.com/mcollina) -
|
|
182
184
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
183
185
|
* [mhdawson](https://github.com/mhdawson) -
|
|
@@ -310,8 +312,6 @@ For information about the governance of the Node.js project, see
|
|
|
310
312
|
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
311
313
|
* [dmabupt](https://github.com/dmabupt) -
|
|
312
314
|
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
313
|
-
* [dnlup](https://github.com/dnlup)
|
|
314
|
-
**Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
|
|
315
315
|
* [edsadr](https://github.com/edsadr) -
|
|
316
316
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
317
317
|
* [erickwendel](https://github.com/erickwendel) -
|
|
@@ -494,6 +494,8 @@ For information about the governance of the Node.js project, see
|
|
|
494
494
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
495
495
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
496
496
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
497
|
+
* [dnlup](https://github.com/dnlup)
|
|
498
|
+
**dnlup** <<dnlup.dev@gmail.com>>
|
|
497
499
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
498
500
|
**Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
|
|
499
501
|
* [estliberitas](https://github.com/estliberitas) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -212,6 +212,9 @@
|
|
|
212
212
|
'cflags': [ '-qINLINE=::150:100000' ]
|
|
213
213
|
}],
|
|
214
214
|
['OS!="mac" and OS!="win" and OS!="zos"', {
|
|
215
|
+
# -fno-omit-frame-pointer is necessary for the --perf_basic_prof
|
|
216
|
+
# flag to work correctly. perf(1) gets confused about JS stack
|
|
217
|
+
# frames otherwise, even with --call-graph dwarf.
|
|
215
218
|
'cflags': [ '-fno-omit-frame-pointer' ],
|
|
216
219
|
}],
|
|
217
220
|
['OS=="linux"', {
|
|
@@ -546,9 +549,6 @@
|
|
|
546
549
|
}],
|
|
547
550
|
],
|
|
548
551
|
}],
|
|
549
|
-
['OS=="freebsd" and node_use_dtrace=="true"', {
|
|
550
|
-
'libraries': [ '-lelf' ],
|
|
551
|
-
}],
|
|
552
552
|
['OS=="freebsd"', {
|
|
553
553
|
'ldflags': [
|
|
554
554
|
'-Wl,--export-dynamic',
|
package/include/node/config.gypi
CHANGED
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
'lib/internal/debugger/inspect.js',
|
|
177
177
|
'lib/internal/debugger/inspect_client.js',
|
|
178
178
|
'lib/internal/debugger/inspect_repl.js',
|
|
179
|
+
'lib/internal/dns/callback_resolver.js',
|
|
179
180
|
'lib/internal/dns/promises.js',
|
|
180
181
|
'lib/internal/dns/utils.js',
|
|
181
182
|
'lib/internal/fs/dir.js',
|
package/include/node/node.exp
CHANGED
|
@@ -5949,7 +5949,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x4ebe226fe4
|
|
|
5949
5949
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x11b6f29a79111535
|
|
5950
5950
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9e7922885c6c5f9e
|
|
5951
5951
|
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x29976dedf87fc2f5
|
|
5952
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5952
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xd7f3d0e1306bbfba
|
|
5953
5953
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5954
5954
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5955
5955
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -46094,7 +46094,7 @@ _ZN4node11SPrintFImplIR24nghttp2_headers_categoryJEEENSt7__cxx1112basic_stringIc
|
|
|
46094
46094
|
_ZN4node11SPrintFImplIRA12_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46095
46095
|
_ZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46096
46096
|
_ZN4node11SPrintFImplIRA6_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46097
|
-
|
|
46097
|
+
_ZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_
|
|
46098
46098
|
_ZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46099
46099
|
_ZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46100
46100
|
_ZN4node11SPrintFImplIRKiJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -46259,6 +46259,9 @@ _ZN4node11performance26RegisterExternalReferencesEPNS_25ExternalReferenceRegistr
|
|
|
46259
46259
|
_ZN4node11performance28GarbageCollectionCleanupHookEPv
|
|
46260
46260
|
_ZN4node11performance6NotifyERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
46261
46261
|
_ZN4node11performancelsERSoRKNS0_16PerformanceState13SerializeInfoE
|
|
46262
|
+
_ZN4node12CleanupQueue5DrainEv
|
|
46263
|
+
_ZN4node12CleanupQueueD0Ev
|
|
46264
|
+
_ZN4node12CleanupQueueD1Ev
|
|
46262
46265
|
_ZN4node12DebugOptions12CheckOptionsEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE
|
|
46263
46266
|
_ZN4node12DebugOptionsD0Ev
|
|
46264
46267
|
_ZN4node12DebugOptionsD1Ev
|
|
@@ -47405,7 +47408,7 @@ _ZN4node4Blob22GetConstructorTemplateEPNS_11EnvironmentE
|
|
|
47405
47408
|
_ZN4node4Blob26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
47406
47409
|
_ZN4node4Blob3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
47407
47410
|
_ZN4node4Blob5SliceEPNS_11EnvironmentEmm
|
|
47408
|
-
|
|
47411
|
+
_ZN4node4Blob6CreateEPNS_11EnvironmentERKSt6vectorINS_9BlobEntryESaIS4_EEm
|
|
47409
47412
|
_ZN4node4Blob7ToSliceERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
47410
47413
|
_ZN4node4BlobC1EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKSt6vectorINS_9BlobEntryESaIS8_EEm
|
|
47411
47414
|
_ZN4node4BlobC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKSt6vectorINS_9BlobEntryESaIS8_EEm
|
|
@@ -48730,7 +48733,7 @@ _ZN4node7FPrintFIJPcRKiS3_EEEvP4FILEPKcDpOT_
|
|
|
48730
48733
|
_ZN4node7FPrintFIJR24nghttp2_headers_categoryEEEvP4FILEPKcDpOT_
|
|
48731
48734
|
_ZN4node7FPrintFIJRA3_KcEEEvP4FILEPS1_DpOT_
|
|
48732
48735
|
_ZN4node7FPrintFIJRA6_KcEEEvP4FILEPS1_DpOT_
|
|
48733
|
-
|
|
48736
|
+
_ZN4node7FPrintFIJRA9_KcEEEvP4FILEPS1_DpOT_
|
|
48734
48737
|
_ZN4node7FPrintFIJRKhEEEvP4FILEPKcDpOT_
|
|
48735
48738
|
_ZN4node7FPrintFIJRKhRiEEEvP4FILEPKcDpOT_
|
|
48736
48739
|
_ZN4node7FPrintFIJRKiEEEvP4FILEPKcDpOT_
|
|
@@ -48824,7 +48827,7 @@ _ZN4node7SPrintFIJPcS1_RKiS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaI
|
|
|
48824
48827
|
_ZN4node7SPrintFIJR24nghttp2_headers_categoryEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48825
48828
|
_ZN4node7SPrintFIJRA3_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
48826
48829
|
_ZN4node7SPrintFIJRA6_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
48827
|
-
|
|
48830
|
+
_ZN4node7SPrintFIJRA9_KcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_DpOT_
|
|
48828
48831
|
_ZN4node7SPrintFIJRKhEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48829
48832
|
_ZN4node7SPrintFIJRKhRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
48830
48833
|
_ZN4node7SPrintFIJRKiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -49213,6 +49216,7 @@ _ZN4node8v8_utils18SetFlagsFromStringERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
|
49213
49216
|
_ZN4node8v8_utils20CachedDataVersionTagERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
49214
49217
|
_ZN4node8v8_utils26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
49215
49218
|
_ZN4node8v8_utils26UpdateHeapStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
49219
|
+
_ZN4node8v8_utils28SetHeapSnapshotNearHeapLimitERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
49216
49220
|
_ZN4node8v8_utils30UpdateHeapCodeStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
49217
49221
|
_ZN4node8v8_utils31UpdateHeapSpaceStatisticsBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
49218
49222
|
_ZN4node9AsyncWrap10AsyncResetEN2v85LocalINS1_6ObjectEEEdb
|
|
@@ -60270,6 +60274,11 @@ _ZNK4node11StatWatcher10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
60270
60274
|
_ZNK4node11StatWatcher14MemoryInfoNameB5cxx11Ev
|
|
60271
60275
|
_ZNK4node11StatWatcher8SelfSizeEv
|
|
60272
60276
|
_ZNK4node11UDPWrapBase8listenerEv
|
|
60277
|
+
_ZNK4node12CleanupQueue10MemoryInfoEPNS_13MemoryTrackerE
|
|
60278
|
+
_ZNK4node12CleanupQueue14MemoryInfoNameB5cxx11Ev
|
|
60279
|
+
_ZNK4node12CleanupQueue19CleanupHookCallback4HashclERKS1_
|
|
60280
|
+
_ZNK4node12CleanupQueue19CleanupHookCallback5EqualclERKS1_S4_
|
|
60281
|
+
_ZNK4node12CleanupQueue8SelfSizeEv
|
|
60273
60282
|
_ZNK4node12NgHeaderBaseINS_5http212Http2SessionEE8ToStringB5cxx11Ev
|
|
60274
60283
|
_ZNK4node12RealEnvStore3GetB5cxx11EPKc
|
|
60275
60284
|
_ZNK4node12RealEnvStore3GetEPN2v87IsolateENS1_5LocalINS1_6StringEEE
|
|
@@ -65061,7 +65070,6 @@ _ZNSt6vectorIN4node17BaseObjectPtrImplINS0_10BaseObjectELb0EEESaIS3_EED1Ev
|
|
|
65061
65070
|
_ZNSt6vectorIN4node17BaseObjectPtrImplINS0_10BaseObjectELb0EEESaIS3_EEaSERKS5_
|
|
65062
65071
|
_ZNSt6vectorIN4node17BaseObjectPtrImplINS0_2fs18FileHandleReadWrapELb0EEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
|
|
65063
65072
|
_ZNSt6vectorIN4node22PerIsolatePlatformData16ShutdownCallbackESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65064
|
-
_ZNSt6vectorIN4node5http218NgHttp2StreamWriteESaIS2_EE12emplace_backIJS2_EEERS2_DpOT_
|
|
65065
65073
|
_ZNSt6vectorIN4node5http218NgHttp2StreamWriteESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
|
|
65066
65074
|
_ZNSt6vectorIN4node8NgHeaderINS0_5http217Http2HeaderTraitsEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_
|
|
65067
65075
|
_ZNSt6vectorIN4node8PropInfoESaIS1_EE12emplace_backIJS1_EEERS1_DpOT_
|
|
@@ -68943,6 +68951,7 @@ _ZTVN4node11ReqWrapBaseE
|
|
|
68943
68951
|
_ZTVN4node11StatWatcherE
|
|
68944
68952
|
_ZTVN4node11UDPListenerE
|
|
68945
68953
|
_ZTVN4node11UDPWrapBaseE
|
|
68954
|
+
_ZTVN4node12CleanupQueueE
|
|
68946
68955
|
_ZTVN4node12DebugOptionsE
|
|
68947
68956
|
_ZTVN4node12NodePlatformE
|
|
68948
68957
|
_ZTVN4node12RealEnvStoreE
|
|
@@ -70900,7 +70909,6 @@ _ZZN4node11Environment14AddBindingDataINS_2fs11BindingDataEEEPT_N2v85LocalINS6_7
|
|
|
70900
70909
|
_ZZN4node11Environment14AddBindingDataINS_5http210Http2StateEEEPT_N2v85LocalINS6_7ContextEEENS7_INS6_6ObjectEEEE4args
|
|
70901
70910
|
_ZZN4node11Environment14AddBindingDataINS_7process11BindingDataEEEPT_N2v85LocalINS6_7ContextEEENS7_INS6_6ObjectEEEE4args
|
|
70902
70911
|
_ZZN4node11Environment14AddBindingDataINS_8v8_utils11BindingDataEEEPT_N2v85LocalINS6_7ContextEEENS7_INS6_6ObjectEEEE4args
|
|
70903
|
-
_ZZN4node11Environment14AddCleanupHookEPFvPvES1_E4args
|
|
70904
70912
|
_ZZN4node11Environment14set_main_utf16ESt10unique_ptrIN2v86String5ValueESt14default_deleteIS4_EEE4args
|
|
70905
70913
|
_ZZN4node11Environment23set_coverage_connectionESt10unique_ptrINS_8profiler20V8CoverageConnectionESt14default_deleteIS3_EEE4args
|
|
70906
70914
|
_ZZN4node11Environment27set_cpu_profiler_connectionESt10unique_ptrINS_8profiler23V8CpuProfilerConnectionESt14default_deleteIS3_EEE4args
|
|
@@ -70951,8 +70959,8 @@ _ZZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
70951
70959
|
_ZZN4node11SPrintFImplIRA3_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
70952
70960
|
_ZZN4node11SPrintFImplIRA6_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
|
|
70953
70961
|
_ZZN4node11SPrintFImplIRA6_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
70954
|
-
|
|
70955
|
-
|
|
70962
|
+
_ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args
|
|
70963
|
+
_ZZN4node11SPrintFImplIRA9_KcJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS1_OT_DpOT0_E4args_0
|
|
70956
70964
|
_ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
70957
70965
|
_ZZN4node11SPrintFImplIRKhJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args_0
|
|
70958
70966
|
_ZZN4node11SPrintFImplIRKhJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E4args
|
|
@@ -71149,6 +71157,7 @@ _ZZN4node11SwapBytes16EPcmE4args
|
|
|
71149
71157
|
_ZZN4node11SwapBytes32EPcmE4args
|
|
71150
71158
|
_ZZN4node11SwapBytes64EPcmE4args
|
|
71151
71159
|
_ZZN4node11performance27GetPerformanceMilestoneNameENS0_20PerformanceMilestoneEE4args
|
|
71160
|
+
_ZZN4node12CleanupQueue3AddEPFvPvES1_E4args
|
|
71152
71161
|
_ZZN4node12PlatformInitEvE4args
|
|
71153
71162
|
_ZZN4node12PlatformInitEvE4args_0
|
|
71154
71163
|
_ZZN4node12PlatformInitEvE4args_1
|
|
@@ -71171,7 +71180,7 @@ _ZZN4node13MemoryTracker5TrackEPKNS_14MemoryRetainerEPKcE4args_0
|
|
|
71171
71180
|
_ZZN4node13SocketAddress10GetAddressB5cxx11EPK8sockaddrE4args
|
|
71172
71181
|
_ZZN4node13SocketAddress14set_flow_labelEjE4args
|
|
71173
71182
|
_ZZN4node13SocketAddress7GetPortEPK8sockaddrE4args
|
|
71174
|
-
|
|
71183
|
+
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE28trace_event_unique_atomic114
|
|
71175
71184
|
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE4args
|
|
71176
71185
|
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE4args_0
|
|
71177
71186
|
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE4args_1
|
|
@@ -71179,7 +71188,7 @@ _ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12AfterConnectEP12uv_connect_siE
|
|
|
71179
71188
|
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_siE4args
|
|
71180
71189
|
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_siE4args_0
|
|
71181
71190
|
_ZZN4node14ConnectionWrapINS_7TCPWrapE8uv_tcp_sE12OnConnectionEP11uv_stream_siE4args_1
|
|
71182
|
-
|
|
71191
|
+
_ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE28trace_event_unique_atomic114
|
|
71183
71192
|
_ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE4args
|
|
71184
71193
|
_ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE4args_0
|
|
71185
71194
|
_ZZN4node14ConnectionWrapINS_8PipeWrapE9uv_pipe_sE12AfterConnectEP12uv_connect_siE4args_1
|
|
@@ -71252,6 +71261,8 @@ _ZZN4node17BaseObjectPtrImplINS_10BaseObjectELb0EEC4EPS1_E4args
|
|
|
71252
71261
|
_ZZN4node17BaseObjectPtrImplINS_10HandleWrapELb0EEC4EPS1_E4args
|
|
71253
71262
|
_ZZN4node17BaseObjectPtrImplINS_10StreamPipeELb0EEC4EPS1_E4args
|
|
71254
71263
|
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap11ChannelWrapELb0EEC4EPS2_E4args
|
|
71264
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap18GetAddrInfoReqWrapELb0EEC4EPS2_E4args
|
|
71265
|
+
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap18GetNameInfoReqWrapELb0EEC4EPS2_E4args
|
|
71255
71266
|
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_10AaaaTraitsEEELb0EEC4EPS4_E4args
|
|
71256
71267
|
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_11CnameTraitsEEELb0EEC4EPS4_E4args
|
|
71257
71268
|
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_11NaptrTraitsEEELb0EEC4EPS4_E4args
|
|
@@ -71266,11 +71277,13 @@ _ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SoaTraitsEEELb0EEC4E
|
|
|
71266
71277
|
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9SrvTraitsEEELb0EEC4EPS4_E4args
|
|
71267
71278
|
_ZZN4node17BaseObjectPtrImplINS_10cares_wrap9QueryWrapINS1_9TxtTraitsEEELb0EEC4EPS4_E4args
|
|
71268
71279
|
_ZZN4node17BaseObjectPtrImplINS_10contextify18MicrotaskQueueWrapELb0EEC4EPS2_E4args
|
|
71280
|
+
_ZZN4node17BaseObjectPtrImplINS_11ConnectWrapELb0EEC4EPS1_E4args
|
|
71269
71281
|
_ZZN4node17BaseObjectPtrImplINS_13HistogramBaseELb0EEC4EPS1_E4args
|
|
71270
71282
|
_ZZN4node17BaseObjectPtrImplINS_15BlobBindingDataELb0EEC4EPS1_E4args
|
|
71271
71283
|
_ZZN4node17BaseObjectPtrImplINS_17IntervalHistogramELb0EEC4EPS1_E4args
|
|
71272
71284
|
_ZZN4node17BaseObjectPtrImplINS_17SocketAddressBaseELb0EEC4EPS1_E4args
|
|
71273
71285
|
_ZZN4node17BaseObjectPtrImplINS_26SocketAddressBlockListWrapELb0EEC4EPS1_E4args
|
|
71286
|
+
_ZZN4node17BaseObjectPtrImplINS_2fs10FileHandle8CloseReqELb0EEC4EPS3_E4args
|
|
71274
71287
|
_ZZN4node17BaseObjectPtrImplINS_2fs11BindingDataELb0EEC4EPS2_E4args
|
|
71275
71288
|
_ZZN4node17BaseObjectPtrImplINS_2fs18FileHandleReadWrapELb0EEC4EPS2_E4args
|
|
71276
71289
|
_ZZN4node17BaseObjectPtrImplINS_2fs9FSReqBaseELb0EEC4EPS2_E4args
|
|
@@ -71286,7 +71299,15 @@ _ZZN4node17BaseObjectPtrImplINS_6crypto15X509CertificateELb0EEC4EPS2_E4args
|
|
|
71286
71299
|
_ZZN4node17BaseObjectPtrImplINS_6crypto7TLSWrapELb0EEC4EPS2_E4args
|
|
71287
71300
|
_ZZN4node17BaseObjectPtrImplINS_6worker11MessagePortELb0EEC4EPS2_E4args
|
|
71288
71301
|
_ZZN4node17BaseObjectPtrImplINS_6worker23WorkerHeapSnapshotTakerELb0EEC4EPS2_E4args
|
|
71302
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI10uv_write_sEELb0EEC4EPS3_E4args
|
|
71303
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI12uv_connect_sEELb0EEC4EPS3_E4args
|
|
71304
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI13uv_shutdown_sEELb0EEC4EPS3_E4args
|
|
71305
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI13uv_udp_send_sEELb0EEC4EPS3_E4args
|
|
71306
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI16uv_getaddrinfo_sEELb0EEC4EPS3_E4args
|
|
71307
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI16uv_getnameinfo_sEELb0EEC4EPS3_E4args
|
|
71308
|
+
_ZZN4node17BaseObjectPtrImplINS_7ReqWrapI7uv_fs_sEELb0EEC4EPS3_E4args
|
|
71289
71309
|
_ZZN4node17BaseObjectPtrImplINS_7process11BindingDataELb0EEC4EPS2_E4args
|
|
71310
|
+
_ZZN4node17BaseObjectPtrImplINS_8SendWrapELb0EEC4EPS1_E4args
|
|
71290
71311
|
_ZZN4node17BaseObjectPtrImplINS_8v8_utils11BindingDataELb0EEC4EPS2_E4args
|
|
71291
71312
|
_ZZN4node17BaseObjectPtrImplINS_9AsyncWrapELb0EEC4EPS1_E4args
|
|
71292
71313
|
_ZZN4node17GetSockOrPeerNameINS_7TCPWrapEXadL_Z18uv_tcp_getpeernameEEEEvRKN2v820FunctionCallbackInfoINS2_5ValueEEEE4args
|
|
@@ -71510,19 +71531,14 @@ _ZZN4node7ReallocIcEEPT_S2_mE4args
|
|
|
71510
71531
|
_ZZN4node7ReallocIhEEPT_S2_mE4args
|
|
71511
71532
|
_ZZN4node7ReallocIjEEPT_S2_mE4args
|
|
71512
71533
|
_ZZN4node7ReallocItEEPT_S2_mE4args
|
|
71513
|
-
|
|
71514
|
-
_ZZN4node7ReqWrapI12uv_connect_sED4EvE4args
|
|
71515
|
-
_ZZN4node7ReqWrapI13uv_shutdown_sED4EvE4args
|
|
71516
|
-
_ZZN4node7ReqWrapI13uv_udp_send_sED4EvE4args
|
|
71517
|
-
_ZZN4node7ReqWrapI16uv_getaddrinfo_sED4EvE4args
|
|
71518
|
-
_ZZN4node7ReqWrapI16uv_getnameinfo_sED4EvE4args
|
|
71519
|
-
_ZZN4node7ReqWrapI7uv_fs_sED4EvE4args
|
|
71520
|
-
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic354
|
|
71534
|
+
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic355
|
|
71521
71535
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
|
|
71522
71536
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
|
|
71523
|
-
|
|
71537
|
+
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_1
|
|
71538
|
+
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic355
|
|
71524
71539
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args
|
|
71525
71540
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_0
|
|
71541
|
+
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE4args_1
|
|
71526
71542
|
_ZZN4node7binding10FindModuleEPNS_11node_moduleEPKciE4args
|
|
71527
71543
|
_ZZN4node7binding19global_handle_map_t25get_and_increase_refcountEPvE4args
|
|
71528
71544
|
_ZZN4node7binding19global_handle_map_t3setEPvPNS_11node_moduleEE4args
|
|
@@ -73359,6 +73375,10 @@ nghttp2_submit_shutdown_notice
|
|
|
73359
73375
|
nghttp2_submit_trailer
|
|
73360
73376
|
nghttp2_submit_window_update
|
|
73361
73377
|
nghttp2_version
|
|
73378
|
+
nghttp3_balloc_clear
|
|
73379
|
+
nghttp3_balloc_free
|
|
73380
|
+
nghttp3_balloc_get
|
|
73381
|
+
nghttp3_balloc_init
|
|
73362
73382
|
nghttp3_buf_cap
|
|
73363
73383
|
nghttp3_buf_free
|
|
73364
73384
|
nghttp3_buf_init
|
|
@@ -73375,56 +73395,43 @@ nghttp3_client_stream_uni
|
|
|
73375
73395
|
nghttp3_conn_add_ack_offset
|
|
73376
73396
|
nghttp3_conn_add_write_offset
|
|
73377
73397
|
nghttp3_conn_bind_control_stream
|
|
73378
|
-
nghttp3_conn_bind_push_stream
|
|
73379
73398
|
nghttp3_conn_bind_qpack_streams
|
|
73380
73399
|
nghttp3_conn_block_stream
|
|
73381
|
-
|
|
73382
|
-
nghttp3_conn_cancel_push_stream
|
|
73383
|
-
nghttp3_conn_client_cancel_push
|
|
73384
|
-
nghttp3_conn_client_new
|
|
73400
|
+
nghttp3_conn_client_new_versioned
|
|
73385
73401
|
nghttp3_conn_close_stream
|
|
73386
|
-
nghttp3_conn_create_push_promise
|
|
73387
73402
|
nghttp3_conn_create_stream
|
|
73388
73403
|
nghttp3_conn_del
|
|
73389
73404
|
nghttp3_conn_ensure_stream_scheduled
|
|
73390
|
-
nghttp3_conn_find_push_promise
|
|
73391
73405
|
nghttp3_conn_find_stream
|
|
73392
73406
|
nghttp3_conn_get_frame_payload_left
|
|
73393
73407
|
nghttp3_conn_get_next_tx_stream
|
|
73394
73408
|
nghttp3_conn_get_stream_priority
|
|
73395
73409
|
nghttp3_conn_is_remote_qpack_encoder_stream
|
|
73396
|
-
|
|
73410
|
+
nghttp3_conn_is_stream_writable
|
|
73397
73411
|
nghttp3_conn_on_data
|
|
73398
73412
|
nghttp3_conn_on_headers
|
|
73399
|
-
|
|
73400
|
-
nghttp3_conn_on_server_cancel_push
|
|
73413
|
+
nghttp3_conn_on_priority_update
|
|
73401
73414
|
nghttp3_conn_on_settings_entry_received
|
|
73402
|
-
nghttp3_conn_on_stream_push_id
|
|
73403
73415
|
nghttp3_conn_qpack_blocked_streams_pop
|
|
73404
73416
|
nghttp3_conn_qpack_blocked_streams_push
|
|
73405
73417
|
nghttp3_conn_read_bidi
|
|
73406
73418
|
nghttp3_conn_read_control
|
|
73407
|
-
nghttp3_conn_read_push
|
|
73408
73419
|
nghttp3_conn_read_qpack_decoder
|
|
73409
73420
|
nghttp3_conn_read_qpack_encoder
|
|
73410
73421
|
nghttp3_conn_read_stream
|
|
73411
73422
|
nghttp3_conn_read_uni
|
|
73412
|
-
nghttp3_conn_reject_push_stream
|
|
73413
73423
|
nghttp3_conn_reject_stream
|
|
73414
|
-
nghttp3_conn_reset_stream
|
|
73415
73424
|
nghttp3_conn_resume_stream
|
|
73416
73425
|
nghttp3_conn_schedule_stream
|
|
73417
|
-
|
|
73418
|
-
nghttp3_conn_server_new
|
|
73426
|
+
nghttp3_conn_server_new_versioned
|
|
73419
73427
|
nghttp3_conn_set_max_client_streams_bidi
|
|
73420
73428
|
nghttp3_conn_set_max_concurrent_streams
|
|
73421
73429
|
nghttp3_conn_set_stream_priority
|
|
73422
73430
|
nghttp3_conn_set_stream_user_data
|
|
73423
73431
|
nghttp3_conn_shutdown
|
|
73432
|
+
nghttp3_conn_shutdown_stream_read
|
|
73424
73433
|
nghttp3_conn_shutdown_stream_write
|
|
73425
73434
|
nghttp3_conn_submit_info
|
|
73426
|
-
nghttp3_conn_submit_max_push_id
|
|
73427
|
-
nghttp3_conn_submit_push_promise
|
|
73428
73435
|
nghttp3_conn_submit_request
|
|
73429
73436
|
nghttp3_conn_submit_response
|
|
73430
73437
|
nghttp3_conn_submit_shutdown_notice
|
|
@@ -73435,16 +73442,14 @@ nghttp3_conn_writev_stream
|
|
|
73435
73442
|
nghttp3_cpymem
|
|
73436
73443
|
nghttp3_downcase
|
|
73437
73444
|
nghttp3_err_infer_quic_app_error_code
|
|
73445
|
+
nghttp3_err_is_fatal
|
|
73438
73446
|
nghttp3_frame_headers_free
|
|
73439
|
-
nghttp3_frame_push_promise_free
|
|
73440
|
-
nghttp3_frame_write_cancel_push
|
|
73441
|
-
nghttp3_frame_write_cancel_push_len
|
|
73442
73447
|
nghttp3_frame_write_goaway
|
|
73443
73448
|
nghttp3_frame_write_goaway_len
|
|
73444
73449
|
nghttp3_frame_write_hd
|
|
73445
73450
|
nghttp3_frame_write_hd_len
|
|
73446
|
-
|
|
73447
|
-
|
|
73451
|
+
nghttp3_frame_write_priority_update
|
|
73452
|
+
nghttp3_frame_write_priority_update_len
|
|
73448
73453
|
nghttp3_frame_write_settings
|
|
73449
73454
|
nghttp3_frame_write_settings_len
|
|
73450
73455
|
nghttp3_gaptr_drop_first_gap
|
|
@@ -73476,7 +73481,6 @@ nghttp3_ksl_free
|
|
|
73476
73481
|
nghttp3_ksl_init
|
|
73477
73482
|
nghttp3_ksl_insert
|
|
73478
73483
|
nghttp3_ksl_it_begin
|
|
73479
|
-
nghttp3_ksl_it_get
|
|
73480
73484
|
nghttp3_ksl_it_init
|
|
73481
73485
|
nghttp3_ksl_it_prev
|
|
73482
73486
|
nghttp3_ksl_len
|
|
@@ -73486,27 +73490,34 @@ nghttp3_ksl_print
|
|
|
73486
73490
|
nghttp3_ksl_range_compar
|
|
73487
73491
|
nghttp3_ksl_range_exclusive_compar
|
|
73488
73492
|
nghttp3_ksl_remove
|
|
73493
|
+
nghttp3_ksl_remove_hint
|
|
73489
73494
|
nghttp3_ksl_update_key
|
|
73490
73495
|
nghttp3_map_clear
|
|
73491
73496
|
nghttp3_map_each
|
|
73492
73497
|
nghttp3_map_each_free
|
|
73493
|
-
nghttp3_map_entry_init
|
|
73494
73498
|
nghttp3_map_find
|
|
73495
73499
|
nghttp3_map_free
|
|
73496
73500
|
nghttp3_map_init
|
|
73497
73501
|
nghttp3_map_insert
|
|
73502
|
+
nghttp3_map_print_distance
|
|
73498
73503
|
nghttp3_map_remove
|
|
73499
73504
|
nghttp3_map_size
|
|
73500
73505
|
nghttp3_mem_calloc
|
|
73501
73506
|
nghttp3_mem_default
|
|
73502
73507
|
nghttp3_mem_free
|
|
73503
|
-
nghttp3_mem_free2
|
|
73504
73508
|
nghttp3_mem_malloc
|
|
73505
73509
|
nghttp3_mem_realloc
|
|
73506
73510
|
nghttp3_node_id_eq
|
|
73507
73511
|
nghttp3_node_id_init
|
|
73508
73512
|
nghttp3_nva_copy
|
|
73509
73513
|
nghttp3_nva_del
|
|
73514
|
+
nghttp3_objalloc_clear
|
|
73515
|
+
nghttp3_objalloc_free
|
|
73516
|
+
nghttp3_objalloc_init
|
|
73517
|
+
nghttp3_opl_clear
|
|
73518
|
+
nghttp3_opl_init
|
|
73519
|
+
nghttp3_opl_pop
|
|
73520
|
+
nghttp3_opl_push
|
|
73510
73521
|
nghttp3_ord_stream_id
|
|
73511
73522
|
nghttp3_pq_clear
|
|
73512
73523
|
nghttp3_pq_each
|
|
@@ -73519,8 +73530,6 @@ nghttp3_pq_remove
|
|
|
73519
73530
|
nghttp3_pq_size
|
|
73520
73531
|
nghttp3_pq_top
|
|
73521
73532
|
nghttp3_pri_to_uint8
|
|
73522
|
-
nghttp3_push_promise_del
|
|
73523
|
-
nghttp3_push_promise_new
|
|
73524
73533
|
nghttp3_put_uint16be
|
|
73525
73534
|
nghttp3_put_uint24be
|
|
73526
73535
|
nghttp3_put_uint32be
|
|
@@ -73552,13 +73561,13 @@ nghttp3_qpack_decoder_read_encoder
|
|
|
73552
73561
|
nghttp3_qpack_decoder_read_request
|
|
73553
73562
|
nghttp3_qpack_decoder_reconstruct_ricnt
|
|
73554
73563
|
nghttp3_qpack_decoder_rel2abs
|
|
73555
|
-
nghttp3_qpack_decoder_set_dtable_cap
|
|
73556
73564
|
nghttp3_qpack_decoder_set_max_concurrent_streams
|
|
73565
|
+
nghttp3_qpack_decoder_set_max_dtable_capacity
|
|
73557
73566
|
nghttp3_qpack_decoder_write_decoder
|
|
73558
73567
|
nghttp3_qpack_decoder_write_section_ack
|
|
73559
73568
|
nghttp3_qpack_encoder_ack_everything
|
|
73560
73569
|
nghttp3_qpack_encoder_ack_header
|
|
73561
|
-
|
|
73570
|
+
nghttp3_qpack_encoder_add_icnt
|
|
73562
73571
|
nghttp3_qpack_encoder_block_stream
|
|
73563
73572
|
nghttp3_qpack_encoder_cancel_stream
|
|
73564
73573
|
nghttp3_qpack_encoder_del
|
|
@@ -73571,15 +73580,14 @@ nghttp3_qpack_encoder_encode_nv
|
|
|
73571
73580
|
nghttp3_qpack_encoder_find_stream
|
|
73572
73581
|
nghttp3_qpack_encoder_free
|
|
73573
73582
|
nghttp3_qpack_encoder_get_min_cnt
|
|
73574
|
-
|
|
73583
|
+
nghttp3_qpack_encoder_get_num_blocked_streams
|
|
73575
73584
|
nghttp3_qpack_encoder_init
|
|
73576
73585
|
nghttp3_qpack_encoder_lookup_dtable
|
|
73577
73586
|
nghttp3_qpack_encoder_new
|
|
73578
73587
|
nghttp3_qpack_encoder_process_dtable_update
|
|
73579
73588
|
nghttp3_qpack_encoder_read_decoder
|
|
73580
|
-
|
|
73581
|
-
|
|
73582
|
-
nghttp3_qpack_encoder_set_max_dtable_size
|
|
73589
|
+
nghttp3_qpack_encoder_set_max_blocked_streams
|
|
73590
|
+
nghttp3_qpack_encoder_set_max_dtable_capacity
|
|
73583
73591
|
nghttp3_qpack_encoder_shrink_dtable
|
|
73584
73592
|
nghttp3_qpack_encoder_stream_is_blocked
|
|
73585
73593
|
nghttp3_qpack_encoder_unblock
|
|
@@ -73646,10 +73654,11 @@ nghttp3_ringbuf_reserve
|
|
|
73646
73654
|
nghttp3_ringbuf_resize
|
|
73647
73655
|
nghttp3_server_stream_uni
|
|
73648
73656
|
nghttp3_set_debug_vprintf_callback
|
|
73649
|
-
|
|
73657
|
+
nghttp3_settings_default_versioned
|
|
73658
|
+
nghttp3_sf_parse_inner_list
|
|
73659
|
+
nghttp3_sf_parse_item
|
|
73650
73660
|
nghttp3_stream_add_ack_offset
|
|
73651
73661
|
nghttp3_stream_add_outq_offset
|
|
73652
|
-
nghttp3_stream_bidi_or_push
|
|
73653
73662
|
nghttp3_stream_buffer_data
|
|
73654
73663
|
nghttp3_stream_del
|
|
73655
73664
|
nghttp3_stream_empty_headers_allowed
|
|
@@ -73667,16 +73676,14 @@ nghttp3_stream_read_state_reset
|
|
|
73667
73676
|
nghttp3_stream_require_schedule
|
|
73668
73677
|
nghttp3_stream_transit_rx_http_state
|
|
73669
73678
|
nghttp3_stream_uni
|
|
73670
|
-
nghttp3_stream_write_cancel_push
|
|
73671
73679
|
nghttp3_stream_write_data
|
|
73680
|
+
nghttp3_stream_write_goaway
|
|
73672
73681
|
nghttp3_stream_write_header_block
|
|
73673
73682
|
nghttp3_stream_write_headers
|
|
73674
|
-
|
|
73675
|
-
nghttp3_stream_write_push_promise
|
|
73683
|
+
nghttp3_stream_write_priority_update
|
|
73676
73684
|
nghttp3_stream_write_qpack_decoder_stream
|
|
73677
73685
|
nghttp3_stream_write_settings
|
|
73678
73686
|
nghttp3_stream_write_stream_type
|
|
73679
|
-
nghttp3_stream_write_stream_type_push_id
|
|
73680
73687
|
nghttp3_stream_writev
|
|
73681
73688
|
nghttp3_strerror
|
|
73682
73689
|
nghttp3_tnode_free
|
|
@@ -73687,14 +73694,15 @@ nghttp3_tnode_unschedule
|
|
|
73687
73694
|
nghttp3_typed_buf_init
|
|
73688
73695
|
nghttp3_varint_read_state_reset
|
|
73689
73696
|
nghttp3_vec_len
|
|
73697
|
+
nghttp3_vec_len_varint
|
|
73690
73698
|
nghttp3_version
|
|
73691
73699
|
ngtcp2_accept
|
|
73692
73700
|
ngtcp2_acktr_add
|
|
73693
73701
|
ngtcp2_acktr_add_ack
|
|
73694
73702
|
ngtcp2_acktr_commit_ack
|
|
73695
73703
|
ngtcp2_acktr_empty
|
|
73696
|
-
|
|
73697
|
-
|
|
73704
|
+
ngtcp2_acktr_entry_objalloc_del
|
|
73705
|
+
ngtcp2_acktr_entry_objalloc_new
|
|
73698
73706
|
ngtcp2_acktr_forget
|
|
73699
73707
|
ngtcp2_acktr_free
|
|
73700
73708
|
ngtcp2_acktr_get
|
|
@@ -73708,12 +73716,31 @@ ngtcp2_addr_copy_byte
|
|
|
73708
73716
|
ngtcp2_addr_empty
|
|
73709
73717
|
ngtcp2_addr_eq
|
|
73710
73718
|
ngtcp2_addr_init
|
|
73719
|
+
ngtcp2_balloc_clear
|
|
73720
|
+
ngtcp2_balloc_free
|
|
73721
|
+
ngtcp2_balloc_get
|
|
73722
|
+
ngtcp2_balloc_init
|
|
73723
|
+
ngtcp2_bbr_cc_free
|
|
73724
|
+
ngtcp2_bbr_cc_init
|
|
73711
73725
|
ngtcp2_bind_frame_chains
|
|
73712
73726
|
ngtcp2_buf_cap
|
|
73727
|
+
ngtcp2_buf_chain_del
|
|
73728
|
+
ngtcp2_buf_chain_new
|
|
73713
73729
|
ngtcp2_buf_init
|
|
73714
|
-
ngtcp2_buf_left
|
|
73715
|
-
ngtcp2_buf_len
|
|
73716
73730
|
ngtcp2_buf_reset
|
|
73731
|
+
ngtcp2_cc_bbr2_cc_free
|
|
73732
|
+
ngtcp2_cc_bbr2_cc_init
|
|
73733
|
+
ngtcp2_cc_bbr_cc_congestion_event
|
|
73734
|
+
ngtcp2_cc_bbr_cc_event
|
|
73735
|
+
ngtcp2_cc_bbr_cc_free
|
|
73736
|
+
ngtcp2_cc_bbr_cc_init
|
|
73737
|
+
ngtcp2_cc_bbr_cc_new_rtt_sample
|
|
73738
|
+
ngtcp2_cc_bbr_cc_on_ack_recv
|
|
73739
|
+
ngtcp2_cc_bbr_cc_on_persistent_congestion
|
|
73740
|
+
ngtcp2_cc_bbr_cc_on_pkt_acked
|
|
73741
|
+
ngtcp2_cc_bbr_cc_on_pkt_sent
|
|
73742
|
+
ngtcp2_cc_bbr_cc_on_spurious_congestion
|
|
73743
|
+
ngtcp2_cc_bbr_cc_reset
|
|
73717
73744
|
ngtcp2_cc_compute_initcwnd
|
|
73718
73745
|
ngtcp2_cc_cubic_cc_congestion_event
|
|
73719
73746
|
ngtcp2_cc_cubic_cc_event
|
|
@@ -73724,6 +73751,7 @@ ngtcp2_cc_cubic_cc_on_ack_recv
|
|
|
73724
73751
|
ngtcp2_cc_cubic_cc_on_persistent_congestion
|
|
73725
73752
|
ngtcp2_cc_cubic_cc_on_pkt_acked
|
|
73726
73753
|
ngtcp2_cc_cubic_cc_on_pkt_sent
|
|
73754
|
+
ngtcp2_cc_cubic_cc_on_spurious_congestion
|
|
73727
73755
|
ngtcp2_cc_cubic_cc_reset
|
|
73728
73756
|
ngtcp2_cc_pkt_init
|
|
73729
73757
|
ngtcp2_cc_reno_cc_congestion_event
|
|
@@ -73733,7 +73761,6 @@ ngtcp2_cc_reno_cc_on_ack_recv
|
|
|
73733
73761
|
ngtcp2_cc_reno_cc_on_persistent_congestion
|
|
73734
73762
|
ngtcp2_cc_reno_cc_on_pkt_acked
|
|
73735
73763
|
ngtcp2_cc_reno_cc_reset
|
|
73736
|
-
ngtcp2_check_invalid_stateless_reset_token
|
|
73737
73764
|
ngtcp2_cid_empty
|
|
73738
73765
|
ngtcp2_cid_eq
|
|
73739
73766
|
ngtcp2_cid_init
|
|
@@ -73743,22 +73770,28 @@ ngtcp2_cmemeq
|
|
|
73743
73770
|
ngtcp2_conn_ack_delay_expiry
|
|
73744
73771
|
ngtcp2_conn_after_retry
|
|
73745
73772
|
ngtcp2_conn_cancel_expired_ack_delay_timer
|
|
73746
|
-
|
|
73773
|
+
ngtcp2_conn_client_new_versioned
|
|
73747
73774
|
ngtcp2_conn_close_stream
|
|
73748
73775
|
ngtcp2_conn_close_stream_if_shut_rdwr
|
|
73749
73776
|
ngtcp2_conn_commit_local_transport_params
|
|
73777
|
+
ngtcp2_conn_compute_pto
|
|
73778
|
+
ngtcp2_conn_decode_remote_transport_params
|
|
73750
73779
|
ngtcp2_conn_del
|
|
73751
73780
|
ngtcp2_conn_detect_lost_pkt
|
|
73752
73781
|
ngtcp2_conn_early_data_rejected
|
|
73782
|
+
ngtcp2_conn_encode_local_transport_params
|
|
73753
73783
|
ngtcp2_conn_extend_max_offset
|
|
73754
73784
|
ngtcp2_conn_extend_max_stream_offset
|
|
73755
73785
|
ngtcp2_conn_extend_max_streams_bidi
|
|
73756
73786
|
ngtcp2_conn_extend_max_streams_uni
|
|
73757
73787
|
ngtcp2_conn_find_stream
|
|
73758
73788
|
ngtcp2_conn_get_active_dcid
|
|
73759
|
-
|
|
73760
|
-
|
|
73789
|
+
ngtcp2_conn_get_client_chosen_version
|
|
73790
|
+
ngtcp2_conn_get_client_initial_dcid
|
|
73791
|
+
ngtcp2_conn_get_conn_stat_versioned
|
|
73792
|
+
ngtcp2_conn_get_connection_close_error
|
|
73761
73793
|
ngtcp2_conn_get_crypto_ctx
|
|
73794
|
+
ngtcp2_conn_get_cwnd_left
|
|
73762
73795
|
ngtcp2_conn_get_dcid
|
|
73763
73796
|
ngtcp2_conn_get_early_crypto_ctx
|
|
73764
73797
|
ngtcp2_conn_get_expiry
|
|
@@ -73768,20 +73801,27 @@ ngtcp2_conn_get_initial_crypto_ctx
|
|
|
73768
73801
|
ngtcp2_conn_get_local_transport_params
|
|
73769
73802
|
ngtcp2_conn_get_max_data_left
|
|
73770
73803
|
ngtcp2_conn_get_max_local_streams_uni
|
|
73804
|
+
ngtcp2_conn_get_max_stream_data_left
|
|
73805
|
+
ngtcp2_conn_get_max_udp_payload_size
|
|
73771
73806
|
ngtcp2_conn_get_negotiated_version
|
|
73772
73807
|
ngtcp2_conn_get_num_active_dcid
|
|
73773
73808
|
ngtcp2_conn_get_num_scid
|
|
73774
73809
|
ngtcp2_conn_get_path
|
|
73810
|
+
ngtcp2_conn_get_path_max_udp_payload_size
|
|
73775
73811
|
ngtcp2_conn_get_pto
|
|
73776
73812
|
ngtcp2_conn_get_remote_transport_params
|
|
73777
73813
|
ngtcp2_conn_get_scid
|
|
73814
|
+
ngtcp2_conn_get_send_quantum
|
|
73815
|
+
ngtcp2_conn_get_stream_loss_count
|
|
73778
73816
|
ngtcp2_conn_get_streams_bidi_left
|
|
73779
73817
|
ngtcp2_conn_get_streams_uni_left
|
|
73818
|
+
ngtcp2_conn_get_tls_alert
|
|
73780
73819
|
ngtcp2_conn_get_tls_error
|
|
73781
73820
|
ngtcp2_conn_get_tls_native_handle
|
|
73782
73821
|
ngtcp2_conn_handle_expiry
|
|
73783
73822
|
ngtcp2_conn_handshake_completed
|
|
73784
73823
|
ngtcp2_conn_init_stream
|
|
73824
|
+
ngtcp2_conn_initiate_immediate_migration
|
|
73785
73825
|
ngtcp2_conn_initiate_key_update
|
|
73786
73826
|
ngtcp2_conn_initiate_migration
|
|
73787
73827
|
ngtcp2_conn_install_early_key
|
|
@@ -73790,6 +73830,7 @@ ngtcp2_conn_install_rx_handshake_key
|
|
|
73790
73830
|
ngtcp2_conn_install_rx_key
|
|
73791
73831
|
ngtcp2_conn_install_tx_handshake_key
|
|
73792
73832
|
ngtcp2_conn_install_tx_key
|
|
73833
|
+
ngtcp2_conn_install_vneg_initial_key
|
|
73793
73834
|
ngtcp2_conn_internal_expiry
|
|
73794
73835
|
ngtcp2_conn_is_in_closing_period
|
|
73795
73836
|
ngtcp2_conn_is_in_draining_period
|
|
@@ -73800,43 +73841,58 @@ ngtcp2_conn_lost_pkt_expiry
|
|
|
73800
73841
|
ngtcp2_conn_on_loss_detection_timer
|
|
73801
73842
|
ngtcp2_conn_open_bidi_stream
|
|
73802
73843
|
ngtcp2_conn_open_uni_stream
|
|
73803
|
-
|
|
73844
|
+
ngtcp2_conn_read_pkt_versioned
|
|
73804
73845
|
ngtcp2_conn_remove_lost_pkt
|
|
73805
73846
|
ngtcp2_conn_resched_frames
|
|
73806
73847
|
ngtcp2_conn_sched_ack
|
|
73807
|
-
|
|
73848
|
+
ngtcp2_conn_server_negotiate_version
|
|
73849
|
+
ngtcp2_conn_server_new_versioned
|
|
73808
73850
|
ngtcp2_conn_set_crypto_ctx
|
|
73809
73851
|
ngtcp2_conn_set_early_crypto_ctx
|
|
73810
|
-
|
|
73852
|
+
ngtcp2_conn_set_early_remote_transport_params_versioned
|
|
73811
73853
|
ngtcp2_conn_set_initial_crypto_ctx
|
|
73854
|
+
ngtcp2_conn_set_keep_alive_timeout
|
|
73812
73855
|
ngtcp2_conn_set_local_addr
|
|
73813
|
-
|
|
73856
|
+
ngtcp2_conn_set_local_transport_params_versioned
|
|
73814
73857
|
ngtcp2_conn_set_loss_detection_timer
|
|
73815
|
-
|
|
73858
|
+
ngtcp2_conn_set_path_user_data
|
|
73816
73859
|
ngtcp2_conn_set_remote_transport_params
|
|
73817
73860
|
ngtcp2_conn_set_retry_aead
|
|
73818
73861
|
ngtcp2_conn_set_stream_user_data
|
|
73862
|
+
ngtcp2_conn_set_tls_alert
|
|
73819
73863
|
ngtcp2_conn_set_tls_error
|
|
73820
73864
|
ngtcp2_conn_set_tls_native_handle
|
|
73821
73865
|
ngtcp2_conn_shutdown_stream
|
|
73822
73866
|
ngtcp2_conn_shutdown_stream_read
|
|
73823
73867
|
ngtcp2_conn_shutdown_stream_write
|
|
73868
|
+
ngtcp2_conn_start_pmtud
|
|
73869
|
+
ngtcp2_conn_stop_pmtud
|
|
73824
73870
|
ngtcp2_conn_submit_crypto_data
|
|
73825
73871
|
ngtcp2_conn_submit_new_token
|
|
73872
|
+
ngtcp2_conn_track_retired_dcid_seq
|
|
73826
73873
|
ngtcp2_conn_tx_strmq_first_cycle
|
|
73827
73874
|
ngtcp2_conn_tx_strmq_pop
|
|
73828
73875
|
ngtcp2_conn_tx_strmq_push
|
|
73829
73876
|
ngtcp2_conn_tx_strmq_top
|
|
73877
|
+
ngtcp2_conn_untrack_retired_dcid_seq
|
|
73878
|
+
ngtcp2_conn_update_pkt_tx_time
|
|
73830
73879
|
ngtcp2_conn_update_rtt
|
|
73831
|
-
|
|
73832
|
-
|
|
73833
|
-
|
|
73880
|
+
ngtcp2_conn_write_application_close_pkt
|
|
73881
|
+
ngtcp2_conn_write_connection_close_pkt
|
|
73882
|
+
ngtcp2_conn_write_connection_close_versioned
|
|
73883
|
+
ngtcp2_conn_write_pkt_versioned
|
|
73834
73884
|
ngtcp2_conn_write_single_frame_pkt
|
|
73835
|
-
|
|
73885
|
+
ngtcp2_conn_write_stream_versioned
|
|
73836
73886
|
ngtcp2_conn_write_vmsg
|
|
73837
|
-
|
|
73838
|
-
|
|
73887
|
+
ngtcp2_conn_writev_datagram_versioned
|
|
73888
|
+
ngtcp2_conn_writev_stream_versioned
|
|
73889
|
+
ngtcp2_connection_close_error_default
|
|
73890
|
+
ngtcp2_connection_close_error_set_application_error
|
|
73891
|
+
ngtcp2_connection_close_error_set_transport_error
|
|
73892
|
+
ngtcp2_connection_close_error_set_transport_error_liberr
|
|
73893
|
+
ngtcp2_connection_close_error_set_transport_error_tls_alert
|
|
73839
73894
|
ngtcp2_cpymem
|
|
73895
|
+
ngtcp2_crypto_aead_aes_128_gcm
|
|
73840
73896
|
ngtcp2_crypto_aead_ctx_decrypt_init
|
|
73841
73897
|
ngtcp2_crypto_aead_ctx_encrypt_init
|
|
73842
73898
|
ngtcp2_crypto_aead_ctx_free
|
|
@@ -73858,11 +73914,16 @@ ngtcp2_crypto_delete_crypto_cipher_ctx_cb
|
|
|
73858
73914
|
ngtcp2_crypto_derive_and_install_initial_key
|
|
73859
73915
|
ngtcp2_crypto_derive_and_install_rx_key
|
|
73860
73916
|
ngtcp2_crypto_derive_and_install_tx_key
|
|
73917
|
+
ngtcp2_crypto_derive_and_install_vneg_initial_key
|
|
73861
73918
|
ngtcp2_crypto_derive_initial_secrets
|
|
73862
73919
|
ngtcp2_crypto_derive_packet_protection_key
|
|
73863
73920
|
ngtcp2_crypto_encrypt
|
|
73864
73921
|
ngtcp2_crypto_encrypt_cb
|
|
73922
|
+
ngtcp2_crypto_generate_regular_token
|
|
73923
|
+
ngtcp2_crypto_generate_retry_token
|
|
73865
73924
|
ngtcp2_crypto_generate_stateless_reset_token
|
|
73925
|
+
ngtcp2_crypto_get_path_challenge_data_cb
|
|
73926
|
+
ngtcp2_crypto_hkdf
|
|
73866
73927
|
ngtcp2_crypto_hkdf_expand
|
|
73867
73928
|
ngtcp2_crypto_hkdf_expand_label
|
|
73868
73929
|
ngtcp2_crypto_hkdf_extract
|
|
@@ -73873,17 +73934,25 @@ ngtcp2_crypto_km_new
|
|
|
73873
73934
|
ngtcp2_crypto_km_nocopy_new
|
|
73874
73935
|
ngtcp2_crypto_md_hashlen
|
|
73875
73936
|
ngtcp2_crypto_md_init
|
|
73937
|
+
ngtcp2_crypto_md_sha256
|
|
73938
|
+
ngtcp2_crypto_openssl_configure_client_context
|
|
73939
|
+
ngtcp2_crypto_openssl_configure_server_context
|
|
73876
73940
|
ngtcp2_crypto_openssl_from_ngtcp2_crypto_level
|
|
73877
73941
|
ngtcp2_crypto_openssl_from_ossl_encryption_level
|
|
73878
73942
|
ngtcp2_crypto_packet_protection_ivlen
|
|
73943
|
+
ngtcp2_crypto_random
|
|
73879
73944
|
ngtcp2_crypto_read_write_crypto_data
|
|
73880
73945
|
ngtcp2_crypto_recv_client_initial_cb
|
|
73946
|
+
ngtcp2_crypto_recv_crypto_data_cb
|
|
73881
73947
|
ngtcp2_crypto_recv_retry_cb
|
|
73882
73948
|
ngtcp2_crypto_set_local_transport_params
|
|
73883
73949
|
ngtcp2_crypto_set_remote_transport_params
|
|
73884
73950
|
ngtcp2_crypto_update_key
|
|
73885
73951
|
ngtcp2_crypto_update_key_cb
|
|
73886
73952
|
ngtcp2_crypto_update_traffic_secret
|
|
73953
|
+
ngtcp2_crypto_verify_regular_token
|
|
73954
|
+
ngtcp2_crypto_verify_retry_token
|
|
73955
|
+
ngtcp2_crypto_version_negotiation_cb
|
|
73887
73956
|
ngtcp2_crypto_write_connection_close
|
|
73888
73957
|
ngtcp2_crypto_write_retry
|
|
73889
73958
|
ngtcp2_cubic_cc_free
|
|
@@ -73891,24 +73960,30 @@ ngtcp2_cubic_cc_init
|
|
|
73891
73960
|
ngtcp2_dcid_copy
|
|
73892
73961
|
ngtcp2_dcid_copy_cid_token
|
|
73893
73962
|
ngtcp2_dcid_init
|
|
73963
|
+
ngtcp2_dcid_set_path
|
|
73964
|
+
ngtcp2_dcid_set_token
|
|
73965
|
+
ngtcp2_dcid_verify_stateless_reset_token
|
|
73894
73966
|
ngtcp2_dcid_verify_uniqueness
|
|
73895
|
-
|
|
73967
|
+
ngtcp2_decode_transport_params_new
|
|
73968
|
+
ngtcp2_decode_transport_params_versioned
|
|
73896
73969
|
ngtcp2_encode_hex
|
|
73897
73970
|
ngtcp2_encode_ipv4
|
|
73898
73971
|
ngtcp2_encode_ipv6
|
|
73899
73972
|
ngtcp2_encode_printable_ascii
|
|
73900
|
-
|
|
73973
|
+
ngtcp2_encode_transport_params_versioned
|
|
73901
73974
|
ngtcp2_err_infer_quic_transport_error_code
|
|
73902
73975
|
ngtcp2_err_is_fatal
|
|
73903
73976
|
ngtcp2_frame_chain_binder_new
|
|
73904
|
-
|
|
73977
|
+
ngtcp2_frame_chain_crypto_datacnt_objalloc_new
|
|
73905
73978
|
ngtcp2_frame_chain_del
|
|
73906
73979
|
ngtcp2_frame_chain_extralen_new
|
|
73907
73980
|
ngtcp2_frame_chain_init
|
|
73908
|
-
|
|
73981
|
+
ngtcp2_frame_chain_list_objalloc_del
|
|
73909
73982
|
ngtcp2_frame_chain_new
|
|
73910
|
-
|
|
73911
|
-
|
|
73983
|
+
ngtcp2_frame_chain_new_token_objalloc_new
|
|
73984
|
+
ngtcp2_frame_chain_objalloc_del
|
|
73985
|
+
ngtcp2_frame_chain_objalloc_new
|
|
73986
|
+
ngtcp2_frame_chain_stream_datacnt_objalloc_new
|
|
73912
73987
|
ngtcp2_gaptr_drop_first_gap
|
|
73913
73988
|
ngtcp2_gaptr_first_gap_offset
|
|
73914
73989
|
ngtcp2_gaptr_free
|
|
@@ -73930,6 +74005,8 @@ ngtcp2_idtr_init
|
|
|
73930
74005
|
ngtcp2_idtr_is_open
|
|
73931
74006
|
ngtcp2_idtr_open
|
|
73932
74007
|
ngtcp2_is_bidi_stream
|
|
74008
|
+
ngtcp2_is_reserved_version
|
|
74009
|
+
ngtcp2_is_supported_version
|
|
73933
74010
|
ngtcp2_ksl_begin
|
|
73934
74011
|
ngtcp2_ksl_clear
|
|
73935
74012
|
ngtcp2_ksl_end
|
|
@@ -73937,7 +74014,6 @@ ngtcp2_ksl_free
|
|
|
73937
74014
|
ngtcp2_ksl_init
|
|
73938
74015
|
ngtcp2_ksl_insert
|
|
73939
74016
|
ngtcp2_ksl_it_begin
|
|
73940
|
-
ngtcp2_ksl_it_get
|
|
73941
74017
|
ngtcp2_ksl_it_init
|
|
73942
74018
|
ngtcp2_ksl_it_prev
|
|
73943
74019
|
ngtcp2_ksl_len
|
|
@@ -73947,6 +74023,7 @@ ngtcp2_ksl_print
|
|
|
73947
74023
|
ngtcp2_ksl_range_compar
|
|
73948
74024
|
ngtcp2_ksl_range_exclusive_compar
|
|
73949
74025
|
ngtcp2_ksl_remove
|
|
74026
|
+
ngtcp2_ksl_remove_hint
|
|
73950
74027
|
ngtcp2_ksl_update_key
|
|
73951
74028
|
ngtcp2_log_info
|
|
73952
74029
|
ngtcp2_log_init
|
|
@@ -73962,23 +74039,29 @@ ngtcp2_log_tx_pkt_hd
|
|
|
73962
74039
|
ngtcp2_map_clear
|
|
73963
74040
|
ngtcp2_map_each
|
|
73964
74041
|
ngtcp2_map_each_free
|
|
73965
|
-
ngtcp2_map_entry_init
|
|
73966
74042
|
ngtcp2_map_find
|
|
73967
74043
|
ngtcp2_map_free
|
|
73968
74044
|
ngtcp2_map_init
|
|
73969
74045
|
ngtcp2_map_insert
|
|
74046
|
+
ngtcp2_map_print_distance
|
|
73970
74047
|
ngtcp2_map_remove
|
|
73971
74048
|
ngtcp2_map_size
|
|
73972
74049
|
ngtcp2_mem_calloc
|
|
73973
74050
|
ngtcp2_mem_default
|
|
73974
74051
|
ngtcp2_mem_free
|
|
73975
|
-
ngtcp2_mem_free2
|
|
73976
74052
|
ngtcp2_mem_malloc
|
|
73977
74053
|
ngtcp2_mem_realloc
|
|
73978
74054
|
ngtcp2_nth_client_bidi_id
|
|
73979
74055
|
ngtcp2_nth_client_uni_id
|
|
73980
74056
|
ngtcp2_nth_server_bidi_id
|
|
73981
74057
|
ngtcp2_nth_server_uni_id
|
|
74058
|
+
ngtcp2_objalloc_clear
|
|
74059
|
+
ngtcp2_objalloc_free
|
|
74060
|
+
ngtcp2_objalloc_init
|
|
74061
|
+
ngtcp2_opl_clear
|
|
74062
|
+
ngtcp2_opl_init
|
|
74063
|
+
ngtcp2_opl_pop
|
|
74064
|
+
ngtcp2_opl_push
|
|
73982
74065
|
ngtcp2_ord_stream_id
|
|
73983
74066
|
ngtcp2_path_challenge_entry_init
|
|
73984
74067
|
ngtcp2_path_copy
|
|
@@ -74051,10 +74134,19 @@ ngtcp2_pkt_stream_max_datalen
|
|
|
74051
74134
|
ngtcp2_pkt_validate_ack
|
|
74052
74135
|
ngtcp2_pkt_verify_reserved_bits
|
|
74053
74136
|
ngtcp2_pkt_verify_retry_tag
|
|
74137
|
+
ngtcp2_pkt_versioned_type
|
|
74054
74138
|
ngtcp2_pkt_write_connection_close
|
|
74055
74139
|
ngtcp2_pkt_write_retry
|
|
74056
74140
|
ngtcp2_pkt_write_stateless_reset
|
|
74057
74141
|
ngtcp2_pkt_write_version_negotiation
|
|
74142
|
+
ngtcp2_pmtud_del
|
|
74143
|
+
ngtcp2_pmtud_finished
|
|
74144
|
+
ngtcp2_pmtud_handle_expiry
|
|
74145
|
+
ngtcp2_pmtud_new
|
|
74146
|
+
ngtcp2_pmtud_probe_sent
|
|
74147
|
+
ngtcp2_pmtud_probe_success
|
|
74148
|
+
ngtcp2_pmtud_probelen
|
|
74149
|
+
ngtcp2_pmtud_require_probe
|
|
74058
74150
|
ngtcp2_ppe_encode_frame
|
|
74059
74151
|
ngtcp2_ppe_encode_hd
|
|
74060
74152
|
ngtcp2_ppe_ensure_hp_sample
|
|
@@ -74081,7 +74173,7 @@ ngtcp2_put_uint32be
|
|
|
74081
74173
|
ngtcp2_put_uint48be
|
|
74082
74174
|
ngtcp2_put_uint64be
|
|
74083
74175
|
ngtcp2_put_varint
|
|
74084
|
-
|
|
74176
|
+
ngtcp2_put_varint30
|
|
74085
74177
|
ngtcp2_put_varint_len
|
|
74086
74178
|
ngtcp2_pv_add_entry
|
|
74087
74179
|
ngtcp2_pv_cancel_expired_timer
|
|
@@ -74104,6 +74196,8 @@ ngtcp2_qlog_pkt_sent_end
|
|
|
74104
74196
|
ngtcp2_qlog_pkt_sent_start
|
|
74105
74197
|
ngtcp2_qlog_retry_pkt_received
|
|
74106
74198
|
ngtcp2_qlog_start
|
|
74199
|
+
ngtcp2_qlog_stateless_reset_pkt_received
|
|
74200
|
+
ngtcp2_qlog_version_negotiation_pkt_received
|
|
74107
74201
|
ngtcp2_qlog_write_frame
|
|
74108
74202
|
ngtcp2_range_cut
|
|
74109
74203
|
ngtcp2_range_eq
|
|
@@ -74113,6 +74207,7 @@ ngtcp2_range_len
|
|
|
74113
74207
|
ngtcp2_range_not_after
|
|
74114
74208
|
ngtcp2_reno_cc_free
|
|
74115
74209
|
ngtcp2_reno_cc_init
|
|
74210
|
+
ngtcp2_ringbuf_buf_init
|
|
74116
74211
|
ngtcp2_ringbuf_free
|
|
74117
74212
|
ngtcp2_ringbuf_full
|
|
74118
74213
|
ngtcp2_ringbuf_get
|
|
@@ -74143,8 +74238,8 @@ ngtcp2_rst_update_rate_sample
|
|
|
74143
74238
|
ngtcp2_rtb_add
|
|
74144
74239
|
ngtcp2_rtb_detect_lost_pkt
|
|
74145
74240
|
ngtcp2_rtb_empty
|
|
74146
|
-
|
|
74147
|
-
|
|
74241
|
+
ngtcp2_rtb_entry_objalloc_del
|
|
74242
|
+
ngtcp2_rtb_entry_objalloc_new
|
|
74148
74243
|
ngtcp2_rtb_free
|
|
74149
74244
|
ngtcp2_rtb_head
|
|
74150
74245
|
ngtcp2_rtb_init
|
|
@@ -74152,13 +74247,15 @@ ngtcp2_rtb_lost_pkt_ts
|
|
|
74152
74247
|
ngtcp2_rtb_reclaim_on_pto
|
|
74153
74248
|
ngtcp2_rtb_recv_ack
|
|
74154
74249
|
ngtcp2_rtb_remove_all
|
|
74250
|
+
ngtcp2_rtb_remove_early_data
|
|
74155
74251
|
ngtcp2_rtb_remove_excessive_lost_pkt
|
|
74156
74252
|
ngtcp2_rtb_remove_expired_lost_pkt
|
|
74157
74253
|
ngtcp2_rtb_reset_cc_state
|
|
74158
74254
|
ngtcp2_scid_copy
|
|
74159
74255
|
ngtcp2_scid_init
|
|
74256
|
+
ngtcp2_select_version
|
|
74160
74257
|
ngtcp2_setmem
|
|
74161
|
-
|
|
74258
|
+
ngtcp2_settings_default_versioned
|
|
74162
74259
|
ngtcp2_strerror
|
|
74163
74260
|
ngtcp2_strm_ack_data
|
|
74164
74261
|
ngtcp2_strm_free
|
|
@@ -74166,9 +74263,11 @@ ngtcp2_strm_get_acked_offset
|
|
|
74166
74263
|
ngtcp2_strm_get_unacked_range_after
|
|
74167
74264
|
ngtcp2_strm_init
|
|
74168
74265
|
ngtcp2_strm_is_all_tx_data_acked
|
|
74266
|
+
ngtcp2_strm_is_all_tx_data_fin_acked
|
|
74169
74267
|
ngtcp2_strm_is_tx_queued
|
|
74170
74268
|
ngtcp2_strm_recv_reordering
|
|
74171
74269
|
ngtcp2_strm_rx_offset
|
|
74270
|
+
ngtcp2_strm_set_app_error_code
|
|
74172
74271
|
ngtcp2_strm_shutdown
|
|
74173
74272
|
ngtcp2_strm_streamfrq_clear
|
|
74174
74273
|
ngtcp2_strm_streamfrq_empty
|
|
@@ -74177,17 +74276,23 @@ ngtcp2_strm_streamfrq_push
|
|
|
74177
74276
|
ngtcp2_strm_streamfrq_top
|
|
74178
74277
|
ngtcp2_strm_streamfrq_unacked_offset
|
|
74179
74278
|
ngtcp2_strm_update_rx_offset
|
|
74180
|
-
|
|
74279
|
+
ngtcp2_transport_params_copy_new
|
|
74280
|
+
ngtcp2_transport_params_default_versioned
|
|
74281
|
+
ngtcp2_transport_params_del
|
|
74181
74282
|
ngtcp2_vec_copy
|
|
74182
74283
|
ngtcp2_vec_copy_at_most
|
|
74183
74284
|
ngtcp2_vec_del
|
|
74184
74285
|
ngtcp2_vec_init
|
|
74185
74286
|
ngtcp2_vec_len
|
|
74287
|
+
ngtcp2_vec_len_varint
|
|
74186
74288
|
ngtcp2_vec_merge
|
|
74187
74289
|
ngtcp2_vec_new
|
|
74188
74290
|
ngtcp2_vec_split
|
|
74189
|
-
ngtcp2_verify_stateless_reset_token
|
|
74190
74291
|
ngtcp2_version
|
|
74292
|
+
ngtcp2_window_filter_get_best
|
|
74293
|
+
ngtcp2_window_filter_init
|
|
74294
|
+
ngtcp2_window_filter_reset
|
|
74295
|
+
ngtcp2_window_filter_update
|
|
74191
74296
|
node_api_create_syntax_error
|
|
74192
74297
|
node_api_get_module_file_name
|
|
74193
74298
|
node_api_symbol_for
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 18
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 10
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
package/package.json
CHANGED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
// Copyright Joyent, Inc. and other Node contributors.
|
|
2
|
+
//
|
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
4
|
+
// copy of this software and associated documentation files (the
|
|
5
|
+
// "Software"), to deal in the Software without restriction, including
|
|
6
|
+
// without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
// distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
8
|
+
// persons to whom the Software is furnished to do so, subject to the
|
|
9
|
+
// following conditions:
|
|
10
|
+
//
|
|
11
|
+
// The above copyright notice and this permission notice shall be included
|
|
12
|
+
// in all copies or substantial portions of the Software.
|
|
13
|
+
//
|
|
14
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
15
|
+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
17
|
+
// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
18
|
+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
19
|
+
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
20
|
+
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
+
|
|
22
|
+
probe node_net_server_connection = process("node").mark("net__server__connection")
|
|
23
|
+
{
|
|
24
|
+
remote = user_string($arg2);
|
|
25
|
+
port = $arg3;
|
|
26
|
+
fd = $arg4;
|
|
27
|
+
|
|
28
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
29
|
+
$$name,
|
|
30
|
+
remote,
|
|
31
|
+
port,
|
|
32
|
+
fd);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
probe node_net_stream_end = process("node").mark("net__stream__end")
|
|
36
|
+
{
|
|
37
|
+
remote = user_string($arg2);
|
|
38
|
+
port = $arg3;
|
|
39
|
+
fd = $arg4;
|
|
40
|
+
|
|
41
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
42
|
+
$$name,
|
|
43
|
+
remote,
|
|
44
|
+
port,
|
|
45
|
+
fd);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
probe node_http_server_request = process("node").mark("http__server__request")
|
|
49
|
+
{
|
|
50
|
+
remote = user_string($arg3);
|
|
51
|
+
port = $arg4;
|
|
52
|
+
method = user_string($arg5);
|
|
53
|
+
url = user_string($arg6);
|
|
54
|
+
fd = $arg7;
|
|
55
|
+
|
|
56
|
+
probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
|
|
57
|
+
$$name,
|
|
58
|
+
remote,
|
|
59
|
+
port,
|
|
60
|
+
method,
|
|
61
|
+
url,
|
|
62
|
+
fd);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
probe node_http_server_response = process("node").mark("http__server__response")
|
|
66
|
+
{
|
|
67
|
+
remote = user_string($arg2);
|
|
68
|
+
port = $arg3;
|
|
69
|
+
fd = $arg4;
|
|
70
|
+
|
|
71
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
72
|
+
$$name,
|
|
73
|
+
remote,
|
|
74
|
+
port,
|
|
75
|
+
fd);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
probe node_http_client_request = process("node").mark("http__client__request")
|
|
79
|
+
{
|
|
80
|
+
remote = user_string($arg3);
|
|
81
|
+
port = $arg4;
|
|
82
|
+
method = user_string($arg5);
|
|
83
|
+
url = user_string($arg6);
|
|
84
|
+
fd = $arg7;
|
|
85
|
+
|
|
86
|
+
probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
|
|
87
|
+
$$name,
|
|
88
|
+
remote,
|
|
89
|
+
port,
|
|
90
|
+
method,
|
|
91
|
+
url,
|
|
92
|
+
fd);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
probe node_http_client_response = process("node").mark("http__client__response")
|
|
96
|
+
{
|
|
97
|
+
remote = user_string($arg2);
|
|
98
|
+
port = $arg3;
|
|
99
|
+
fd = $arg4;
|
|
100
|
+
|
|
101
|
+
probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
|
|
102
|
+
$$name,
|
|
103
|
+
remote,
|
|
104
|
+
port,
|
|
105
|
+
fd);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
probe node_gc_start = process("node").mark("gc__start")
|
|
109
|
+
{
|
|
110
|
+
scavenge = 1 << 0;
|
|
111
|
+
compact = 1 << 1;
|
|
112
|
+
|
|
113
|
+
if ($arg1 == scavenge)
|
|
114
|
+
type = "kGCTypeScavenge";
|
|
115
|
+
else if ($arg1 == compact)
|
|
116
|
+
type = "kGCTypeMarkSweepCompact";
|
|
117
|
+
else
|
|
118
|
+
type = "kGCTypeAll";
|
|
119
|
+
|
|
120
|
+
flags = $arg2;
|
|
121
|
+
|
|
122
|
+
probestr = sprintf("%s(type=%s,flags=%d)",
|
|
123
|
+
$$name,
|
|
124
|
+
type,
|
|
125
|
+
flags);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
probe node_gc_stop = process("node").mark("gc__done")
|
|
129
|
+
{
|
|
130
|
+
scavenge = 1 << 0;
|
|
131
|
+
compact = 1 << 1;
|
|
132
|
+
|
|
133
|
+
if ($arg1 == scavenge)
|
|
134
|
+
type = "kGCTypeScavenge";
|
|
135
|
+
else if ($arg1 == compact)
|
|
136
|
+
type = "kGCTypeMarkSweepCompact";
|
|
137
|
+
else
|
|
138
|
+
type = "kGCTypeAll";
|
|
139
|
+
|
|
140
|
+
flags = $arg2;
|
|
141
|
+
|
|
142
|
+
probestr = sprintf("%s(type=%s,flags=%d)",
|
|
143
|
+
$$name,
|
|
144
|
+
type,
|
|
145
|
+
flags);
|
|
146
|
+
}
|