Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
62d9a7f
src: fix unchecked return warning from coverity
mhdawson Mar 1, 2022
19851f8
doc: readline `'line'` event emits final line
mattpr Mar 7, 2022
a4632a3
crypto: add CHECKs to remaining BIO_s_mem allocs
tniessen Mar 7, 2022
e95426f
tools: fix web streams API links
mscdex Mar 7, 2022
7fc4b9f
meta: add dependencies label to label-pr-config
Mesteery Mar 7, 2022
1d0468f
crypto: fix fingerprint string size calculation
tniessen Mar 7, 2022
f27bcec
build: use ccache in make-v8.sh on ppc64le and s390x
richardlau Mar 7, 2022
b89f4d5
url: trim leading and trailing C0 control chars
Trott Mar 8, 2022
3492a0e
string_decoder: fix crash when calling __proto__.write()
RaisinTen Mar 8, 2022
f3c6c00
doc: remove refs to old OpenSSL list-* commands
tniessen Mar 8, 2022
70c0758
deps: upgrade npm to 8.5.3
npm-robot Mar 3, 2022
69a3792
lib: fix AsyncResource.bind not using 'this' from the caller by default
rochdev Mar 8, 2022
2335467
doc: deprecate string coercion in `fs.write`, `fs.writeFileSync`
LiviaMedeiros Mar 8, 2022
9af9083
src: use `emplace_back` instead of `push_back`
yashLadha Mar 8, 2022
a4aa9eb
test: use global webcrypto for WPT tests
aduh95 Mar 8, 2022
58763d7
src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey()
RaisinTen Mar 8, 2022
3b55946
debugger: correct typo in inspect_repl.js
cola119 Mar 9, 2022
b60262e
deps: update undici to 4.15.1
targos Mar 7, 2022
1796f03
build: rename tools workflow and add undici to it
targos Mar 7, 2022
701dc14
doc: remove outdated timeout.unref content
meixg Mar 10, 2022
88dee3c
http2: fix potential integer overflow
mhdawson Mar 10, 2022
4829a10
esm: add runtime warning for specifier resolution flag
GeoffreyBooth Mar 10, 2022
d06e92d
src: perform minor cleanups on zlib code
addaleax Mar 10, 2022
063ff08
deps: V8: cherry-pick c6f6626deb14
luyahan Mar 10, 2022
e43aa30
src: remove redundant buffer size check
tniessen Mar 10, 2022
94e5eaa
test: add test case for reverted 17.7 regression
Trott Mar 11, 2022
fe01940
url: preserve null char in WHATWG URL errors
Trott Mar 11, 2022
9fc4b9b
src: include internal/options in the snapshot
joyeecheung Mar 3, 2022
e7b8d83
meta: update AUTHORS
nodejs-github-bot Mar 13, 2022
f2178fc
deps: cares: cherry-pick b5a3d96
bradh352 Mar 2, 2022
8b99099
doc: improve pipe description
mifi Mar 13, 2022
72dd500
doc: clarify the meaning of legacy status
RaisinTen Mar 14, 2022
eb0e1a1
tools: update eslint to 8.11.0
nodejs-github-bot Mar 14, 2022
08e2d8a
src: check return value of HMAC_Final
tniessen Mar 14, 2022
e17db8f
esm: improve typings and code coverage
bmeck Mar 11, 2022
9500e58
src: avoid returning invalid value from hex2bin
tniessen Mar 14, 2022
8b84e68
src: simplify bound check in ParseArrayIndex
tniessen Mar 14, 2022
30ea188
tools: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2
nodejs-github-bot Mar 14, 2022
b7a4b4b
tools: update doc to highlight.js@11.5.0 unified@10.1.2
nodejs-github-bot Mar 14, 2022
846b074
src: check EC_POINT_get_affine_coordinates result
tniessen Mar 14, 2022
21198c1
src: fix coverity warnings in node_file.cc
mhdawson Mar 9, 2022
4941791
test: improve _http_outgoing coverage
kuriyosh Mar 14, 2022
dfdce7c
test: improve _http_incoming.js coverage
kuriyosh Mar 14, 2022
96dc591
doc: clarify path search in `child_process.spawn`
zobo Mar 14, 2022
fd7e4ab
doc: fix async iterable pipeline signal examples
tilgovi Mar 14, 2022
1fe0b69
lib: refactor to use primordials in `lib/assert.js`
marsonya Mar 15, 2022
e55283b
esm: make extension-less errors in type:module actionable
bmeck Mar 15, 2022
e7e8eb9
doc: update base branch name for `nodejs/nodejs.org`
danielleadams Mar 16, 2022
3bd0078
doc: add @ShogunPanda to collaborators
ShogunPanda Mar 16, 2022
5367002
stream: do cleanup when iterator is destroyed
KhooHaoYit Mar 16, 2022
46d3d23
doc: revise async_hooks docs
Trott Mar 17, 2022
6c265e7
doc: remove unneeded lint disable comment
Trott Mar 17, 2022
a5e42f0
doc: fix Embedder's Guide link to V8 official docs
aroyan Mar 17, 2022
b82bac0
test: improve https_renew_cert.sh script
tniessen Mar 17, 2022
229fb40
worker: do not send message if port is closing
Trott Mar 16, 2022
da42ffb
http: trace http client by perf_hooks
theanarkh Mar 18, 2022
78b858d
doc: document goal to have examples
mhdawson Mar 9, 2022
e960424
src: convert hex2bin() into a regular function
RaisinTen Mar 18, 2022
d9a5c2b
test: give slow tests more time on Rasberry PIs
mhdawson Mar 17, 2022
04a7c00
doc: update instructions for openssl updates
mhdawson Mar 15, 2022
88d3401
doc: add that chacha20-poly1305 is IETF version
tniessen Mar 19, 2022
84fd6e5
deps: upgrade npm to 8.5.5
npm-robot Mar 17, 2022
26d4a2d
test,crypto: add and update empty passphrase regression tests
RaisinTen Mar 19, 2022
db83c4d
doc: improve README.md usability
Trott Mar 19, 2022
f48c3ba
crypto: fix auth tag length error when mode != GCM
tniessen Mar 20, 2022
38e7681
tools: update lint-md-dependencies to rollup@2.70.1
nodejs-github-bot Mar 20, 2022
1c87ce6
meta: update AUTHORS
nodejs-github-bot Mar 20, 2022
4fd2aff
tools: make update-undici script executable
targos Mar 20, 2022
fd51e78
doc: fix version history for `net.Socket` and `net.Server`
aduh95 Mar 9, 2022
123661e
2022-03-22, Version 17.8.0 (Current)
bengl Mar 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add test case for reverted 17.7 regression
Refs: #42279

PR-URL: #42283
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and bengl committed Mar 20, 2022
commit 94e5eaa7e9e9dcfad57da43d3863c8b52ae09f18
1 change: 1 addition & 0 deletions test/parallel/test-url-relative.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const relativeTests = [
['/foo/bar/baz', '/../etc/passwd', '/etc/passwd'],
['http://localhost', 'file:///Users/foo', 'file:///Users/foo'],
['http://localhost', 'file://foo/Users', 'file://foo/Users'],
['https://registry.npmjs.org', '@foo/bar', 'https://registry.npmjs.org/@foo/bar'],
];
relativeTests.forEach(function(relativeTest) {
const a = url.resolve(relativeTest[0], relativeTest[1]);
Expand Down