node-aix-ppc64 18.20.1 → 18.20.3

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 CHANGED
@@ -9,6 +9,8 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#18.20.3">18.20.3</a><br/>
13
+ <a href="#18.20.2">18.20.2</a><br/>
12
14
  <a href="#18.20.1">18.20.1</a><br/>
13
15
  <a href="#18.20.0">18.20.0</a><br/>
14
16
  <a href="#18.19.1">18.19.1</a><br/>
@@ -66,6 +68,88 @@
66
68
  * [io.js](CHANGELOG_IOJS.md)
67
69
  * [Archive](CHANGELOG_ARCHIVE.md)
68
70
 
71
+ <a id="18.20.3"></a>
72
+
73
+ ## 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @richardlau
74
+
75
+ ### Notable Changes
76
+
77
+ This release fixes a regression introduced in Node.js 18.19.0 where `http.server.close()` was incorrectly closing idle connections.
78
+
79
+ A fix has also been included for compiling Node.js from source with newer versions of Clang.
80
+
81
+ The list of keys used to sign releases has been synchronized with the current list from the `main` branch.
82
+
83
+ #### Updated dependencies
84
+
85
+ * acorn updated to 8.11.3.
86
+ * acorn-walk updated to 8.3.2.
87
+ * ada updated to 2.7.8.
88
+ * c-ares updated to 1.28.1.
89
+ * corepack updated to 0.28.0.
90
+ * nghttp2 updated to 1.61.0.
91
+ * ngtcp2 updated to 1.3.0.
92
+ * npm updated to 10.7.0. Includes a fix from npm\@10.5.1 to limit the number of open connections [npm/cli#7324](https://github.com/npm/cli/pull/7324).
93
+ * simdutf updated to 5.2.4.
94
+ * zlib updated to 1.3.0.1-motley-7d77fb7.
95
+
96
+ ### Commits
97
+
98
+ * \[[`0c260e10e7`](https://github.com/nodejs/node/commit/0c260e10e7)] - **deps**: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) [#52516](https://github.com/nodejs/node/pull/52516)
99
+ * \[[`1152d7f919`](https://github.com/nodejs/node/commit/1152d7f919)] - **deps**: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) [#52199](https://github.com/nodejs/node/pull/52199)
100
+ * \[[`755399db9d`](https://github.com/nodejs/node/commit/755399db9d)] - **deps**: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) [#52123](https://github.com/nodejs/node/pull/52123)
101
+ * \[[`af3e32073b`](https://github.com/nodejs/node/commit/af3e32073b)] - **deps**: update ada to 2.7.8 (Node.js GitHub Bot) [#52517](https://github.com/nodejs/node/pull/52517)
102
+ * \[[`e4ea2db58b`](https://github.com/nodejs/node/commit/e4ea2db58b)] - **deps**: update c-ares to 1.28.1 (Node.js GitHub Bot) [#52285](https://github.com/nodejs/node/pull/52285)
103
+ * \[[`14e857bea2`](https://github.com/nodejs/node/commit/14e857bea2)] - **deps**: update corepack to 0.28.0 (Node.js GitHub Bot) [#52616](https://github.com/nodejs/node/pull/52616)
104
+ * \[[`7f5dd44ca6`](https://github.com/nodejs/node/commit/7f5dd44ca6)] - **deps**: upgrade npm to 10.7.0 (npm team) [#52767](https://github.com/nodejs/node/pull/52767)
105
+ * \[[`78f84ebb09`](https://github.com/nodejs/node/commit/78f84ebb09)] - **deps**: update ngtcp2 to 1.3.0 (Node.js GitHub Bot) [#51796](https://github.com/nodejs/node/pull/51796)
106
+ * \[[`1f489a3753`](https://github.com/nodejs/node/commit/1f489a3753)] - **deps**: update ngtcp2 to 1.2.0 (Node.js GitHub Bot) [#51584](https://github.com/nodejs/node/pull/51584)
107
+ * \[[`3034968225`](https://github.com/nodejs/node/commit/3034968225)] - **deps**: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) [#51319](https://github.com/nodejs/node/pull/51319)
108
+ * \[[`1aa9da467f`](https://github.com/nodejs/node/commit/1aa9da467f)] - **deps**: add nghttp3/\*\*/.deps to .gitignore (Luigi Pinca) [#51400](https://github.com/nodejs/node/pull/51400)
109
+ * \[[`28c0c78c9a`](https://github.com/nodejs/node/commit/28c0c78c9a)] - **deps**: update ngtcp2 and nghttp3 (James M Snell) [#51291](https://github.com/nodejs/node/pull/51291)
110
+ * \[[`8fd5a35364`](https://github.com/nodejs/node/commit/8fd5a35364)] - **deps**: upgrade npm to 10.5.2 (npm team) [#52458](https://github.com/nodejs/node/pull/52458)
111
+ * \[[`2c53ff31c9`](https://github.com/nodejs/node/commit/2c53ff31c9)] - **deps**: update acorn-walk to 8.3.2 (Node.js GitHub Bot) [#51457](https://github.com/nodejs/node/pull/51457)
112
+ * \[[`12f28f33c2`](https://github.com/nodejs/node/commit/12f28f33c2)] - **deps**: update acorn to 8.11.3 (Node.js GitHub Bot) [#51317](https://github.com/nodejs/node/pull/51317)
113
+ * \[[`dddb7eb3e0`](https://github.com/nodejs/node/commit/dddb7eb3e0)] - **deps**: update acorn-walk to 8.3.1 (Node.js GitHub Bot) [#50457](https://github.com/nodejs/node/pull/50457)
114
+ * \[[`c86550e607`](https://github.com/nodejs/node/commit/c86550e607)] - **deps**: update acorn-walk to 8.3.0 (Node.js GitHub Bot) [#50457](https://github.com/nodejs/node/pull/50457)
115
+ * \[[`9500817f66`](https://github.com/nodejs/node/commit/9500817f66)] - **deps**: update acorn to 8.11.2 (Node.js GitHub Bot) [#50460](https://github.com/nodejs/node/pull/50460)
116
+ * \[[`7a8c7b6275`](https://github.com/nodejs/node/commit/7a8c7b6275)] - **deps**: update ada to 2.7.7 (Node.js GitHub Bot) [#52028](https://github.com/nodejs/node/pull/52028)
117
+ * \[[`b199889943`](https://github.com/nodejs/node/commit/b199889943)] - **deps**: update corepack to 0.26.0 (Node.js GitHub Bot) [#52027](https://github.com/nodejs/node/pull/52027)
118
+ * \[[`052b0ba0c6`](https://github.com/nodejs/node/commit/052b0ba0c6)] - **deps**: upgrade npm to 10.5.1 (npm team) [#52351](https://github.com/nodejs/node/pull/52351)
119
+ * \[[`209823d3af`](https://github.com/nodejs/node/commit/209823d3af)] - **deps**: update simdutf to 5.2.4 (Node.js GitHub Bot) [#52473](https://github.com/nodejs/node/pull/52473)
120
+ * \[[`5114cbe18a`](https://github.com/nodejs/node/commit/5114cbe18a)] - **deps**: update simdutf to 5.2.3 (Yagiz Nizipli) [#52381](https://github.com/nodejs/node/pull/52381)
121
+ * \[[`be30309ea0`](https://github.com/nodejs/node/commit/be30309ea0)] - **deps**: update simdutf to 5.0.0 (Daniel Lemire) [#52138](https://github.com/nodejs/node/pull/52138)
122
+ * \[[`b56f66e250`](https://github.com/nodejs/node/commit/b56f66e250)] - **deps**: update simdutf to 4.0.9 (Node.js GitHub Bot) [#51655](https://github.com/nodejs/node/pull/51655)
123
+ * \[[`a9f3b9d9d1`](https://github.com/nodejs/node/commit/a9f3b9d9d1)] - **deps**: update nghttp2 to 1.61.0 (Node.js GitHub Bot) [#52395](https://github.com/nodejs/node/pull/52395)
124
+ * \[[`1b6fa70620`](https://github.com/nodejs/node/commit/1b6fa70620)] - **deps**: update nghttp2 to 1.60.0 (Node.js GitHub Bot) [#51948](https://github.com/nodejs/node/pull/51948)
125
+ * \[[`3c9dbbf4d4`](https://github.com/nodejs/node/commit/3c9dbbf4d4)] - **deps**: update nghttp2 to 1.59.0 (Node.js GitHub Bot) [#51581](https://github.com/nodejs/node/pull/51581)
126
+ * \[[`e28316da54`](https://github.com/nodejs/node/commit/e28316da54)] - **deps**: update nghttp2 to 1.58.0 (Node.js GitHub Bot) [#50441](https://github.com/nodejs/node/pull/50441)
127
+ * \[[`678641f470`](https://github.com/nodejs/node/commit/678641f470)] - **deps**: V8: cherry-pick d15d49b09dc7 (Bo Anderson) [#52337](https://github.com/nodejs/node/pull/52337)
128
+ * \[[`1147fee7d9`](https://github.com/nodejs/node/commit/1147fee7d9)] - **doc**: remove ableist language from crypto (Jamie King) [#52063](https://github.com/nodejs/node/pull/52063)
129
+ * \[[`5e93eae972`](https://github.com/nodejs/node/commit/5e93eae972)] - **doc**: add release key for marco-ippolito (marco-ippolito) [#52257](https://github.com/nodejs/node/pull/52257)
130
+ * \[[`6689a98488`](https://github.com/nodejs/node/commit/6689a98488)] - **http**: remove closeIdleConnections function while calling server close (Kumar Rishav) [#52336](https://github.com/nodejs/node/pull/52336)
131
+ * \[[`71616e8a8a`](https://github.com/nodejs/node/commit/71616e8a8a)] - **node-api**: make tsfn accept napi\_finalize once more (Gabriel Schulhof) [#51801](https://github.com/nodejs/node/pull/51801)
132
+ * \[[`d9d9e62474`](https://github.com/nodejs/node/commit/d9d9e62474)] - **src**: avoid draining platform tasks at FreeEnvironment (Chengzhong Wu) [#51290](https://github.com/nodejs/node/pull/51290)
133
+ * \[[`e5fc8ec9fc`](https://github.com/nodejs/node/commit/e5fc8ec9fc)] - **test**: skip v8-updates/test-linux-perf (Michaël Zasso) [#49639](https://github.com/nodejs/node/pull/49639)
134
+ * \[[`351ef189ca`](https://github.com/nodejs/node/commit/351ef189ca)] - **test**: v8: Add test-linux-perf-logger test suite (Luke Albao) [#50352](https://github.com/nodejs/node/pull/50352)
135
+ * \[[`5cec2efc31`](https://github.com/nodejs/node/commit/5cec2efc31)] - **test**: reduce the number of requests and parsers (Luigi Pinca) [#50240](https://github.com/nodejs/node/pull/50240)
136
+ * \[[`5186e453d9`](https://github.com/nodejs/node/commit/5186e453d9)] - **test**: deflake test-http-regr-gh-2928 (Luigi Pinca) [#49574](https://github.com/nodejs/node/pull/49574)
137
+ * \[[`c60cd67e1c`](https://github.com/nodejs/node/commit/c60cd67e1c)] - **test**: skip test for dynamically linked OpenSSL (Richard Lau) [#52542](https://github.com/nodejs/node/pull/52542)
138
+
139
+ <a id="18.20.2"></a>
140
+
141
+ ## 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @RafaelGSS
142
+
143
+ This is a security release.
144
+
145
+ ### Notable Changes
146
+
147
+ * CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows
148
+
149
+ ### Commits
150
+
151
+ * \[[`6627222409`](https://github.com/nodejs/node/commit/6627222409)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#564](https://github.com/nodejs-private/node-private/pull/564)
152
+
69
153
  <a id="18.20.1"></a>
70
154
 
71
155
  ## 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS
package/README.md CHANGED
@@ -745,6 +745,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
745
745
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
746
746
  * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
747
747
  `DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7`
748
+ * **Marco Ippolito** <<marcoippolito54@gmail.com>>
749
+ `CC68F5A3106FF448322E48ED27F5E38D5B0A215F`
748
750
  * **Michaël Zasso** <<targos@protonmail.com>>
749
751
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
750
752
  * **Myles Borins** <<myles.borins@gmail.com>>
@@ -766,6 +768,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D706
766
768
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
767
769
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
768
770
  gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7
771
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F
769
772
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
770
773
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
771
774
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
package/bin/node CHANGED
Binary file
@@ -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.36',
39
+ 'v8_embedder_string': '-node.37',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -5959,18 +5959,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
5959
5959
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
5960
5960
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5961
5961
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5962
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x2d150b3857be989e
5963
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x141db86338cc917c
5964
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x52cb696ea3de5da6
5965
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x668a774fbbce697c
5966
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0xd8c7bbcc11b73200
5967
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x4cd8793427aa9fca
5968
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x2c53e51d8a3bb299
5969
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xbe90b3699d971343
5970
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x4e990dc076570297
5971
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x37968115acb719a8
5972
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x24cd3dee09471036
5973
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x22fab9ee26a5ce70
5962
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x25590f4e8bd2aea6
5963
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x66468726fc0a94ae
5964
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xd268127f51b89ced
5965
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x8cbebb5c791635b4
5966
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x36858ce9fd5f414
5967
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x248ef6a068620aa1
5968
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xe8b1324d349451ff
5969
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xde5bbd15171dcd47
5970
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x494aeb3249ed882
5971
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x8494479decdd216c
5972
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x50c54c3ea80cc574
5973
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x5d9eac2b8674b6e4
5974
5974
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5975
5975
  _GLOBAL__I_65535_0__Z16_register_configv
5976
5976
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -7006,9 +7006,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7006
7006
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
7007
7007
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7008
7008
  _GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
7009
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xf79b4c7b3660953d
7010
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xa06f570a2a91cc9
7011
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x8c9d96118fb293fb
7009
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xedc1ee9fcbad8264
7010
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xc95540c3bda2f068
7011
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x2443763902b23017
7012
7012
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7013
7013
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7014
7014
  _HZData_74
@@ -35655,24 +35655,16 @@ _ZN2v88internal8compiler13CodeAssembler9IntPtrAddENS0_5TNodeINS0_5WordTEEES5_
35655
35655
  _ZN2v88internal8compiler13CodeAssembler9IntPtrDivENS0_5TNodeINS0_7IntPtrTEEES5_
35656
35656
  _ZN2v88internal8compiler13CodeAssembler9IntPtrMulENS0_5TNodeINS0_5WordTEEES5_
35657
35657
  _ZN2v88internal8compiler13CodeAssembler9IntPtrSubENS0_5TNodeINS0_5WordTEEES5_
35658
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10FixedArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35659
35658
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10HeapObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35660
35659
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSFunctionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35661
35660
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSReceiverEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35662
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_11TaggedIndexEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35663
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_13NativeContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35664
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FeedbackVectorEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35665
35661
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FixedArrayBaseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35666
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_16JSWeakCollectionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35667
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_22JSAsyncGeneratorObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35668
35662
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_3SmiEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35669
35663
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6ObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35670
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6StringEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35671
35664
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6UnionTINS0_3SmiENS0_10HeapNumberEEEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35672
35665
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7ContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35673
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7JSArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35674
35666
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_8JSObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35675
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_8JSRegExpEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35667
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_9JSPromiseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35676
35668
  _ZN2v88internal8compiler13CodeAssembler9StoreRootENS0_9RootIndexENS0_5TNodeINS0_6ObjectEEE
35677
35669
  _ZN2v88internal8compiler13CodeAssembler9Word32AndENS0_5TNodeINS0_7Word32TEEES5_
35678
35670
  _ZN2v88internal8compiler13CodeAssembler9Word32ClzENS0_5TNodeINS0_7Word32TEEE
@@ -56936,6 +56928,9 @@ _ZN7simdutf13validate_utf8EPKcm
56936
56928
  _ZN7simdutf14validate_asciiEPKcm
56937
56929
  _ZN7simdutf14validate_utf16EPKDsm
56938
56930
  _ZN7simdutf14validate_utf32EPKDim
56931
+ _ZN7simdutf16base64_to_binaryEPKDsmPcm
56932
+ _ZN7simdutf16base64_to_binaryEPKcmPcm
56933
+ _ZN7simdutf16binary_to_base64EPKcmPcm
56939
56934
  _ZN7simdutf16detect_encodingsEPKcm
56940
56935
  _ZN7simdutf16validate_utf16beEPKDsm
56941
56936
  _ZN7simdutf16validate_utf16leEPKDsm
@@ -56944,6 +56939,8 @@ _ZN7simdutf18trim_partial_utf16EPKDsm
56944
56939
  _ZN7simdutf19autodetect_encodingEPKcm
56945
56940
  _ZN7simdutf20trim_partial_utf16beEPKDsm
56946
56941
  _ZN7simdutf20trim_partial_utf16leEPKDsm
56942
+ _ZN7simdutf21base64_to_binary_safeEPKDsmPcRmm
56943
+ _ZN7simdutf21base64_to_binary_safeEPKcmPcRmm
56947
56944
  _ZN7simdutf21convert_utf16_to_utf8EPKDsmPc
56948
56945
  _ZN7simdutf21convert_utf32_to_utf8EPKDimPc
56949
56946
  _ZN7simdutf21convert_utf8_to_utf16EPKcmPDs
@@ -56979,6 +56976,7 @@ _ZN7simdutf24latin1_length_from_utf32Em
56979
56976
  _ZN7simdutf24utf16_length_from_latin1Em
56980
56977
  _ZN7simdutf24utf8_length_from_utf16beEPKDsm
56981
56978
  _ZN7simdutf24utf8_length_from_utf16leEPKDsm
56979
+ _ZN7simdutf25base64_length_from_binaryEmm
56982
56980
  _ZN7simdutf25convert_latin1_to_utf16beEPKcmPDs
56983
56981
  _ZN7simdutf25convert_latin1_to_utf16leEPKcmPDs
56984
56982
  _ZN7simdutf25convert_utf16be_to_latin1EPKDsmPc
@@ -56987,6 +56985,9 @@ _ZN7simdutf25get_active_implementationEv
56987
56985
  _ZN7simdutf25utf32_length_from_utf16beEPKDsm
56988
56986
  _ZN7simdutf25utf32_length_from_utf16leEPKDsm
56989
56987
  _ZN7simdutf25validate_utf8_with_errorsEPKcm
56988
+ _ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmm
56989
+ _ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmm
56990
+ _ZN7simdutf26get_default_implementationEv
56990
56991
  _ZN7simdutf26validate_ascii_with_errorsEPKcm
56991
56992
  _ZN7simdutf26validate_utf16_with_errorsEPKDsm
56992
56993
  _ZN7simdutf26validate_utf32_with_errorsEPKDim
@@ -57015,6 +57016,8 @@ _ZN7simdutf33convert_utf16_to_utf8_with_errorsEPKDsmPc
57015
57016
  _ZN7simdutf33convert_utf32_to_utf8_with_errorsEPKDimPc
57016
57017
  _ZN7simdutf33convert_utf8_to_utf16_with_errorsEPKcmPDs
57017
57018
  _ZN7simdutf33convert_utf8_to_utf32_with_errorsEPKcmPDi
57019
+ _ZN7simdutf33maximal_binary_length_from_base64EPKDsm
57020
+ _ZN7simdutf33maximal_binary_length_from_base64EPKcm
57018
57021
  _ZN7simdutf34convert_utf16_to_utf32_with_errorsEPKDsmPDi
57019
57022
  _ZN7simdutf34convert_utf32_to_utf16_with_errorsEPKDimPDs
57020
57023
  _ZN7simdutf34convert_utf8_to_latin1_with_errorsEPKcmPc
@@ -57036,8 +57039,6 @@ _ZN7simdutf8fallback14implementationD0Ev
57036
57039
  _ZN7simdutf8fallback14implementationD1Ev
57037
57040
  _ZN7simdutf8internal26unsupported_implementationD0Ev
57038
57041
  _ZN7simdutf8internal26unsupported_implementationD1Ev
57039
- _ZN7simdutf8internal49detect_best_supported_implementation_on_first_useD0Ev
57040
- _ZN7simdutf8internal49detect_best_supported_implementation_on_first_useD1Ev
57041
57042
  _ZN7simdutf9to_stringB5cxx11ENS_13encoding_typeE
57042
57043
  _ZN7unibrow4Utf814CalculateValueEPKhmPm
57043
57044
  _ZN7unibrow4Utf816ValidateEncodingEPKhm
@@ -64325,6 +64326,9 @@ _ZNK7simdutf8fallback14implementation13count_utf16leEPKDsm
64325
64326
  _ZNK7simdutf8fallback14implementation13validate_utf8EPKcm
64326
64327
  _ZNK7simdutf8fallback14implementation14validate_asciiEPKcm
64327
64328
  _ZNK7simdutf8fallback14implementation14validate_utf32EPKDim
64329
+ _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcm
64330
+ _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcm
64331
+ _ZNK7simdutf8fallback14implementation16binary_to_base64EPKcmPcm
64328
64332
  _ZNK7simdutf8fallback14implementation16detect_encodingsEPKcm
64329
64333
  _ZNK7simdutf8fallback14implementation16validate_utf16beEPKDsm
64330
64334
  _ZNK7simdutf8fallback14implementation16validate_utf16leEPKDsm
@@ -64355,6 +64359,7 @@ _ZNK7simdutf8fallback14implementation24utf16_length_from_latin1Em
64355
64359
  _ZNK7simdutf8fallback14implementation24utf32_length_from_latin1Em
64356
64360
  _ZNK7simdutf8fallback14implementation24utf8_length_from_utf16beEPKDsm
64357
64361
  _ZNK7simdutf8fallback14implementation24utf8_length_from_utf16leEPKDsm
64362
+ _ZNK7simdutf8fallback14implementation25base64_length_from_binaryEmm
64358
64363
  _ZNK7simdutf8fallback14implementation25convert_latin1_to_utf16beEPKcmPDs
64359
64364
  _ZNK7simdutf8fallback14implementation25convert_latin1_to_utf16leEPKcmPDs
64360
64365
  _ZNK7simdutf8fallback14implementation25convert_utf16be_to_latin1EPKDsmPc
@@ -64382,6 +64387,8 @@ _ZNK7simdutf8fallback14implementation31convert_valid_utf16be_to_latin1EPKDsmPc
64382
64387
  _ZNK7simdutf8fallback14implementation31convert_valid_utf16le_to_latin1EPKDsmPc
64383
64388
  _ZNK7simdutf8fallback14implementation33convert_utf32_to_utf8_with_errorsEPKDimPc
64384
64389
  _ZNK7simdutf8fallback14implementation33convert_utf8_to_utf32_with_errorsEPKcmPDi
64390
+ _ZNK7simdutf8fallback14implementation33maximal_binary_length_from_base64EPKDsm
64391
+ _ZNK7simdutf8fallback14implementation33maximal_binary_length_from_base64EPKcm
64385
64392
  _ZNK7simdutf8fallback14implementation34convert_utf8_to_latin1_with_errorsEPKcmPc
64386
64393
  _ZNK7simdutf8fallback14implementation35convert_utf16be_to_utf8_with_errorsEPKDsmPc
64387
64394
  _ZNK7simdutf8fallback14implementation35convert_utf16le_to_utf8_with_errorsEPKDsmPc
@@ -64400,6 +64407,9 @@ _ZNK7simdutf8internal26unsupported_implementation13count_utf16leEPKDsm
64400
64407
  _ZNK7simdutf8internal26unsupported_implementation13validate_utf8EPKcm
64401
64408
  _ZNK7simdutf8internal26unsupported_implementation14validate_asciiEPKcm
64402
64409
  _ZNK7simdutf8internal26unsupported_implementation14validate_utf32EPKDim
64410
+ _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcm
64411
+ _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcm
64412
+ _ZNK7simdutf8internal26unsupported_implementation16binary_to_base64EPKcmPcm
64403
64413
  _ZNK7simdutf8internal26unsupported_implementation16detect_encodingsEPKcm
64404
64414
  _ZNK7simdutf8internal26unsupported_implementation16validate_utf16beEPKDsm
64405
64415
  _ZNK7simdutf8internal26unsupported_implementation16validate_utf16leEPKDsm
@@ -64430,6 +64440,7 @@ _ZNK7simdutf8internal26unsupported_implementation24utf16_length_from_latin1Em
64430
64440
  _ZNK7simdutf8internal26unsupported_implementation24utf32_length_from_latin1Em
64431
64441
  _ZNK7simdutf8internal26unsupported_implementation24utf8_length_from_utf16beEPKDsm
64432
64442
  _ZNK7simdutf8internal26unsupported_implementation24utf8_length_from_utf16leEPKDsm
64443
+ _ZNK7simdutf8internal26unsupported_implementation25base64_length_from_binaryEmm
64433
64444
  _ZNK7simdutf8internal26unsupported_implementation25convert_latin1_to_utf16beEPKcmPDs
64434
64445
  _ZNK7simdutf8internal26unsupported_implementation25convert_latin1_to_utf16leEPKcmPDs
64435
64446
  _ZNK7simdutf8internal26unsupported_implementation25convert_utf16be_to_latin1EPKDsmPc
@@ -64457,6 +64468,8 @@ _ZNK7simdutf8internal26unsupported_implementation31convert_valid_utf16be_to_lati
64457
64468
  _ZNK7simdutf8internal26unsupported_implementation31convert_valid_utf16le_to_latin1EPKDsmPc
64458
64469
  _ZNK7simdutf8internal26unsupported_implementation33convert_utf32_to_utf8_with_errorsEPKDimPc
64459
64470
  _ZNK7simdutf8internal26unsupported_implementation33convert_utf8_to_utf32_with_errorsEPKcmPDi
64471
+ _ZNK7simdutf8internal26unsupported_implementation33maximal_binary_length_from_base64EPKDsm
64472
+ _ZNK7simdutf8internal26unsupported_implementation33maximal_binary_length_from_base64EPKcm
64460
64473
  _ZNK7simdutf8internal26unsupported_implementation34convert_utf8_to_latin1_with_errorsEPKcmPc
64461
64474
  _ZNK7simdutf8internal26unsupported_implementation35convert_utf16be_to_utf8_with_errorsEPKDsmPc
64462
64475
  _ZNK7simdutf8internal26unsupported_implementation35convert_utf16le_to_utf8_with_errorsEPKDsmPc
@@ -64473,84 +64486,6 @@ _ZNK7simdutf8internal29available_implementation_list21detect_best_supportedEv
64473
64486
  _ZNK7simdutf8internal29available_implementation_list3endEv
64474
64487
  _ZNK7simdutf8internal29available_implementation_list4sizeEv
64475
64488
  _ZNK7simdutf8internal29available_implementation_list5beginEv
64476
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use10count_utf8EPKcm
64477
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use11descriptionB5cxx11Ev
64478
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use13count_utf16beEPKDsm
64479
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use13count_utf16leEPKDsm
64480
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use13validate_utf8EPKcm
64481
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use14validate_asciiEPKcm
64482
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use14validate_utf32EPKDim
64483
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use16detect_encodingsEPKcm
64484
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use16validate_utf16beEPKDsm
64485
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use16validate_utf16leEPKDsm
64486
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use21convert_utf32_to_utf8EPKDimPc
64487
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use21convert_utf8_to_utf32EPKcmPDi
64488
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use22convert_latin1_to_utf8EPKcmPc
64489
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use22convert_utf8_to_latin1EPKcmPc
64490
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use22utf16_length_from_utf8EPKcm
64491
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use22utf32_length_from_utf8EPKcm
64492
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use22utf8_length_from_utf32EPKDim
64493
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23change_endianness_utf16EPKDsmPDs
64494
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23convert_latin1_to_utf32EPKcmPDi
64495
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23convert_utf16be_to_utf8EPKDsmPc
64496
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23convert_utf16le_to_utf8EPKDsmPc
64497
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23convert_utf32_to_latin1EPKDimPc
64498
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23convert_utf8_to_utf16beEPKcmPDs
64499
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23convert_utf8_to_utf16leEPKcmPDs
64500
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23latin1_length_from_utf8EPKcm
64501
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23utf16_length_from_utf32EPKDim
64502
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use23utf8_length_from_latin1EPKcm
64503
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24convert_utf16be_to_utf32EPKDsmPDi
64504
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24convert_utf16le_to_utf32EPKDsmPDi
64505
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24convert_utf32_to_utf16beEPKDimPDs
64506
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24convert_utf32_to_utf16leEPKDimPDs
64507
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24latin1_length_from_utf16Em
64508
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24latin1_length_from_utf32Em
64509
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24utf16_length_from_latin1Em
64510
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24utf32_length_from_latin1Em
64511
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24utf8_length_from_utf16beEPKDsm
64512
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use24utf8_length_from_utf16leEPKDsm
64513
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25convert_latin1_to_utf16beEPKcmPDs
64514
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25convert_latin1_to_utf16leEPKcmPDs
64515
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25convert_utf16be_to_latin1EPKDsmPc
64516
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25convert_utf16le_to_latin1EPKDsmPc
64517
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25required_instruction_setsEv
64518
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25utf32_length_from_utf16beEPKDsm
64519
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25utf32_length_from_utf16leEPKDsm
64520
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use25validate_utf8_with_errorsEPKcm
64521
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use26validate_ascii_with_errorsEPKcm
64522
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use26validate_utf32_with_errorsEPKDim
64523
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use27convert_valid_utf32_to_utf8EPKDimPc
64524
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use27convert_valid_utf8_to_utf32EPKcmPDi
64525
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use28convert_valid_utf8_to_latin1EPKcmPc
64526
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use28validate_utf16be_with_errorsEPKDsm
64527
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use28validate_utf16le_with_errorsEPKDsm
64528
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use29convert_valid_utf16be_to_utf8EPKDsmPc
64529
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use29convert_valid_utf16le_to_utf8EPKDsmPc
64530
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use29convert_valid_utf32_to_latin1EPKDimPc
64531
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use29convert_valid_utf8_to_utf16beEPKcmPDs
64532
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use29convert_valid_utf8_to_utf16leEPKcmPDs
64533
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use30convert_valid_utf16be_to_utf32EPKDsmPDi
64534
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use30convert_valid_utf16le_to_utf32EPKDsmPDi
64535
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use30convert_valid_utf32_to_utf16beEPKDimPDs
64536
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use30convert_valid_utf32_to_utf16leEPKDimPDs
64537
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use31convert_valid_utf16be_to_latin1EPKDsmPc
64538
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use31convert_valid_utf16le_to_latin1EPKDsmPc
64539
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use33convert_utf32_to_utf8_with_errorsEPKDimPc
64540
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use33convert_utf8_to_utf32_with_errorsEPKcmPDi
64541
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use34convert_utf8_to_latin1_with_errorsEPKcmPc
64542
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use35convert_utf16be_to_utf8_with_errorsEPKDsmPc
64543
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use35convert_utf16le_to_utf8_with_errorsEPKDsmPc
64544
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use35convert_utf32_to_latin1_with_errorsEPKDimPc
64545
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use35convert_utf8_to_utf16be_with_errorsEPKcmPDs
64546
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use35convert_utf8_to_utf16le_with_errorsEPKcmPDs
64547
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use36convert_utf16be_to_utf32_with_errorsEPKDsmPDi
64548
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use36convert_utf16le_to_utf32_with_errorsEPKDsmPDi
64549
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use36convert_utf32_to_utf16be_with_errorsEPKDimPDs
64550
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use36convert_utf32_to_utf16le_with_errorsEPKDimPDs
64551
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use37convert_utf16be_to_latin1_with_errorsEPKDsmPc
64552
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use37convert_utf16le_to_latin1_with_errorsEPKDsmPc
64553
- _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use4nameB5cxx11Ev
64554
64489
  _ZNK7simdutf8internal49detect_best_supported_implementation_on_first_use8set_bestEv
64555
64490
  _ZNK8v8_crdtp12Dispatchable13DispatchErrorEv
64556
64491
  _ZNK8v8_crdtp12Dispatchable2okEv
@@ -70794,7 +70729,6 @@ _ZTVN6v8impl9ReferenceE
70794
70729
  _ZTVN7simdutf14implementationE
70795
70730
  _ZTVN7simdutf8fallback14implementationE
70796
70731
  _ZTVN7simdutf8internal26unsupported_implementationE
70797
- _ZTVN7simdutf8internal49detect_best_supported_implementation_on_first_useE
70798
70732
  _ZTVN8v8_crdtp14UberDispatcherE
70799
70733
  _ZTVN8v8_crdtp16DomainDispatcher8CallbackE
70800
70734
  _ZTVN8v8_crdtp16DomainDispatcherE
@@ -72839,6 +72773,7 @@ ares__buf_finish_str
72839
72773
  ares__buf_get_position
72840
72774
  ares__buf_hexdump
72841
72775
  ares__buf_len
72776
+ ares__buf_load_file
72842
72777
  ares__buf_parse_dns_binstr
72843
72778
  ares__buf_parse_dns_str
72844
72779
  ares__buf_peek
@@ -72871,6 +72806,8 @@ ares__destroy_server
72871
72806
  ares__destroy_servers_state
72872
72807
  ares__dns_name_parse
72873
72808
  ares__dns_name_write
72809
+ ares__dnsrec_convert_arg
72810
+ ares__dnsrec_convert_cb
72874
72811
  ares__expand_name_for_response
72875
72812
  ares__expand_name_validated
72876
72813
  ares__free_query
@@ -72928,10 +72865,12 @@ ares__init_by_options
72928
72865
  ares__init_by_sysconfig
72929
72866
  ares__init_rand_state
72930
72867
  ares__init_sysconfig_files
72868
+ ares__is_hostname
72931
72869
  ares__is_hostnamech
72932
72870
  ares__is_localhost
72933
72871
  ares__is_onion_domain
72934
72872
  ares__isprint
72873
+ ares__isspace
72935
72874
  ares__llist_create
72936
72875
  ares__llist_destroy
72937
72876
  ares__llist_first_val
@@ -72954,6 +72893,7 @@ ares__llist_node_replace
72954
72893
  ares__llist_node_val
72955
72894
  ares__llist_replace_destructor
72956
72895
  ares__log2
72896
+ ares__lookup_hostaliases
72957
72897
  ares__memeq_ci
72958
72898
  ares__open_connection
72959
72899
  ares__open_socket
@@ -72964,14 +72904,13 @@ ares__qcache_create
72964
72904
  ares__qcache_destroy
72965
72905
  ares__qcache_flush
72966
72906
  ares__rand_bytes
72967
- ares__read_line
72968
72907
  ares__requeue_query
72969
72908
  ares__round_up_pow2
72970
72909
  ares__sconfig_append
72971
72910
  ares__sconfig_append_fromstr
72911
+ ares__search_name_list
72972
72912
  ares__send_query
72973
72913
  ares__servers_update
72974
- ares__single_domain
72975
72914
  ares__slist_create
72976
72915
  ares__slist_destroy
72977
72916
  ares__slist_first_val
@@ -72993,6 +72932,9 @@ ares__socket_recv
72993
72932
  ares__socket_recvfrom
72994
72933
  ares__socket_write
72995
72934
  ares__sortaddrinfo
72935
+ ares__str_ltrim
72936
+ ares__str_rtrim
72937
+ ares__str_trim
72996
72938
  ares__strsplit
72997
72939
  ares__strsplit_duplicate
72998
72940
  ares__strsplit_free
@@ -73030,6 +72972,7 @@ ares_dns_opt_get_datatype
73030
72972
  ares_dns_opt_get_name
73031
72973
  ares_dns_parse
73032
72974
  ares_dns_pton
72975
+ ares_dns_query_reply_tostatus
73033
72976
  ares_dns_rcode_isvalid
73034
72977
  ares_dns_rcode_tostr
73035
72978
  ares_dns_rec_type_allow_name_compression
@@ -73037,7 +72980,9 @@ ares_dns_rec_type_fromstr
73037
72980
  ares_dns_rec_type_isvalid
73038
72981
  ares_dns_rec_type_tostr
73039
72982
  ares_dns_record_create
72983
+ ares_dns_record_create_query
73040
72984
  ares_dns_record_destroy
72985
+ ares_dns_record_duplicate
73041
72986
  ares_dns_record_get_flags
73042
72987
  ares_dns_record_get_id
73043
72988
  ares_dns_record_get_opcode
@@ -73045,10 +72990,13 @@ ares_dns_record_get_rcode
73045
72990
  ares_dns_record_query_add
73046
72991
  ares_dns_record_query_cnt
73047
72992
  ares_dns_record_query_get
72993
+ ares_dns_record_query_set_name
72994
+ ares_dns_record_query_set_type
73048
72995
  ares_dns_record_rr_add
73049
72996
  ares_dns_record_rr_cnt
73050
72997
  ares_dns_record_rr_del
73051
72998
  ares_dns_record_rr_get
72999
+ ares_dns_record_rr_get_const
73052
73000
  ares_dns_record_rr_prealloc
73053
73001
  ares_dns_record_write_ttl_decrement
73054
73002
  ares_dns_rr_get_addr
@@ -73130,6 +73078,7 @@ ares_parse_mx_reply
73130
73078
  ares_parse_naptr_reply
73131
73079
  ares_parse_ns_reply
73132
73080
  ares_parse_ptr_reply
73081
+ ares_parse_ptr_reply_dnsrec
73133
73082
  ares_parse_soa_reply
73134
73083
  ares_parse_srv_reply
73135
73084
  ares_parse_txt_reply
@@ -73141,7 +73090,7 @@ ares_process_fd
73141
73090
  ares_qcache_fetch
73142
73091
  ares_qcache_insert
73143
73092
  ares_query
73144
- ares_query_qid
73093
+ ares_query_dnsrec
73145
73094
  ares_queue_active_queries
73146
73095
  ares_queue_notify_empty
73147
73096
  ares_queue_wait_empty
@@ -73150,8 +73099,9 @@ ares_realloc_zero
73150
73099
  ares_reinit
73151
73100
  ares_save_options
73152
73101
  ares_search
73102
+ ares_search_dnsrec
73153
73103
  ares_send
73154
- ares_send_ex
73104
+ ares_send_dnsrec
73155
73105
  ares_set_local_dev
73156
73106
  ares_set_local_ip4
73157
73107
  ares_set_local_ip6
@@ -74474,9 +74424,12 @@ nghttp2_check_header_value_rfc9113
74474
74424
  nghttp2_check_method
74475
74425
  nghttp2_check_path
74476
74426
  nghttp2_cpymem
74427
+ nghttp2_data_provider_wrap_v1
74428
+ nghttp2_data_provider_wrap_v2
74477
74429
  nghttp2_downcase
74478
74430
  nghttp2_enable_strict_preface
74479
74431
  nghttp2_extpri_from_uint8
74432
+ nghttp2_extpri_parse_priority
74480
74433
  nghttp2_extpri_to_uint8
74481
74434
  nghttp2_frame_add_pad
74482
74435
  nghttp2_frame_altsvc_free
@@ -74553,8 +74506,10 @@ nghttp2_hd_deflate_get_max_dynamic_table_size
74553
74506
  nghttp2_hd_deflate_get_num_table_entries
74554
74507
  nghttp2_hd_deflate_get_table_entry
74555
74508
  nghttp2_hd_deflate_hd
74509
+ nghttp2_hd_deflate_hd2
74556
74510
  nghttp2_hd_deflate_hd_bufs
74557
74511
  nghttp2_hd_deflate_hd_vec
74512
+ nghttp2_hd_deflate_hd_vec2
74558
74513
  nghttp2_hd_deflate_init
74559
74514
  nghttp2_hd_deflate_init2
74560
74515
  nghttp2_hd_deflate_new
@@ -74579,6 +74534,7 @@ nghttp2_hd_inflate_get_num_table_entries
74579
74534
  nghttp2_hd_inflate_get_table_entry
74580
74535
  nghttp2_hd_inflate_hd
74581
74536
  nghttp2_hd_inflate_hd2
74537
+ nghttp2_hd_inflate_hd3
74582
74538
  nghttp2_hd_inflate_hd_nv
74583
74539
  nghttp2_hd_inflate_init
74584
74540
  nghttp2_hd_inflate_new
@@ -74620,6 +74576,7 @@ nghttp2_nv_equal
74620
74576
  nghttp2_option_del
74621
74577
  nghttp2_option_new
74622
74578
  nghttp2_option_set_builtin_recv_extension_type
74579
+ nghttp2_option_set_max_continuations
74623
74580
  nghttp2_option_set_max_deflate_dynamic_table_size
74624
74581
  nghttp2_option_set_max_outbound_ack
74625
74582
  nghttp2_option_set_max_reserved_remote_streams
@@ -74641,6 +74598,7 @@ nghttp2_outbound_queue_init
74641
74598
  nghttp2_outbound_queue_pop
74642
74599
  nghttp2_outbound_queue_push
74643
74600
  nghttp2_pack_settings_payload
74601
+ nghttp2_pack_settings_payload2
74644
74602
  nghttp2_pq_each
74645
74603
  nghttp2_pq_empty
74646
74604
  nghttp2_pq_free
@@ -74674,6 +74632,7 @@ nghttp2_rcbuf_incref
74674
74632
  nghttp2_rcbuf_is_static
74675
74633
  nghttp2_rcbuf_new
74676
74634
  nghttp2_rcbuf_new2
74635
+ nghttp2_select_alpn
74677
74636
  nghttp2_select_next_protocol
74678
74637
  nghttp2_session_add_goaway
74679
74638
  nghttp2_session_add_item
@@ -74687,6 +74646,7 @@ nghttp2_session_callbacks_del
74687
74646
  nghttp2_session_callbacks_new
74688
74647
  nghttp2_session_callbacks_set_before_frame_send_callback
74689
74648
  nghttp2_session_callbacks_set_data_source_read_length_callback
74649
+ nghttp2_session_callbacks_set_data_source_read_length_callback2
74690
74650
  nghttp2_session_callbacks_set_error_callback
74691
74651
  nghttp2_session_callbacks_set_error_callback2
74692
74652
  nghttp2_session_callbacks_set_on_begin_frame_callback
@@ -74703,9 +74663,13 @@ nghttp2_session_callbacks_set_on_invalid_header_callback
74703
74663
  nghttp2_session_callbacks_set_on_invalid_header_callback2
74704
74664
  nghttp2_session_callbacks_set_on_stream_close_callback
74705
74665
  nghttp2_session_callbacks_set_pack_extension_callback
74666
+ nghttp2_session_callbacks_set_pack_extension_callback2
74706
74667
  nghttp2_session_callbacks_set_recv_callback
74668
+ nghttp2_session_callbacks_set_recv_callback2
74707
74669
  nghttp2_session_callbacks_set_select_padding_callback
74670
+ nghttp2_session_callbacks_set_select_padding_callback2
74708
74671
  nghttp2_session_callbacks_set_send_callback
74672
+ nghttp2_session_callbacks_set_send_callback2
74709
74673
  nghttp2_session_callbacks_set_send_data_callback
74710
74674
  nghttp2_session_callbacks_set_unpack_extension_callback
74711
74675
  nghttp2_session_change_extpri_stream_priority
@@ -74727,6 +74691,7 @@ nghttp2_session_detach_idle_stream
74727
74691
  nghttp2_session_find_stream
74728
74692
  nghttp2_session_get_effective_local_window_size
74729
74693
  nghttp2_session_get_effective_recv_data_length
74694
+ nghttp2_session_get_extpri_stream_priority
74730
74695
  nghttp2_session_get_hd_deflate_dynamic_table_size
74731
74696
  nghttp2_session_get_hd_inflate_dynamic_table_size
74732
74697
  nghttp2_session_get_last_proc_stream_id
@@ -74751,7 +74716,9 @@ nghttp2_session_is_my_stream_id
74751
74716
  nghttp2_session_keep_closed_stream
74752
74717
  nghttp2_session_keep_idle_stream
74753
74718
  nghttp2_session_mem_recv
74719
+ nghttp2_session_mem_recv2
74754
74720
  nghttp2_session_mem_send
74721
+ nghttp2_session_mem_send2
74755
74722
  nghttp2_session_on_altsvc_received
74756
74723
  nghttp2_session_on_data_received
74757
74724
  nghttp2_session_on_goaway_received
@@ -74828,6 +74795,8 @@ nghttp2_stream_update_remote_initial_window_size
74828
74795
  nghttp2_strerror
74829
74796
  nghttp2_submit_altsvc
74830
74797
  nghttp2_submit_data
74798
+ nghttp2_submit_data2
74799
+ nghttp2_submit_data_shared
74831
74800
  nghttp2_submit_extension
74832
74801
  nghttp2_submit_goaway
74833
74802
  nghttp2_submit_headers
@@ -74837,7 +74806,9 @@ nghttp2_submit_priority
74837
74806
  nghttp2_submit_priority_update
74838
74807
  nghttp2_submit_push_promise
74839
74808
  nghttp2_submit_request
74809
+ nghttp2_submit_request2
74840
74810
  nghttp2_submit_response
74811
+ nghttp2_submit_response2
74841
74812
  nghttp2_submit_rst_stream
74842
74813
  nghttp2_submit_settings
74843
74814
  nghttp2_submit_shutdown_notice
@@ -74875,8 +74846,8 @@ nghttp3_conn_ensure_stream_scheduled
74875
74846
  nghttp3_conn_find_stream
74876
74847
  nghttp3_conn_get_frame_payload_left
74877
74848
  nghttp3_conn_get_next_tx_stream
74878
- nghttp3_conn_get_stream_priority
74879
- nghttp3_conn_is_remote_qpack_encoder_stream
74849
+ nghttp3_conn_get_stream_priority_versioned
74850
+ nghttp3_conn_is_drained
74880
74851
  nghttp3_conn_is_stream_writable
74881
74852
  nghttp3_conn_on_data
74882
74853
  nghttp3_conn_on_headers
@@ -74894,9 +74865,10 @@ nghttp3_conn_reject_stream
74894
74865
  nghttp3_conn_resume_stream
74895
74866
  nghttp3_conn_schedule_stream
74896
74867
  nghttp3_conn_server_new_versioned
74868
+ nghttp3_conn_set_client_stream_priority
74897
74869
  nghttp3_conn_set_max_client_streams_bidi
74898
74870
  nghttp3_conn_set_max_concurrent_streams
74899
- nghttp3_conn_set_stream_priority
74871
+ nghttp3_conn_set_server_stream_priority_versioned
74900
74872
  nghttp3_conn_set_stream_user_data
74901
74873
  nghttp3_conn_shutdown
74902
74874
  nghttp3_conn_shutdown_stream_read
@@ -74914,6 +74886,7 @@ nghttp3_downcase
74914
74886
  nghttp3_err_infer_quic_app_error_code
74915
74887
  nghttp3_err_is_fatal
74916
74888
  nghttp3_frame_headers_free
74889
+ nghttp3_frame_priority_update_free
74917
74890
  nghttp3_frame_write_goaway
74918
74891
  nghttp3_frame_write_goaway_len
74919
74892
  nghttp3_frame_write_hd
@@ -74931,7 +74904,7 @@ nghttp3_gaptr_is_pushed
74931
74904
  nghttp3_gaptr_push
74932
74905
  nghttp3_get_varint
74933
74906
  nghttp3_get_varint_fb
74934
- nghttp3_get_varint_len
74907
+ nghttp3_get_varintlen
74935
74908
  nghttp3_http_on_data_chunk
74936
74909
  nghttp3_http_on_header
74937
74910
  nghttp3_http_on_remote_end_stream
@@ -74977,13 +74950,17 @@ nghttp3_mem_default
74977
74950
  nghttp3_mem_free
74978
74951
  nghttp3_mem_malloc
74979
74952
  nghttp3_mem_realloc
74980
- nghttp3_node_id_eq
74981
- nghttp3_node_id_init
74982
74953
  nghttp3_nva_copy
74983
74954
  nghttp3_nva_del
74955
+ nghttp3_objalloc_chunk_get
74956
+ nghttp3_objalloc_chunk_len_get
74984
74957
  nghttp3_objalloc_clear
74985
74958
  nghttp3_objalloc_free
74986
74959
  nghttp3_objalloc_init
74960
+ nghttp3_objalloc_ksl_blk_get
74961
+ nghttp3_objalloc_ksl_blk_len_get
74962
+ nghttp3_objalloc_stream_get
74963
+ nghttp3_objalloc_stream_len_get
74987
74964
  nghttp3_opl_clear
74988
74965
  nghttp3_opl_init
74989
74966
  nghttp3_opl_pop
@@ -74999,14 +74976,13 @@ nghttp3_pq_push
74999
74976
  nghttp3_pq_remove
75000
74977
  nghttp3_pq_size
75001
74978
  nghttp3_pq_top
75002
- nghttp3_pri_to_uint8
74979
+ nghttp3_pri_eq
74980
+ nghttp3_pri_parse_priority_versioned
75003
74981
  nghttp3_put_uint16be
75004
- nghttp3_put_uint24be
75005
74982
  nghttp3_put_uint32be
75006
- nghttp3_put_uint48be
75007
74983
  nghttp3_put_uint64be
75008
74984
  nghttp3_put_varint
75009
- nghttp3_put_varint_len
74985
+ nghttp3_put_varintlen
75010
74986
  nghttp3_qpack_context_dtable_add
75011
74987
  nghttp3_qpack_context_dtable_get
75012
74988
  nghttp3_qpack_context_dtable_top
@@ -75125,8 +75101,6 @@ nghttp3_ringbuf_resize
75125
75101
  nghttp3_server_stream_uni
75126
75102
  nghttp3_set_debug_vprintf_callback
75127
75103
  nghttp3_settings_default_versioned
75128
- nghttp3_sf_parse_inner_list
75129
- nghttp3_sf_parse_item
75130
75104
  nghttp3_stream_add_ack_offset
75131
75105
  nghttp3_stream_add_outq_offset
75132
75106
  nghttp3_stream_buffer_data
@@ -75140,7 +75114,6 @@ nghttp3_stream_get_chunk
75140
75114
  nghttp3_stream_is_blocked
75141
75115
  nghttp3_stream_new
75142
75116
  nghttp3_stream_outq_add
75143
- nghttp3_stream_outq_is_full
75144
75117
  nghttp3_stream_outq_write_done
75145
75118
  nghttp3_stream_read_state_reset
75146
75119
  nghttp3_stream_require_schedule
@@ -75162,6 +75135,7 @@ nghttp3_tnode_is_scheduled
75162
75135
  nghttp3_tnode_schedule
75163
75136
  nghttp3_tnode_unschedule
75164
75137
  nghttp3_typed_buf_init
75138
+ nghttp3_unreachable_fail
75165
75139
  nghttp3_varint_read_state_reset
75166
75140
  nghttp3_vec_len
75167
75141
  nghttp3_vec_len_varint
@@ -75190,32 +75164,17 @@ ngtcp2_balloc_clear
75190
75164
  ngtcp2_balloc_free
75191
75165
  ngtcp2_balloc_get
75192
75166
  ngtcp2_balloc_init
75193
- ngtcp2_bbr_cc_free
75194
- ngtcp2_bbr_cc_init
75195
75167
  ngtcp2_bind_frame_chains
75196
75168
  ngtcp2_buf_cap
75197
75169
  ngtcp2_buf_chain_del
75198
75170
  ngtcp2_buf_chain_new
75199
75171
  ngtcp2_buf_init
75200
75172
  ngtcp2_buf_reset
75201
- ngtcp2_cc_bbr2_cc_free
75202
- ngtcp2_cc_bbr2_cc_init
75203
- ngtcp2_cc_bbr_cc_congestion_event
75204
- ngtcp2_cc_bbr_cc_event
75205
- ngtcp2_cc_bbr_cc_free
75206
- ngtcp2_cc_bbr_cc_init
75207
- ngtcp2_cc_bbr_cc_new_rtt_sample
75208
- ngtcp2_cc_bbr_cc_on_ack_recv
75209
- ngtcp2_cc_bbr_cc_on_persistent_congestion
75210
- ngtcp2_cc_bbr_cc_on_pkt_acked
75211
- ngtcp2_cc_bbr_cc_on_pkt_sent
75212
- ngtcp2_cc_bbr_cc_on_spurious_congestion
75213
- ngtcp2_cc_bbr_cc_reset
75173
+ ngtcp2_cbrt
75174
+ ngtcp2_cc_bbr_init
75214
75175
  ngtcp2_cc_compute_initcwnd
75215
75176
  ngtcp2_cc_cubic_cc_congestion_event
75216
75177
  ngtcp2_cc_cubic_cc_event
75217
- ngtcp2_cc_cubic_cc_free
75218
- ngtcp2_cc_cubic_cc_init
75219
75178
  ngtcp2_cc_cubic_cc_new_rtt_sample
75220
75179
  ngtcp2_cc_cubic_cc_on_ack_recv
75221
75180
  ngtcp2_cc_cubic_cc_on_persistent_congestion
@@ -75223,14 +75182,19 @@ ngtcp2_cc_cubic_cc_on_pkt_acked
75223
75182
  ngtcp2_cc_cubic_cc_on_pkt_sent
75224
75183
  ngtcp2_cc_cubic_cc_on_spurious_congestion
75225
75184
  ngtcp2_cc_cubic_cc_reset
75185
+ ngtcp2_cc_cubic_init
75226
75186
  ngtcp2_cc_pkt_init
75227
75187
  ngtcp2_cc_reno_cc_congestion_event
75228
- ngtcp2_cc_reno_cc_free
75229
- ngtcp2_cc_reno_cc_init
75230
75188
  ngtcp2_cc_reno_cc_on_ack_recv
75231
75189
  ngtcp2_cc_reno_cc_on_persistent_congestion
75232
75190
  ngtcp2_cc_reno_cc_on_pkt_acked
75233
75191
  ngtcp2_cc_reno_cc_reset
75192
+ ngtcp2_cc_reno_init
75193
+ ngtcp2_ccerr_default
75194
+ ngtcp2_ccerr_set_application_error
75195
+ ngtcp2_ccerr_set_liberr
75196
+ ngtcp2_ccerr_set_tls_alert
75197
+ ngtcp2_ccerr_set_transport_error
75234
75198
  ngtcp2_cid_empty
75235
75199
  ngtcp2_cid_eq
75236
75200
  ngtcp2_cid_init
@@ -75245,39 +75209,38 @@ ngtcp2_conn_close_stream
75245
75209
  ngtcp2_conn_close_stream_if_shut_rdwr
75246
75210
  ngtcp2_conn_commit_local_transport_params
75247
75211
  ngtcp2_conn_compute_pto
75248
- ngtcp2_conn_decode_remote_transport_params
75212
+ ngtcp2_conn_create_ack_frame
75213
+ ngtcp2_conn_decode_and_set_0rtt_transport_params
75214
+ ngtcp2_conn_decode_and_set_remote_transport_params
75249
75215
  ngtcp2_conn_del
75250
75216
  ngtcp2_conn_detect_lost_pkt
75251
- ngtcp2_conn_early_data_rejected
75217
+ ngtcp2_conn_encode_0rtt_transport_params
75252
75218
  ngtcp2_conn_encode_local_transport_params
75253
75219
  ngtcp2_conn_extend_max_offset
75254
75220
  ngtcp2_conn_extend_max_stream_offset
75255
75221
  ngtcp2_conn_extend_max_streams_bidi
75256
75222
  ngtcp2_conn_extend_max_streams_uni
75257
75223
  ngtcp2_conn_find_stream
75224
+ ngtcp2_conn_get_0rtt_crypto_ctx
75258
75225
  ngtcp2_conn_get_active_dcid
75226
+ ngtcp2_conn_get_ccerr
75259
75227
  ngtcp2_conn_get_client_chosen_version
75260
75228
  ngtcp2_conn_get_client_initial_dcid
75261
- ngtcp2_conn_get_conn_stat_versioned
75262
- ngtcp2_conn_get_connection_close_error
75229
+ ngtcp2_conn_get_conn_info_versioned
75263
75230
  ngtcp2_conn_get_crypto_ctx
75264
75231
  ngtcp2_conn_get_cwnd_left
75265
75232
  ngtcp2_conn_get_dcid
75266
- ngtcp2_conn_get_early_crypto_ctx
75267
75233
  ngtcp2_conn_get_expiry
75268
75234
  ngtcp2_conn_get_handshake_completed
75269
75235
  ngtcp2_conn_get_idle_expiry
75270
75236
  ngtcp2_conn_get_initial_crypto_ctx
75271
75237
  ngtcp2_conn_get_local_transport_params
75272
75238
  ngtcp2_conn_get_max_data_left
75273
- ngtcp2_conn_get_max_local_streams_uni
75274
75239
  ngtcp2_conn_get_max_stream_data_left
75275
- ngtcp2_conn_get_max_udp_payload_size
75240
+ ngtcp2_conn_get_max_tx_udp_payload_size
75276
75241
  ngtcp2_conn_get_negotiated_version
75277
- ngtcp2_conn_get_num_active_dcid
75278
- ngtcp2_conn_get_num_scid
75279
75242
  ngtcp2_conn_get_path
75280
- ngtcp2_conn_get_path_max_udp_payload_size
75243
+ ngtcp2_conn_get_path_max_tx_udp_payload_size
75281
75244
  ngtcp2_conn_get_pto
75282
75245
  ngtcp2_conn_get_remote_transport_params
75283
75246
  ngtcp2_conn_get_scid
@@ -75286,15 +75249,17 @@ ngtcp2_conn_get_stream_loss_count
75286
75249
  ngtcp2_conn_get_streams_bidi_left
75287
75250
  ngtcp2_conn_get_streams_uni_left
75288
75251
  ngtcp2_conn_get_tls_alert
75252
+ ngtcp2_conn_get_tls_early_data_rejected
75289
75253
  ngtcp2_conn_get_tls_error
75290
75254
  ngtcp2_conn_get_tls_native_handle
75291
75255
  ngtcp2_conn_handle_expiry
75292
- ngtcp2_conn_handshake_completed
75256
+ ngtcp2_conn_in_closing_period
75257
+ ngtcp2_conn_in_draining_period
75293
75258
  ngtcp2_conn_init_stream
75294
75259
  ngtcp2_conn_initiate_immediate_migration
75295
75260
  ngtcp2_conn_initiate_key_update
75296
75261
  ngtcp2_conn_initiate_migration
75297
- ngtcp2_conn_install_early_key
75262
+ ngtcp2_conn_install_0rtt_key
75298
75263
  ngtcp2_conn_install_initial_key
75299
75264
  ngtcp2_conn_install_rx_handshake_key
75300
75265
  ngtcp2_conn_install_rx_key
@@ -75302,8 +75267,6 @@ ngtcp2_conn_install_tx_handshake_key
75302
75267
  ngtcp2_conn_install_tx_key
75303
75268
  ngtcp2_conn_install_vneg_initial_key
75304
75269
  ngtcp2_conn_internal_expiry
75305
- ngtcp2_conn_is_in_closing_period
75306
- ngtcp2_conn_is_in_draining_period
75307
75270
  ngtcp2_conn_is_local_stream
75308
75271
  ngtcp2_conn_is_server
75309
75272
  ngtcp2_conn_loss_detection_expiry
@@ -75313,13 +75276,12 @@ ngtcp2_conn_open_bidi_stream
75313
75276
  ngtcp2_conn_open_uni_stream
75314
75277
  ngtcp2_conn_read_pkt_versioned
75315
75278
  ngtcp2_conn_remove_lost_pkt
75316
- ngtcp2_conn_resched_frames
75317
75279
  ngtcp2_conn_sched_ack
75318
75280
  ngtcp2_conn_server_negotiate_version
75319
75281
  ngtcp2_conn_server_new_versioned
75282
+ ngtcp2_conn_set_0rtt_crypto_ctx
75283
+ ngtcp2_conn_set_0rtt_remote_transport_params
75320
75284
  ngtcp2_conn_set_crypto_ctx
75321
- ngtcp2_conn_set_early_crypto_ctx
75322
- ngtcp2_conn_set_early_remote_transport_params_versioned
75323
75285
  ngtcp2_conn_set_initial_crypto_ctx
75324
75286
  ngtcp2_conn_set_keep_alive_timeout
75325
75287
  ngtcp2_conn_set_local_addr
@@ -75339,6 +75301,8 @@ ngtcp2_conn_start_pmtud
75339
75301
  ngtcp2_conn_stop_pmtud
75340
75302
  ngtcp2_conn_submit_crypto_data
75341
75303
  ngtcp2_conn_submit_new_token
75304
+ ngtcp2_conn_tls_early_data_rejected
75305
+ ngtcp2_conn_tls_handshake_completed
75342
75306
  ngtcp2_conn_track_retired_dcid_seq
75343
75307
  ngtcp2_conn_tx_strmq_first_cycle
75344
75308
  ngtcp2_conn_tx_strmq_pop
@@ -75350,17 +75314,13 @@ ngtcp2_conn_update_rtt
75350
75314
  ngtcp2_conn_write_application_close_pkt
75351
75315
  ngtcp2_conn_write_connection_close_pkt
75352
75316
  ngtcp2_conn_write_connection_close_versioned
75317
+ ngtcp2_conn_write_datagram_versioned
75353
75318
  ngtcp2_conn_write_pkt_versioned
75354
75319
  ngtcp2_conn_write_single_frame_pkt
75355
75320
  ngtcp2_conn_write_stream_versioned
75356
75321
  ngtcp2_conn_write_vmsg
75357
75322
  ngtcp2_conn_writev_datagram_versioned
75358
75323
  ngtcp2_conn_writev_stream_versioned
75359
- ngtcp2_connection_close_error_default
75360
- ngtcp2_connection_close_error_set_application_error
75361
- ngtcp2_connection_close_error_set_transport_error
75362
- ngtcp2_connection_close_error_set_transport_error_liberr
75363
- ngtcp2_connection_close_error_set_transport_error_tls_alert
75364
75324
  ngtcp2_cpymem
75365
75325
  ngtcp2_crypto_aead_aes_128_gcm
75366
75326
  ngtcp2_crypto_aead_ctx_decrypt_init
@@ -75405,11 +75365,12 @@ ngtcp2_crypto_km_nocopy_new
75405
75365
  ngtcp2_crypto_md_hashlen
75406
75366
  ngtcp2_crypto_md_init
75407
75367
  ngtcp2_crypto_md_sha256
75408
- ngtcp2_crypto_openssl_configure_client_context
75409
- ngtcp2_crypto_openssl_configure_server_context
75410
- ngtcp2_crypto_openssl_from_ngtcp2_crypto_level
75411
- ngtcp2_crypto_openssl_from_ossl_encryption_level
75412
75368
  ngtcp2_crypto_packet_protection_ivlen
75369
+ ngtcp2_crypto_quictls_configure_client_context
75370
+ ngtcp2_crypto_quictls_configure_server_context
75371
+ ngtcp2_crypto_quictls_from_ngtcp2_encryption_level
75372
+ ngtcp2_crypto_quictls_from_ossl_encryption_level
75373
+ ngtcp2_crypto_quictls_init
75413
75374
  ngtcp2_crypto_random
75414
75375
  ngtcp2_crypto_read_write_crypto_data
75415
75376
  ngtcp2_crypto_recv_client_initial_cb
@@ -75425,8 +75386,6 @@ ngtcp2_crypto_verify_retry_token
75425
75386
  ngtcp2_crypto_version_negotiation_cb
75426
75387
  ngtcp2_crypto_write_connection_close
75427
75388
  ngtcp2_crypto_write_retry
75428
- ngtcp2_cubic_cc_free
75429
- ngtcp2_cubic_cc_init
75430
75389
  ngtcp2_dcid_copy
75431
75390
  ngtcp2_dcid_copy_cid_token
75432
75391
  ngtcp2_dcid_init
@@ -75434,17 +75393,13 @@ ngtcp2_dcid_set_path
75434
75393
  ngtcp2_dcid_set_token
75435
75394
  ngtcp2_dcid_verify_stateless_reset_token
75436
75395
  ngtcp2_dcid_verify_uniqueness
75437
- ngtcp2_decode_transport_params_new
75438
- ngtcp2_decode_transport_params_versioned
75439
75396
  ngtcp2_encode_hex
75440
75397
  ngtcp2_encode_ipv4
75441
75398
  ngtcp2_encode_ipv6
75442
75399
  ngtcp2_encode_printable_ascii
75443
- ngtcp2_encode_transport_params_versioned
75444
75400
  ngtcp2_err_infer_quic_transport_error_code
75445
75401
  ngtcp2_err_is_fatal
75446
75402
  ngtcp2_frame_chain_binder_new
75447
- ngtcp2_frame_chain_crypto_datacnt_objalloc_new
75448
75403
  ngtcp2_frame_chain_del
75449
75404
  ngtcp2_frame_chain_extralen_new
75450
75405
  ngtcp2_frame_chain_init
@@ -75461,14 +75416,17 @@ ngtcp2_gaptr_get_first_gap_after
75461
75416
  ngtcp2_gaptr_init
75462
75417
  ngtcp2_gaptr_is_pushed
75463
75418
  ngtcp2_gaptr_push
75419
+ ngtcp2_get_bytes
75464
75420
  ngtcp2_get_pkt_num
75465
75421
  ngtcp2_get_uint16
75422
+ ngtcp2_get_uint16be
75466
75423
  ngtcp2_get_uint24
75467
75424
  ngtcp2_get_uint32
75468
75425
  ngtcp2_get_uint48
75469
75426
  ngtcp2_get_uint64
75427
+ ngtcp2_get_uvarint
75428
+ ngtcp2_get_uvarintlen
75470
75429
  ngtcp2_get_varint
75471
- ngtcp2_get_varint_len
75472
75430
  ngtcp2_idtr_first_gap
75473
75431
  ngtcp2_idtr_free
75474
75432
  ngtcp2_idtr_init
@@ -75525,9 +75483,19 @@ ngtcp2_nth_client_bidi_id
75525
75483
  ngtcp2_nth_client_uni_id
75526
75484
  ngtcp2_nth_server_bidi_id
75527
75485
  ngtcp2_nth_server_uni_id
75486
+ ngtcp2_objalloc_acktr_entry_get
75487
+ ngtcp2_objalloc_acktr_entry_len_get
75528
75488
  ngtcp2_objalloc_clear
75489
+ ngtcp2_objalloc_frame_chain_get
75490
+ ngtcp2_objalloc_frame_chain_len_get
75529
75491
  ngtcp2_objalloc_free
75530
75492
  ngtcp2_objalloc_init
75493
+ ngtcp2_objalloc_ksl_blk_get
75494
+ ngtcp2_objalloc_ksl_blk_len_get
75495
+ ngtcp2_objalloc_rtb_entry_get
75496
+ ngtcp2_objalloc_rtb_entry_len_get
75497
+ ngtcp2_objalloc_strm_get
75498
+ ngtcp2_objalloc_strm_len_get
75531
75499
  ngtcp2_opl_clear
75532
75500
  ngtcp2_opl_init
75533
75501
  ngtcp2_opl_pop
@@ -75637,14 +75605,15 @@ ngtcp2_pq_remove
75637
75605
  ngtcp2_pq_size
75638
75606
  ngtcp2_pq_top
75639
75607
  ngtcp2_put_pkt_num
75608
+ ngtcp2_put_uint16
75640
75609
  ngtcp2_put_uint16be
75641
75610
  ngtcp2_put_uint24be
75642
75611
  ngtcp2_put_uint32be
75643
75612
  ngtcp2_put_uint48be
75644
75613
  ngtcp2_put_uint64be
75645
- ngtcp2_put_varint
75646
- ngtcp2_put_varint30
75647
- ngtcp2_put_varint_len
75614
+ ngtcp2_put_uvarint
75615
+ ngtcp2_put_uvarint30
75616
+ ngtcp2_put_uvarintlen
75648
75617
  ngtcp2_pv_add_entry
75649
75618
  ngtcp2_pv_cancel_expired_timer
75650
75619
  ngtcp2_pv_del
@@ -75675,8 +75644,6 @@ ngtcp2_range_init
75675
75644
  ngtcp2_range_intersect
75676
75645
  ngtcp2_range_len
75677
75646
  ngtcp2_range_not_after
75678
- ngtcp2_reno_cc_free
75679
- ngtcp2_reno_cc_init
75680
75647
  ngtcp2_ringbuf_buf_init
75681
75648
  ngtcp2_ringbuf_free
75682
75649
  ngtcp2_ringbuf_full
@@ -75728,6 +75695,7 @@ ngtcp2_setmem
75728
75695
  ngtcp2_settings_default_versioned
75729
75696
  ngtcp2_strerror
75730
75697
  ngtcp2_strm_ack_data
75698
+ ngtcp2_strm_discard_reordered_data
75731
75699
  ngtcp2_strm_free
75732
75700
  ngtcp2_strm_get_acked_offset
75733
75701
  ngtcp2_strm_get_unacked_range_after
@@ -75736,6 +75704,10 @@ ngtcp2_strm_is_all_tx_data_acked
75736
75704
  ngtcp2_strm_is_all_tx_data_fin_acked
75737
75705
  ngtcp2_strm_is_tx_queued
75738
75706
  ngtcp2_strm_recv_reordering
75707
+ ngtcp2_strm_require_retransmit_max_stream_data
75708
+ ngtcp2_strm_require_retransmit_reset_stream
75709
+ ngtcp2_strm_require_retransmit_stop_sending
75710
+ ngtcp2_strm_require_retransmit_stream_data_blocked
75739
75711
  ngtcp2_strm_rx_offset
75740
75712
  ngtcp2_strm_set_app_error_code
75741
75713
  ngtcp2_strm_shutdown
@@ -75746,9 +75718,15 @@ ngtcp2_strm_streamfrq_push
75746
75718
  ngtcp2_strm_streamfrq_top
75747
75719
  ngtcp2_strm_streamfrq_unacked_offset
75748
75720
  ngtcp2_strm_update_rx_offset
75721
+ ngtcp2_transport_params_convert_to_latest
75722
+ ngtcp2_transport_params_convert_to_old
75749
75723
  ngtcp2_transport_params_copy_new
75724
+ ngtcp2_transport_params_decode_new
75725
+ ngtcp2_transport_params_decode_versioned
75750
75726
  ngtcp2_transport_params_default_versioned
75751
75727
  ngtcp2_transport_params_del
75728
+ ngtcp2_transport_params_encode_versioned
75729
+ ngtcp2_unreachable_fail
75752
75730
  ngtcp2_vec_copy
75753
75731
  ngtcp2_vec_copy_at_most
75754
75732
  ngtcp2_vec_del
@@ -77667,6 +77645,8 @@ res_load_74
77667
77645
  res_read_74
77668
77646
  res_unload_74
77669
77647
  ripemd160_block_data_order
77648
+ riscv_cpu_enable_rvv
77649
+ riscv_cpu_enable_vclmul
77670
77650
  s2i_ASN1_IA5STRING
77671
77651
  s2i_ASN1_INTEGER
77672
77652
  s2i_ASN1_OCTET_STRING
@@ -209,7 +209,7 @@ napi_create_threadsafe_function(napi_env env,
209
209
  size_t max_queue_size,
210
210
  size_t initial_thread_count,
211
211
  void* thread_finalize_data,
212
- node_api_nogc_finalize thread_finalize_cb,
212
+ napi_finalize thread_finalize_cb,
213
213
  void* context,
214
214
  napi_threadsafe_function_call_js call_js_cb,
215
215
  napi_threadsafe_function* result);
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
26
  #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 1
27
+ #define NODE_PATCH_VERSION 3
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Hydrogen"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v18.20.1",
3
+ "version": "v18.20.3",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"