node-aix-ppc64 24.2.0 → 24.3.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 +97 -0
- package/LICENSE +2 -2
- package/README.md +2 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +19 -5
- package/include/node/node_version.h +1 -1
- package/include/node/zconf.h +1 -9
- package/include/node/zlib.h +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.3.0">24.3.0</a><br/>
|
|
11
12
|
<a href="#24.2.0">24.2.0</a><br/>
|
|
12
13
|
<a href="#24.1.0">24.1.0</a><br/>
|
|
13
14
|
<a href="#24.0.2">24.0.2</a><br/>
|
|
@@ -43,6 +44,102 @@
|
|
|
43
44
|
* [io.js](CHANGELOG_IOJS.md)
|
|
44
45
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
45
46
|
|
|
47
|
+
<a id="24.3.0"></a>
|
|
48
|
+
|
|
49
|
+
## 2025-06-24, Version 24.3.0 (Current), @RafaelGSS
|
|
50
|
+
|
|
51
|
+
### Notable Changes
|
|
52
|
+
|
|
53
|
+
* \[[`841609ac1c`](https://github.com/nodejs/node/commit/841609ac1c)] - **doc**: add islandryu to collaborators (Shima Ryuhei) [#58714](https://github.com/nodejs/node/pull/58714)
|
|
54
|
+
* \[[`839964ece8`](https://github.com/nodejs/node/commit/839964ece8)] - **(SEMVER-MINOR)** **fs**: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) [#58490](https://github.com/nodejs/node/pull/58490)
|
|
55
|
+
* \[[`9b28f40834`](https://github.com/nodejs/node/commit/9b28f40834)] - **(SEMVER-MINOR)** **module**: remove experimental warning from type stripping (Marco Ippolito) [#58643](https://github.com/nodejs/node/pull/58643)
|
|
56
|
+
* \[[`7cdda927fa`](https://github.com/nodejs/node/commit/7cdda927fa)] - **test**: fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
57
|
+
* \[[`713fbad7b6`](https://github.com/nodejs/node/commit/713fbad7b6)] - **(SEMVER-MINOR)** **test\_runner**: support object property mocking (Idan Goshen) [#58438](https://github.com/nodejs/node/pull/58438)
|
|
58
|
+
* \[[`ef0230abaf`](https://github.com/nodejs/node/commit/ef0230abaf)] - **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M Snell) [#58700](https://github.com/nodejs/node/pull/58700)
|
|
59
|
+
|
|
60
|
+
### Commits
|
|
61
|
+
|
|
62
|
+
* \[[`2ba2c93dee`](https://github.com/nodejs/node/commit/2ba2c93dee)] - **build**: fix typo 'Stoage' to 'Storage' in help text (ganglike) [#58777](https://github.com/nodejs/node/pull/58777)
|
|
63
|
+
* \[[`11811c15da`](https://github.com/nodejs/node/commit/11811c15da)] - **deps**: update nghttp2 to 1.66.0 (Node.js GitHub Bot) [#58786](https://github.com/nodejs/node/pull/58786)
|
|
64
|
+
* \[[`7643ce9322`](https://github.com/nodejs/node/commit/7643ce9322)] - **deps**: update acorn to 8.15.0 (Node.js GitHub Bot) [#58711](https://github.com/nodejs/node/pull/58711)
|
|
65
|
+
* \[[`4b61f10eb6`](https://github.com/nodejs/node/commit/4b61f10eb6)] - **deps**: V8: cherry-pick e3df60f3f5ab (Chengzhong Wu) [#58691](https://github.com/nodejs/node/pull/58691)
|
|
66
|
+
* \[[`fa6854f083`](https://github.com/nodejs/node/commit/fa6854f083)] - **deps**: update amaro to 1.1.0 (Node.js GitHub Bot) [#58754](https://github.com/nodejs/node/pull/58754)
|
|
67
|
+
* \[[`68671f4314`](https://github.com/nodejs/node/commit/68671f4314)] - **deps**: upgrade npm to 11.4.2 (npm team) [#58696](https://github.com/nodejs/node/pull/58696)
|
|
68
|
+
* \[[`450f4815b3`](https://github.com/nodejs/node/commit/450f4815b3)] - **deps**: update amaro to 1.0.0 (Node.js GitHub Bot) [#58639](https://github.com/nodejs/node/pull/58639)
|
|
69
|
+
* \[[`3aa2762e96`](https://github.com/nodejs/node/commit/3aa2762e96)] - **deps**: update sqlite to 3.50.1 (Node.js GitHub Bot) [#58630](https://github.com/nodejs/node/pull/58630)
|
|
70
|
+
* \[[`80eac147e6`](https://github.com/nodejs/node/commit/80eac147e6)] - **deps**: update simdjson to 3.13.0 (Node.js GitHub Bot) [#58629](https://github.com/nodejs/node/pull/58629)
|
|
71
|
+
* \[[`dc1023878c`](https://github.com/nodejs/node/commit/dc1023878c)] - **deps**: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot) [#58628](https://github.com/nodejs/node/pull/58628)
|
|
72
|
+
* \[[`97fbfd82af`](https://github.com/nodejs/node/commit/97fbfd82af)] - **doc**: fix stability 1.x links excluding the decimal digit (Dario Piotrowicz) [#58783](https://github.com/nodejs/node/pull/58783)
|
|
73
|
+
* \[[`e2e88d4971`](https://github.com/nodejs/node/commit/e2e88d4971)] - **doc**: fix wrong RFC number in http2 (Deokjin Kim) [#58753](https://github.com/nodejs/node/pull/58753)
|
|
74
|
+
* \[[`7bb1246c8f`](https://github.com/nodejs/node/commit/7bb1246c8f)] - **doc**: add history entry for TS support in hooks (Antoine du Hamel) [#58732](https://github.com/nodejs/node/pull/58732)
|
|
75
|
+
* \[[`f125310d3a`](https://github.com/nodejs/node/commit/f125310d3a)] - **doc**: run license-builder (github-actions\[bot]) [#58722](https://github.com/nodejs/node/pull/58722)
|
|
76
|
+
* \[[`841609ac1c`](https://github.com/nodejs/node/commit/841609ac1c)] - **doc**: add islandryu to collaborators (Shima Ryuhei) [#58714](https://github.com/nodejs/node/pull/58714)
|
|
77
|
+
* \[[`1cc77c7ee6`](https://github.com/nodejs/node/commit/1cc77c7ee6)] - **doc**: punctuation fix for Node-API versioning clarification (Jiacai Liu) [#58599](https://github.com/nodejs/node/pull/58599)
|
|
78
|
+
* \[[`d59680348e`](https://github.com/nodejs/node/commit/d59680348e)] - **doc**: add path rules and validation for export targets in package.json (0hm☘️) [#58604](https://github.com/nodejs/node/pull/58604)
|
|
79
|
+
* \[[`b6760b3379`](https://github.com/nodejs/node/commit/b6760b3379)] - **esm**: syncify default path of `ModuleLoader.load` (Jacob Smith) [#57419](https://github.com/nodejs/node/pull/57419)
|
|
80
|
+
* \[[`96c78d726c`](https://github.com/nodejs/node/commit/96c78d726c)] - **fs**: make `Dir` disposers idempotent (René) [#58692](https://github.com/nodejs/node/pull/58692)
|
|
81
|
+
* \[[`62b5879d88`](https://github.com/nodejs/node/commit/62b5879d88)] - **fs**: avoid computing time coefficient constants in runtime (Livia Medeiros) [#58728](https://github.com/nodejs/node/pull/58728)
|
|
82
|
+
* \[[`af18c0e81a`](https://github.com/nodejs/node/commit/af18c0e81a)] - **fs**: remove IIFE in glob (LiviaMedeiros) [#58418](https://github.com/nodejs/node/pull/58418)
|
|
83
|
+
* \[[`fb4378b72e`](https://github.com/nodejs/node/commit/fb4378b72e)] - **fs**: add UV\_ENOSPC to list of things to pass to err directly (Jacky Zhao) [#56918](https://github.com/nodejs/node/pull/56918)
|
|
84
|
+
* \[[`839964ece8`](https://github.com/nodejs/node/commit/839964ece8)] - **(SEMVER-MINOR)** **fs**: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) [#58490](https://github.com/nodejs/node/pull/58490)
|
|
85
|
+
* \[[`c9dc0a8903`](https://github.com/nodejs/node/commit/c9dc0a8903)] - **http**: fix keep-alive not timing out after post-request empty line (Shima Ryuhei) [#58178](https://github.com/nodejs/node/pull/58178)
|
|
86
|
+
* \[[`b11da1115e`](https://github.com/nodejs/node/commit/b11da1115e)] - **http2**: fix DEP0194 message (KaKa) [#58669](https://github.com/nodejs/node/pull/58669)
|
|
87
|
+
* \[[`b1f60d2f18`](https://github.com/nodejs/node/commit/b1f60d2f18)] - **http2**: add diagnostics channel 'http2.server.stream.close' (Darshan Sen) [#58602](https://github.com/nodejs/node/pull/58602)
|
|
88
|
+
* \[[`be93091694`](https://github.com/nodejs/node/commit/be93091694)] - **inspector**: add protocol methods retrieving sent/received data (Chengzhong Wu) [#58645](https://github.com/nodejs/node/pull/58645)
|
|
89
|
+
* \[[`20089e2a2e`](https://github.com/nodejs/node/commit/20089e2a2e)] - **lib**: rename `validateInternalField` into `validateThisInternalField` (LiviaMedeiros) [#58765](https://github.com/nodejs/node/pull/58765)
|
|
90
|
+
* \[[`74983832f9`](https://github.com/nodejs/node/commit/74983832f9)] - **lib**: make `validateInternalField()` throw `ERR_INVALID_THIS` (LiviaMedeiros) [#58765](https://github.com/nodejs/node/pull/58765)
|
|
91
|
+
* \[[`081c70878f`](https://github.com/nodejs/node/commit/081c70878f)] - **lib**: make domexception a native error (Chengzhong Wu) [#58691](https://github.com/nodejs/node/pull/58691)
|
|
92
|
+
* \[[`6390f70da2`](https://github.com/nodejs/node/commit/6390f70da2)] - **lib,src**: support DOMException ser-des (Chengzhong Wu) [#58649](https://github.com/nodejs/node/pull/58649)
|
|
93
|
+
* \[[`4c2c100f63`](https://github.com/nodejs/node/commit/4c2c100f63)] - **meta**: add @nodejs/inspector as codeowner (Chengzhong Wu) [#58790](https://github.com/nodejs/node/pull/58790)
|
|
94
|
+
* \[[`ff8a3691c4`](https://github.com/nodejs/node/commit/ff8a3691c4)] - **module**: fix typescript import.meta.main (Marco Ippolito) [#58661](https://github.com/nodejs/node/pull/58661)
|
|
95
|
+
* \[[`45f7d160ed`](https://github.com/nodejs/node/commit/45f7d160ed)] - **module**: refactor commonjs typescript loader (Marco Ippolito) [#58657](https://github.com/nodejs/node/pull/58657)
|
|
96
|
+
* \[[`9b28f40834`](https://github.com/nodejs/node/commit/9b28f40834)] - **(SEMVER-MINOR)** **module**: remove experimental warning from type stripping (Marco Ippolito) [#58643](https://github.com/nodejs/node/pull/58643)
|
|
97
|
+
* \[[`a3c7a63c73`](https://github.com/nodejs/node/commit/a3c7a63c73)] - **module**: allow cycles in require() in the CJS handling in ESM loader (Joyee Cheung) [#58598](https://github.com/nodejs/node/pull/58598)
|
|
98
|
+
* \[[`d0e42ffa58`](https://github.com/nodejs/node/commit/d0e42ffa58)] - **repl**: avoid deprecated `require.extensions` in tab completion (baki gul) [#58653](https://github.com/nodejs/node/pull/58653)
|
|
99
|
+
* \[[`82b18ba890`](https://github.com/nodejs/node/commit/82b18ba890)] - **repl**: fix tab completion not working with computer string properties (Dario Piotrowicz) [#58709](https://github.com/nodejs/node/pull/58709)
|
|
100
|
+
* \[[`8c2089683e`](https://github.com/nodejs/node/commit/8c2089683e)] - **src**: add FromV8Value\<T>() for integral and enum types (Aditi) [#57931](https://github.com/nodejs/node/pull/57931)
|
|
101
|
+
* \[[`a0b1378a20`](https://github.com/nodejs/node/commit/a0b1378a20)] - **src**: pass resource on permission checks for spawn (Rafael Gonzaga) [#58758](https://github.com/nodejs/node/pull/58758)
|
|
102
|
+
* \[[`dfb0144490`](https://github.com/nodejs/node/commit/dfb0144490)] - **src**: enhance error messages for unknown options (Pietro Marchini) [#58677](https://github.com/nodejs/node/pull/58677)
|
|
103
|
+
* \[[`e9c6fa514c`](https://github.com/nodejs/node/commit/e9c6fa514c)] - **src**: replace std::array with static arrays in contextify (Mert Can Altin) [#58580](https://github.com/nodejs/node/pull/58580)
|
|
104
|
+
* \[[`4347ce3dba`](https://github.com/nodejs/node/commit/4347ce3dba)] - **src**: add new CopyUtimes function to reduce code duplication (Dario Piotrowicz) [#58625](https://github.com/nodejs/node/pull/58625)
|
|
105
|
+
* \[[`893999e0ee`](https://github.com/nodejs/node/commit/893999e0ee)] - **src**: replace V8 Fast API todo comment with note comment (Dario Piotrowicz) [#58614](https://github.com/nodejs/node/pull/58614)
|
|
106
|
+
* \[[`7cdda927fa`](https://github.com/nodejs/node/commit/7cdda927fa)] - **test**: fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
107
|
+
* \[[`d9c2b7054b`](https://github.com/nodejs/node/commit/d9c2b7054b)] - **test**: refactor repl save-load tests (Dario Piotrowicz) [#58715](https://github.com/nodejs/node/pull/58715)
|
|
108
|
+
* \[[`3faa4e8b56`](https://github.com/nodejs/node/commit/3faa4e8b56)] - **test**: deflake test-buffer-large-size-buffer-alloc-unsafe (Luigi Pinca) [#58771](https://github.com/nodejs/node/pull/58771)
|
|
109
|
+
* \[[`8eec789888`](https://github.com/nodejs/node/commit/8eec789888)] - **test**: correct SIMD support comment (Richard Lau) [#58767](https://github.com/nodejs/node/pull/58767)
|
|
110
|
+
* \[[`6e0ee39b6d`](https://github.com/nodejs/node/commit/6e0ee39b6d)] - **test**: skip the test if the buffer allocation fails (Luigi Pinca) [#58738](https://github.com/nodejs/node/pull/58738)
|
|
111
|
+
* \[[`d94b184700`](https://github.com/nodejs/node/commit/d94b184700)] - **test**: deflake test-buffer-large-size-buffer-alloc (Luigi Pinca) [#58734](https://github.com/nodejs/node/pull/58734)
|
|
112
|
+
* \[[`704b1fa075`](https://github.com/nodejs/node/commit/704b1fa075)] - **test**: add tests for REPL custom evals (Dario Piotrowicz) [#57850](https://github.com/nodejs/node/pull/57850)
|
|
113
|
+
* \[[`c39d570871`](https://github.com/nodejs/node/commit/c39d570871)] - **test**: reduce the use of private symbols in test-events-once.js (Yoshiya Hinosawa) [#58685](https://github.com/nodejs/node/pull/58685)
|
|
114
|
+
* \[[`b7e488c77f`](https://github.com/nodejs/node/commit/b7e488c77f)] - **test**: refactor repl tab complete tests (Dario Piotrowicz) [#58636](https://github.com/nodejs/node/pull/58636)
|
|
115
|
+
* \[[`ec808b3e06`](https://github.com/nodejs/node/commit/ec808b3e06)] - **test**: use `common.skipIfInspectorDisabled()` to skip tests (Dario Piotrowicz) [#58675](https://github.com/nodejs/node/pull/58675)
|
|
116
|
+
* \[[`94e53d4f6c`](https://github.com/nodejs/node/commit/94e53d4f6c)] - **test**: update WPT for urlpattern to 3ffda23e5a (Node.js GitHub Bot) [#58537](https://github.com/nodejs/node/pull/58537)
|
|
117
|
+
* \[[`fa089d610f`](https://github.com/nodejs/node/commit/fa089d610f)] - **test**: update WPT for dom/abort to dc928169ee (Node.js GitHub Bot) [#58644](https://github.com/nodejs/node/pull/58644)
|
|
118
|
+
* \[[`aa657f0fc4`](https://github.com/nodejs/node/commit/aa657f0fc4)] - **test**: split indirect eval import tests (Chengzhong Wu) [#58637](https://github.com/nodejs/node/pull/58637)
|
|
119
|
+
* \[[`76e3c8aaf2`](https://github.com/nodejs/node/commit/76e3c8aaf2)] - **test**: update WPT for es-exceptions to 2f96fa1996 (Node.js GitHub Bot) [#58640](https://github.com/nodejs/node/pull/58640)
|
|
120
|
+
* \[[`7e34aa4eaa`](https://github.com/nodejs/node/commit/7e34aa4eaa)] - **test**: skip tests failing when run under root (Livia Medeiros) [#58610](https://github.com/nodejs/node/pull/58610)
|
|
121
|
+
* \[[`85f062c22e`](https://github.com/nodejs/node/commit/85f062c22e)] - **test**: deflake async-hooks/test-improper-order on AIX (Baki Gul) [#58567](https://github.com/nodejs/node/pull/58567)
|
|
122
|
+
* \[[`181014a8fe`](https://github.com/nodejs/node/commit/181014a8fe)] - **test**: cleanup status files (Filip Skokan) [#58633](https://github.com/nodejs/node/pull/58633)
|
|
123
|
+
* \[[`a4d756068d`](https://github.com/nodejs/node/commit/a4d756068d)] - **test**: close FileHandle objects in tests explicitly (James M Snell) [#58615](https://github.com/nodejs/node/pull/58615)
|
|
124
|
+
* \[[`a1529d5d99`](https://github.com/nodejs/node/commit/a1529d5d99)] - **test\_runner**: automatically wait for subtests to finish (Colin Ihrig) [#58800](https://github.com/nodejs/node/pull/58800)
|
|
125
|
+
* \[[`dce1995c55`](https://github.com/nodejs/node/commit/dce1995c55)] - _**Revert**_ "**test\_runner**: remove promises returned by t.test()" (Romain Menke) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
126
|
+
* \[[`8b0c5edbb6`](https://github.com/nodejs/node/commit/8b0c5edbb6)] - _**Revert**_ "**test\_runner**: remove promises returned by test()" (Romain Menke) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
127
|
+
* \[[`6ef7329c8c`](https://github.com/nodejs/node/commit/6ef7329c8c)] - _**Revert**_ "**test\_runner**: automatically wait for subtests to finish" (Romain Menke) [#58282](https://github.com/nodejs/node/pull/58282)
|
|
128
|
+
* \[[`c9e7b5e43a`](https://github.com/nodejs/node/commit/c9e7b5e43a)] - **test\_runner**: prefer `Atomics` primordials (Renegade334) [#58716](https://github.com/nodejs/node/pull/58716)
|
|
129
|
+
* \[[`713fbad7b6`](https://github.com/nodejs/node/commit/713fbad7b6)] - **(SEMVER-MINOR)** **test\_runner**: support object property mocking (Idan Goshen) [#58438](https://github.com/nodejs/node/pull/58438)
|
|
130
|
+
* \[[`9df1cfe402`](https://github.com/nodejs/node/commit/9df1cfe402)] - **tools**: make nodedownload module compatible with Python 3.14 (Lumír 'Frenzy' Balhar) [#58752](https://github.com/nodejs/node/pull/58752)
|
|
131
|
+
* \[[`b5ff3f42b8`](https://github.com/nodejs/node/commit/b5ff3f42b8)] - **tools**: include toolchain.gypi in abseil.gyp (Chengzhong Wu) [#58678](https://github.com/nodejs/node/pull/58678)
|
|
132
|
+
* \[[`dc2f23e986`](https://github.com/nodejs/node/commit/dc2f23e986)] - **tools**: bump `brace-expansion` in `/tools/clang-format` (dependabot\[bot]) [#58699](https://github.com/nodejs/node/pull/58699)
|
|
133
|
+
* \[[`e6a1787140`](https://github.com/nodejs/node/commit/e6a1787140)] - **tools**: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint (dependabot\[bot]) [#58698](https://github.com/nodejs/node/pull/58698)
|
|
134
|
+
* \[[`b22e970774`](https://github.com/nodejs/node/commit/b22e970774)] - **tools**: switch to `@stylistic/eslint-plugin` (Michaël Zasso) [#58623](https://github.com/nodejs/node/pull/58623)
|
|
135
|
+
* \[[`268c8c1799`](https://github.com/nodejs/node/commit/268c8c1799)] - **tools**: remove config.status under `make distclean` (René) [#58603](https://github.com/nodejs/node/pull/58603)
|
|
136
|
+
* \[[`c1f9791844`](https://github.com/nodejs/node/commit/c1f9791844)] - **tools**: edit commit-queue workflow file (Antoine du Hamel) [#58667](https://github.com/nodejs/node/pull/58667)
|
|
137
|
+
* \[[`afbaf9277b`](https://github.com/nodejs/node/commit/afbaf9277b)] - **tools**: improve release proposal linter (Antoine du Hamel) [#58647](https://github.com/nodejs/node/pull/58647)
|
|
138
|
+
* \[[`17df800b90`](https://github.com/nodejs/node/commit/17df800b90)] - **typings**: add Atomics primordials (Renegade334) [#58577](https://github.com/nodejs/node/pull/58577)
|
|
139
|
+
* \[[`ffff8ce3a4`](https://github.com/nodejs/node/commit/ffff8ce3a4)] - **typings**: add ZSTD\_COMPRESS, ZSTD\_DECOMPRESS to internalBinding (Meghan Denny) [#58655](https://github.com/nodejs/node/pull/58655)
|
|
140
|
+
* \[[`ef0230abaf`](https://github.com/nodejs/node/commit/ef0230abaf)] - **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M Snell) [#58700](https://github.com/nodejs/node/pull/58700)
|
|
141
|
+
* \[[`6f7b89516f`](https://github.com/nodejs/node/commit/6f7b89516f)] - **util**: inspect: do not crash on an Error stack pointing to itself (Sam Verschueren) [#58196](https://github.com/nodejs/node/pull/58196)
|
|
142
|
+
|
|
46
143
|
<a id="24.2.0"></a>
|
|
47
144
|
|
|
48
145
|
## 2025-06-09, Version 24.2.0 (Current), @aduh95
|
package/LICENSE
CHANGED
|
@@ -1545,9 +1545,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
1545
1545
|
- zlib, located at deps/zlib, is licensed as follows:
|
|
1546
1546
|
"""
|
|
1547
1547
|
zlib.h -- interface of the 'zlib' general purpose compression library
|
|
1548
|
-
version 1.3.
|
|
1548
|
+
version 1.3.1, January 22nd, 2024
|
|
1549
1549
|
|
|
1550
|
-
Copyright (C) 1995-
|
|
1550
|
+
Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
|
|
1551
1551
|
|
|
1552
1552
|
This software is provided 'as-is', without any express or implied
|
|
1553
1553
|
warranty. In no event will the authors be held liable for any damages
|
package/README.md
CHANGED
|
@@ -355,6 +355,8 @@ For information about the governance of the Node.js project, see
|
|
|
355
355
|
**Harshitha K P** <<harshitha014@gmail.com>> (she/her)
|
|
356
356
|
* [himself65](https://github.com/himself65) -
|
|
357
357
|
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
|
|
358
|
+
* [islandryu](https://github.com/islandryu) -
|
|
359
|
+
**Ryuhei Shima** <<shimaryuhei@gmail.com>> (he/him)
|
|
358
360
|
* [jakecastelli](https://github.com/jakecastelli) -
|
|
359
361
|
**Jake Yuesong Li** <<jake.yuesong@gmail.com>> (he/him)
|
|
360
362
|
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -364,6 +364,7 @@
|
|
|
364
364
|
'lib/internal/webstreams/util.js',
|
|
365
365
|
'lib/internal/webstreams/writablestream.js',
|
|
366
366
|
'lib/internal/worker.js',
|
|
367
|
+
'lib/internal/worker/clone_dom_exception.js',
|
|
367
368
|
'lib/internal/worker/io.js',
|
|
368
369
|
'lib/internal/worker/js_transferable.js',
|
|
369
370
|
'lib/internal/worker/messaging.js',
|
package/include/node/node.exp
CHANGED
|
@@ -6366,7 +6366,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x762681fb5cf4b98a
|
|
|
6366
6366
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_DFF67DD7_0x98c29518befe9324
|
|
6367
6367
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_scope.cc_DFF67DD7_0xd6d1a5134b830ec8
|
|
6368
6368
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0x2dcab2598f82681f
|
|
6369
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6369
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xea85c3e1848c3c84
|
|
6370
6370
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6371
6371
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6372
6372
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -65791,6 +65791,7 @@ _ZN4node11SPrintFImplIRPKcJS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESa
|
|
|
65791
65791
|
_ZN4node11SPrintFImplIRPNS_18SnapshotableObjectEJPN2v86ObjectERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESC_PKcOT_DpOT0_
|
|
65792
65792
|
_ZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
65793
65793
|
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_
|
|
65794
|
+
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
|
|
65794
65795
|
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
|
|
65795
65796
|
_ZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_
|
|
65796
65797
|
_ZN4node11SPrintFImplIRbJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
@@ -67254,6 +67255,7 @@ _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRPKcEEEN2v85LocalINS4_6ObjectEEEPNS4_7Iso
|
|
|
67254
67255
|
_ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
67255
67256
|
_ZN4node27ERR_CRYPTO_OPERATION_FAILEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
67256
67257
|
_ZN4node27GetHumanReadableProcessNameB5cxx11Ev
|
|
67258
|
+
_ZN4node27InitializePerIsolateSymbolsEN2v85LocalINS0_7ContextEEEPNS_11IsolateDataE
|
|
67257
67259
|
_ZN4node27PrintLibuvHandleInformationEP9uv_loop_sP4FILE
|
|
67258
67260
|
_ZN4node27THROW_ERR_CRYPTO_INVALID_IVEPN2v87IsolateE
|
|
67259
67261
|
_ZN4node27THROW_ERR_INVALID_ARG_VALUEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
@@ -69143,6 +69145,7 @@ _ZN4node7FPrintFIJRPKcS2_RA12_S1_EEEvP4FILES2_DpOT_
|
|
|
69143
69145
|
_ZN4node7FPrintFIJRPKcS2_S2_EEEvP4FILES2_DpOT_
|
|
69144
69146
|
_ZN4node7FPrintFIJRPKcS3_EEEvP4FILES2_DpOT_
|
|
69145
69147
|
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEEEEvP4FILEPKcDpOT_
|
|
69148
|
+
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcEEEvP4FILES7_DpOT_
|
|
69146
69149
|
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcS7_EEEvP4FILES7_DpOT_
|
|
69147
69150
|
_ZN4node7FPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEEvP4FILES7_DpOT_
|
|
69148
69151
|
_ZN4node7FPrintFIJRbEEEvP4FILEPKcDpOT_
|
|
@@ -69276,6 +69279,7 @@ _ZN4node7SPrintFIJRPKcS2_RA12_S1_EEENSt7__cxx1112basic_stringIcSt11char_traitsIc
|
|
|
69276
69279
|
_ZN4node7SPrintFIJRPKcS2_S2_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
69277
69280
|
_ZN4node7SPrintFIJRPKcS3_EEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_DpOT_
|
|
69278
69281
|
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcDpOT_
|
|
69282
|
+
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
|
|
69279
69283
|
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
|
|
69280
69284
|
_ZN4node7SPrintFIJRSt17basic_string_viewIcSt11char_traitsIcEEPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_DpOT_
|
|
69281
69285
|
_ZN4node7SPrintFIJRbEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcDpOT_
|
|
@@ -69799,14 +69803,17 @@ _ZN4node9inspector11InspectorIoD1Ev
|
|
|
69799
69803
|
_ZN4node9inspector11InspectorIoD2Ev
|
|
69800
69804
|
_ZN4node9inspector12NetworkAgent12dataReceivedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69801
69805
|
_ZN4node9inspector12NetworkAgent13loadingFailedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69806
|
+
_ZN4node9inspector12NetworkAgent15getResponseBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS7_Pb
|
|
69802
69807
|
_ZN4node9inspector12NetworkAgent15loadingFinishedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69803
69808
|
_ZN4node9inspector12NetworkAgent16emitNotificationEN2v85LocalINS2_7ContextEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS3_INS2_6ObjectEEE
|
|
69804
69809
|
_ZN4node9inspector12NetworkAgent16responseReceivedEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69805
69810
|
_ZN4node9inspector12NetworkAgent17requestWillBeSentEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69811
|
+
_ZN4node9inspector12NetworkAgent18getRequestPostDataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS7_
|
|
69806
69812
|
_ZN4node9inspector12NetworkAgent21streamResourceContentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS0_8protocol6BinaryE
|
|
69807
69813
|
_ZN4node9inspector12NetworkAgent4WireEPN5crdtp14UberDispatcherE
|
|
69808
69814
|
_ZN4node9inspector12NetworkAgent6enableEv
|
|
69809
69815
|
_ZN4node9inspector12NetworkAgent7disableEv
|
|
69816
|
+
_ZN4node9inspector12NetworkAgent8dataSentEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEE
|
|
69810
69817
|
_ZN4node9inspector12NetworkAgentC1EPNS0_16NetworkInspectorEPN12v8_inspector11V8InspectorE
|
|
69811
69818
|
_ZN4node9inspector12NetworkAgentC2EPNS0_16NetworkInspectorEPN12v8_inspector11V8InspectorE
|
|
69812
69819
|
_ZN4node9inspector12NetworkAgentD0Ev
|
|
@@ -69816,6 +69823,7 @@ _ZN4node9inspector12ServerSocket10DetectPortEv
|
|
|
69816
69823
|
_ZN4node9inspector12ServerSocket19FreeOnCloseCallbackEP11uv_handle_s
|
|
69817
69824
|
_ZN4node9inspector12ServerSocket23SocketConnectedCallbackEP11uv_stream_si
|
|
69818
69825
|
_ZN4node9inspector12ServerSocket6ListenEP8sockaddrP9uv_loop_s
|
|
69826
|
+
_ZN4node9inspector13ObjectGetBoolEN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEEPKc
|
|
69819
69827
|
_ZN4node9inspector13SocketSession4SendERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
69820
69828
|
_ZN4node9inspector13SocketSession8Delegate15OnSocketUpgradeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_SA_
|
|
69821
69829
|
_ZN4node9inspector13SocketSession8Delegate9OnHttpGetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_
|
|
@@ -70151,6 +70159,8 @@ _ZN4node9inspector8protocol7Network16ResourceTypeEnum8PrefetchE
|
|
|
70151
70159
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum9PreflightE
|
|
70152
70160
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum9TextTrackE
|
|
70153
70161
|
_ZN4node9inspector8protocol7Network16ResourceTypeEnum9WebSocketE
|
|
70162
|
+
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl15getResponseBodyERKN5crdtp12DispatchableE
|
|
70163
|
+
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl18getRequestPostDataERKN5crdtp12DispatchableE
|
|
70154
70164
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl21streamResourceContentERKN5crdtp12DispatchableE
|
|
70155
70165
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl6enableERKN5crdtp12DispatchableE
|
|
70156
70166
|
_ZN4node9inspector8protocol7Network20DomainDispatcherImpl7disableERKN5crdtp12DispatchableE
|
|
@@ -87466,7 +87476,6 @@ _ZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11
|
|
|
87466
87476
|
_ZNKSt7__cxx1113match_resultsIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISA_EEEE6formatISt20back_insert_iteratorIS9_EEET_SI_S4_S4_NSt15regex_constants15match_flag_typeE
|
|
87467
87477
|
_ZNKSt7__cxx1114regex_iteratorIN9__gnu_cxx17__normal_iteratorIPKcNS_12basic_stringIcSt11char_traitsIcESaIcEEEEEcNS_12regex_traitsIcEEEeqERKSD_
|
|
87468
87478
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_
|
|
87469
|
-
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_
|
|
87470
87479
|
_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_
|
|
87471
87480
|
_ZNKSt8_Rb_treeISt4pairImmES0_IKS1_bESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE4findERS2_
|
|
87472
87481
|
_ZNKSt8_Rb_treeISt5tupleIJN2v88internal11interpreter17BytecodeGenerator17FeedbackSlotCache8SlotKindEiPKvEESt4pairIKS9_iESt10_Select1stISC_ESt4lessIS9_ENS2_13ZoneAllocatorISC_EEE4findERSB_
|
|
@@ -88819,7 +88828,6 @@ _ZNSt6vectorISt10unique_ptrIN12v8_inspector8protocol8Debugger9CallFrameESt14defa
|
|
|
88819
88828
|
_ZNSt6vectorISt10unique_ptrIN2v88internal6torque4RuleESt14default_deleteIS4_EESaIS7_EED1Ev
|
|
88820
88829
|
_ZNSt6vectorISt10unique_ptrIN2v88internal6torque6SymbolESt14default_deleteIS4_EESaIS7_EED1Ev
|
|
88821
88830
|
_ZNSt6vectorISt10unique_ptrIN2v88internal6torque7BindingINS3_10LocalValueEEESt14default_deleteIS6_EESaIS9_EED1Ev
|
|
88822
|
-
_ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EED1Ev
|
|
88823
88831
|
_ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EED1Ev
|
|
88824
88832
|
_ZNSt6vectorISt4pairIPKciESaIS3_EE12emplace_backIJS3_EEERS3_DpOT_
|
|
88825
88833
|
_ZNSt6vectorISt4pairIPKciESaIS3_EEC1ERKS5_
|
|
@@ -88900,7 +88908,6 @@ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N
|
|
|
88900
88908
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node10UnionBytesEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_
|
|
88901
88909
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE22_M_emplace_hint_uniqueIJRS5_SA_EEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_
|
|
88902
88910
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_
|
|
88903
|
-
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_
|
|
88904
88911
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N4node9inspector12RequestEntryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_
|
|
88905
88912
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PKN2v88internal6torque13AggregateTypeEESt10_Select1stISE_ESt4lessIS5_ESaISE_EE24_M_get_insert_unique_posERS7_
|
|
88906
88913
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS8_EES6_ISt17_Rb_tree_iteratorIS8_EbEOT_
|
|
@@ -97020,6 +97027,9 @@ _ZZN4node11Environment23set_coverage_connectionESt10unique_ptrINS_8profiler20V8C
|
|
|
97020
97027
|
_ZZN4node11Environment27set_cpu_profiler_connectionESt10unique_ptrINS_8profiler23V8CpuProfilerConnectionESt14default_deleteIS3_EEE20error_and_abort_args
|
|
97021
97028
|
_ZZN4node11Environment28set_heap_profiler_connectionESt10unique_ptrINS_8profiler24V8HeapProfilerConnectionESt14default_deleteIS3_EEE20error_and_abort_args
|
|
97022
97029
|
_ZZN4node11Environment29DecreaseWaitingRequestCounterEvE20error_and_abort_args
|
|
97030
|
+
_ZZN4node11FromV8ValueIhvEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97031
|
+
_ZZN4node11FromV8ValueIivEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97032
|
+
_ZZN4node11FromV8ValueIjvEET_N2v85LocalINS2_5ValueEEEE20error_and_abort_args
|
|
97023
97033
|
_ZZN4node11IsolateData18set_worker_contextEPNS_6worker6WorkerEE20error_and_abort_args
|
|
97024
97034
|
_ZZN4node11ReqWrapBaseC4EPNS_11EnvironmentEE20error_and_abort_args
|
|
97025
97035
|
_ZZN4node11SPrintFImplB5cxx11EPKcE20error_and_abort_args
|
|
@@ -97205,6 +97215,8 @@ _ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE
|
|
|
97205
97215
|
_ZZN4node11SPrintFImplIRPvJEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_E20error_and_abort_args_1
|
|
97206
97216
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E20error_and_abort_args
|
|
97207
97217
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJEEENSt7__cxx1112basic_stringIcS3_SaIcEEEPKcOT_DpOT0_E20error_and_abort_args_0
|
|
97218
|
+
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args
|
|
97219
|
+
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args_0
|
|
97208
97220
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args
|
|
97209
97221
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcS7_EEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args_0
|
|
97210
97222
|
_ZZN4node11SPrintFImplIRSt17basic_string_viewIcSt11char_traitsIcEEJPKcmEEENSt7__cxx1112basic_stringIcS3_SaIcEEES7_OT_DpOT0_E20error_and_abort_args
|
|
@@ -99361,6 +99373,7 @@ gf_strong_reduce
|
|
|
99361
99373
|
gf_sub
|
|
99362
99374
|
global_engine_lock
|
|
99363
99375
|
gz_error
|
|
99376
|
+
gz_intmax
|
|
99364
99377
|
gzbuffer
|
|
99365
99378
|
gzclearerr
|
|
99366
99379
|
gzclose
|
|
@@ -100286,6 +100299,7 @@ nghttp2_session_add_goaway
|
|
|
100286
100299
|
nghttp2_session_add_item
|
|
100287
100300
|
nghttp2_session_add_ping
|
|
100288
100301
|
nghttp2_session_add_rst_stream
|
|
100302
|
+
nghttp2_session_add_rst_stream_continue
|
|
100289
100303
|
nghttp2_session_add_settings
|
|
100290
100304
|
nghttp2_session_add_window_update
|
|
100291
100305
|
nghttp2_session_callbacks_del
|
|
@@ -100418,6 +100432,7 @@ nghttp2_stream_get_weight
|
|
|
100418
100432
|
nghttp2_stream_init
|
|
100419
100433
|
nghttp2_stream_promise_fulfilled
|
|
100420
100434
|
nghttp2_stream_resume_deferred_item
|
|
100435
|
+
nghttp2_stream_root
|
|
100421
100436
|
nghttp2_stream_shutdown
|
|
100422
100437
|
nghttp2_stream_update_local_initial_window_size
|
|
100423
100438
|
nghttp2_stream_update_remote_initial_window_size
|
|
@@ -102354,7 +102369,6 @@ res_unload_77
|
|
|
102354
102369
|
ripemd160_block_data_order
|
|
102355
102370
|
riscv_cpu_enable_rvv
|
|
102356
102371
|
riscv_cpu_enable_vclmul
|
|
102357
|
-
root
|
|
102358
102372
|
s2i_ASN1_IA5STRING
|
|
102359
102373
|
s2i_ASN1_INTEGER
|
|
102360
102374
|
s2i_ASN1_OCTET_STRING
|
package/include/node/zconf.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* zconf.h -- configuration of the zlib compression library
|
|
2
|
-
* Copyright (C) 1995-
|
|
2
|
+
* Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
|
|
3
3
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -312,14 +312,6 @@
|
|
|
312
312
|
# endif
|
|
313
313
|
#endif
|
|
314
314
|
|
|
315
|
-
#ifndef Z_ARG /* function prototypes for stdarg */
|
|
316
|
-
# if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
|
317
|
-
# define Z_ARG(args) args
|
|
318
|
-
# else
|
|
319
|
-
# define Z_ARG(args) ()
|
|
320
|
-
# endif
|
|
321
|
-
#endif
|
|
322
|
-
|
|
323
315
|
/* The following definitions for FAR are needed only for MSDOS mixed
|
|
324
316
|
* model programming (small or medium model with some far allocations).
|
|
325
317
|
* This was tested only with MSC; for other MSDOS compilers you may have
|
package/include/node/zlib.h
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
|
2
|
-
version 1.3.
|
|
2
|
+
version 1.3.1, January 22nd, 2024
|
|
3
3
|
|
|
4
|
-
Copyright (C) 1995-
|
|
4
|
+
Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
|
|
5
5
|
|
|
6
6
|
This software is provided 'as-is', without any express or implied
|
|
7
7
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
extern "C" {
|
|
38
38
|
#endif
|
|
39
39
|
|
|
40
|
-
#define ZLIB_VERSION "1.3.
|
|
41
|
-
#define ZLIB_VERNUM
|
|
40
|
+
#define ZLIB_VERSION "1.3.1"
|
|
41
|
+
#define ZLIB_VERNUM 0x1310
|
|
42
42
|
#define ZLIB_VER_MAJOR 1
|
|
43
43
|
#define ZLIB_VER_MINOR 3
|
|
44
|
-
#define ZLIB_VER_REVISION
|
|
45
|
-
#define ZLIB_VER_SUBREVISION
|
|
44
|
+
#define ZLIB_VER_REVISION 1
|
|
45
|
+
#define ZLIB_VER_SUBREVISION 0
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
The 'zlib' compression library provides in-memory compression and
|
|
@@ -935,10 +935,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
|
|
|
935
935
|
inflateSync returns Z_OK if a possible full flush point has been found,
|
|
936
936
|
Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
|
|
937
937
|
has been found, or Z_STREAM_ERROR if the stream structure was inconsistent.
|
|
938
|
-
In the success case, the application may save the current
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
938
|
+
In the success case, the application may save the current value of total_in
|
|
939
|
+
which indicates where valid compressed data was found. In the error case,
|
|
940
|
+
the application may repeatedly call inflateSync, providing more input each
|
|
941
|
+
time, until success or end of the input data.
|
|
942
942
|
*/
|
|
943
943
|
|
|
944
944
|
ZEXTERN int ZEXPORT inflateCopy(z_streamp dest,
|
|
@@ -1757,14 +1757,14 @@ ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
|
|
|
1757
1757
|
seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
|
|
1758
1758
|
calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
|
|
1759
1759
|
check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
|
|
1760
|
-
len2.
|
|
1760
|
+
len2. len2 must be non-negative.
|
|
1761
1761
|
*/
|
|
1762
1762
|
|
|
1763
1763
|
/*
|
|
1764
1764
|
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
|
|
1765
1765
|
|
|
1766
1766
|
Return the operator corresponding to length len2, to be used with
|
|
1767
|
-
crc32_combine_op().
|
|
1767
|
+
crc32_combine_op(). len2 must be non-negative.
|
|
1768
1768
|
*/
|
|
1769
1769
|
|
|
1770
1770
|
ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
|