Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
3c40868
build: disable test-asan workflow
targos Jul 16, 2024
df5083e
src,lib: expose getCategoryEnabledBuffer to use on node.http
H4ad Jul 16, 2024
97da7ca
test_runner: consolidate option parsing
cjihrig Jul 16, 2024
bac3a48
src: fix potential segmentation fault in SQLite
tniessen Jul 16, 2024
698e44f
test_runner: add context.filePath
cjihrig Jul 15, 2024
6ad6e01
test_runner: refactor snapshots to get file from context
cjihrig Jul 15, 2024
c53cf44
src: fix env-file flag to ignore spaces before quotes
MOHIT51196 Jul 17, 2024
b377b93
fs: correctly pass dirent to exclude `withFileTypes`
avivkeller Jul 12, 2024
b47c230
doc: update release-post nodejs.org script
RafaelGSS Jul 17, 2024
dd2c0f3
doc: fix casing of GitHub handle for two collaborators
aduh95 Jul 17, 2024
5b8dd78
doc: fix release date for 22.5.0
aduh95 Jul 17, 2024
1688f00
meta: move anonrig to tsc voting members
anonrig Jul 17, 2024
8086337
fs: remove unnecessary option argument validation
JonasBa Jul 17, 2024
c114082
deps: fix include_dirs of nbytes
zcbenz Jul 18, 2024
63cf715
doc: add MattiasBuelens to collaborators
MattiasBuelens Jul 18, 2024
8e66a18
deps: start working on ncrypto dep
jasnell Jul 9, 2024
66f7c59
cli: document `--inspect` port `0` behavior
avivkeller Jul 18, 2024
d8375d6
lib: decorate async stack trace in source maps
legendecas Jul 18, 2024
dcca9ba
esm: refactor `get_format`
aduh95 Jul 18, 2024
55461be
src: refactor webstorage implementation
anonrig Jul 18, 2024
a94c3ae
src: replace ToLocalChecked uses with ToLocal in node-file
jasnell Jul 16, 2024
de1fbc2
inspector: add initial support for network inspection
cola119 Jul 19, 2024
d761500
doc: update `api_assets` README for new files
avivkeller Jul 19, 2024
87bab76
doc,tty: add documentation for ReadStream and WriteStream
jakecastelli Jul 19, 2024
9ffaf76
src: use Maybe<void> in SecureContext
tniessen Jul 19, 2024
9c7b009
build,tools: simplify upload of shasum signatures
targos Jul 19, 2024
8bf9960
doc: add `--experimental-sqlite` note
avivkeller Jul 19, 2024
03f3532
lib: improve error message when index not found on cjs
H4ad Jul 20, 2024
c247582
test: deflake test-blob-file-backed
lpinca Jul 20, 2024
e907236
doc: move --test-coverage-{ex,in}clude to proper location
cjihrig Jul 20, 2024
f45edb4
test_runner: refactor and simplify internals
cjihrig Jul 20, 2024
ad62b94
build: update codecov coverage build count
anonrig Jul 17, 2024
0f1fe63
build: trigger coverage ci when updating codecov
anonrig Jul 17, 2024
d252612
meta: store actions secrets in environment
avivkeller Jul 20, 2024
defdc3c
doc: remove `scroll-behavior: smooth;`
cloydlau Jul 21, 2024
44a08f7
doc,tools: enforce use of `node:` prefix
aduh95 Jul 21, 2024
58cb0dd
test: use `PYTHON` executable from env in `assertSnapshot`
aduh95 Jul 21, 2024
5cea7ed
test: reduce flakiness of `test-assert-esm-cjs-message-verify`
aduh95 Jul 21, 2024
86fa46d
doc: add info about prefix-only modules to `module.builtinModules`
SunsetTechuila Jul 21, 2024
43afcbf
tools: fix `SLACK_TITLE` in invalid commit workflow
aduh95 Jul 21, 2024
04bb677
src: move `ToNamespacedPath` call of webstorage
anonrig Jul 21, 2024
057bd44
child_process: fix incomplete prototype pollution hardening
lirantal Jul 21, 2024
fbf74bc
src: switch from ToLocalChecked to ToLocal in node_webstorage
jasnell Jul 21, 2024
b312ec0
meta: reword linter messages
avivkeller Jul 21, 2024
494df98
lib: improve cluster/primary code
ehsankhfr Jul 21, 2024
04d203a
doc: update boxstarter README
avivkeller Jul 21, 2024
fd0da6c
src: avoid strcmp in ImportJWKAsymmetricKey
tniessen Jul 21, 2024
c457f9e
src: cache invariant code motion
RafaelGSS Jul 21, 2024
876e7b3
test_runner: refactor coverage to pass in config options
cjihrig Jul 22, 2024
66f6a2a
deps: V8: cherry-pick 9812cb486e2b
targos Jul 22, 2024
30a94ca
test: skip --title check on IBM i
abmusse Jul 22, 2024
8664b9a
src,test: disallow unsafe integer coercion in SQLite
tniessen Jul 22, 2024
2fd4ac4
meta: make more bug-report information required
avivkeller Jul 22, 2024
2a62d6c
build, tools: drop leading `/` from `r2dir`
richardlau Jul 22, 2024
20a8c96
meta: remove license for hljs
avivkeller Jul 22, 2024
ca68544
src: fix slice of slice of file-backed Blob
jleedev Jul 22, 2024
6b35994
doc: fix documentation for `--run`
avivkeller Jul 22, 2024
7e8a609
test: skip sea tests in large debug builds
legendecas Jul 22, 2024
c4848c5
test_runner: cleanup global event listeners after run
EddieAbbondanzio Jul 23, 2024
bfbed0a
build: fix conflict gyp configs
legendecas Jul 23, 2024
4887213
test_runner: added colors to dot reporter
Jun 15, 2024
64812d5
doc: fix typo in recognizing-contributors
marco-ippolito Jul 23, 2024
2c44706
process: unify experimental warning messages
avivkeller Jul 23, 2024
e0054ee
fs: ensure consistency for mkdtemp in both fs and fs/promises
YieldRay Jul 23, 2024
52bc8ec
test: compare paths on Windows without considering case
injunchoi98 Jul 23, 2024
aa0ac3b
test: mark test-pipe-file-to-http as flaky
jakecastelli Jul 23, 2024
3fdcf7a
src: return `undefined` if no rows are returned in SQLite
deokjinkim Jul 23, 2024
bd4a9ff
src: start using ncrypto for CSPRNG calls
jasnell Jul 23, 2024
048d421
meta: add jake to collaborators
jakecastelli Jul 24, 2024
2d77bd2
src: fix -Wshadow warning
codebytere Jul 24, 2024
ee97c04
build: ensure v8_pointer_compression_sandbox is enabled on 64bit
codebytere Jul 24, 2024
893c864
test_runner: fix support watch with run(), add globPatterns option
mcollina Jul 24, 2024
7a1d5a4
deps: update c-ares to v1.32.2
nodejs-github-bot Jul 24, 2024
92439fc
module: add --experimental-strip-types
marco-ippolito Jul 24, 2024
8853952
doc, test: tracing channel hasSubscribers getter
tlhunter Jul 24, 2024
1176310
deps: add gn build files for ncrypto
zcbenz Jul 25, 2024
2109885
meta: move tsc member to emeritus
mhdawson Jul 25, 2024
f4a7ac5
deps: V8: cherry-pick 35888fee7bba
joyeecheung Jul 25, 2024
7c417c6
build: avoid compiling with VS v17.10
huseyinacacak-janea Jul 25, 2024
546dab2
lib: optimize copyError with ObjectAssign in primordials
rayark1 Jul 25, 2024
fc67abd
test: mark 'test/parallel/test-sqlite.js' as flaky
cjihrig Jul 25, 2024
ee82f22
src: remove redundant RsaPointer (use RSAPointer)
jasnell Jul 25, 2024
c1634c7
doc: correct typescript stdin support
marco-ippolito Jul 25, 2024
dd3c66b
src: simplify AESCipherTraits::AdditionalConfig
tniessen Jul 25, 2024
edd80e2
test_runner: do not throw on mocked clearTimeout()
Aksinya-Bykova Jul 25, 2024
da35734
test: add test for one arg timers to increase coverage
Ceres6 Jul 25, 2024
1344bd2
test: add comments and rename test for timer robustness
Trott Jul 25, 2024
58aebfd
doc: move GeoffreyBooth to TSC regular member
GeoffreyBooth Jul 25, 2024
15816bd
stream: expose DuplexPair API
awwright Jul 26, 2024
61971ec
test: remove unnecessary console log
Kay-Yuan Jul 26, 2024
1061898
deps: update c-ares to v1.32.3
nodejs-github-bot Jul 26, 2024
2d982d3
deps: V8: backport 7857eb34db42
Jul 26, 2024
7382eef
node-api: rename nogc to basic
gabrielschulhof Jul 13, 2024
e471e32
test: skip sea tests with more accurate available disk space estimation
legendecas Jul 27, 2024
3fb97a9
test_runner: remove redundant bootstrap boolean
cjihrig Jul 27, 2024
a6eedc4
meta: add `sqlite` to js subsystems
himself65 Jul 27, 2024
c6656c9
test: move shared module to `test/common`
Trott Jul 25, 2024
10bea42
build: update gcovr to 7.2 and codecov config
bcoe Jul 27, 2024
3999021
test_runner: switched to internal readline interface
Emiltayeb Jul 28, 2024
5e03c17
fs: optimize `fs.cpSync` js calls
anonrig Jul 22, 2024
68e444d
http: add diagnostics channel `http.client.request.error`
cola119 Jul 28, 2024
063f46d
assert: use isError instead of instanceof in innerOk
pmarchini Jul 28, 2024
15a94e6
lib,src: drop --experimental-network-imports
RafaelGSS Jul 28, 2024
744df0b
lib: support dynamic trace events on debugWithTimer
H4ad Jul 28, 2024
e8ea49b
typings: fix typo on quic onSessionDatagram
1ilsang Jul 29, 2024
30e18a0
doc: fix typo in diagnostic tooling support tiers document
kimtaejin3 Jul 29, 2024
52a4206
doc: fix typo in technical-priorities.md
MCprotein Jul 29, 2024
f755d31
node-api: add property keys benchmark
legendecas Jul 29, 2024
8e7c30c
doc: update security-release process to automated one
RafaelGSS Jul 29, 2024
98a7ad2
src: expose LookupAndCompile with parameters
codebytere Jul 29, 2024
ab1f0b4
module: fix extensionless typescript in cjs loader
marco-ippolito Jul 29, 2024
718f6bc
test: do not swallow uncaughtException errors in exit code tests
nektro Jul 25, 2024
eed0963
typings: apply lint
1ilsang Jul 29, 2024
fad3e74
console: fix issues with frozen intrinsics
H4ad Jul 30, 2024
b731528
doc: move numCPUs require to top of file in cluster CJS example
mfdebian Jul 30, 2024
c20e841
module: fix strip-types interaction with detect-module
marco-ippolito Aug 3, 2024
2c1e908
deps: update amaro to 0.0.5
nodejs-github-bot Jul 29, 2024
e5f7250
deps: update amaro to 0.0.6
nodejs-github-bot Aug 4, 2024
e685ecd
deps: update corepack to 0.29.3
nodejs-github-bot Jul 30, 2024
b096e41
2024-08-06, Version 22.6.0 (Current)
RafaelGSS Jul 30, 2024
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
cli: document --inspect port 0 behavior
PR-URL: #53782
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
  • Loading branch information
avivkeller authored and targos committed Jul 28, 2024
commit 66f7c595c7dcb01065d5e96f3c27429b1b1681d6
12 changes: 8 additions & 4 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,8 @@ or poisoning attack. Avoid using this option.
added: v6.3.0
-->

Activate inspector on `host:port`. Default is `127.0.0.1:9229`.
Activate inspector on `host:port`. Default is `127.0.0.1:9229`. If port `0` is
specified, a random available port will be used.

V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
and profile Node.js instances. The tools attach to Node.js instances via a
Expand Down Expand Up @@ -1482,7 +1483,8 @@ added: v7.6.0
-->

Activate inspector on `host:port` and break at start of user script.
Default `host:port` is `127.0.0.1:9229`.
Default `host:port` is `127.0.0.1:9229`. If port `0` is specified,
a random available port will be used.

See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.

Expand All @@ -1495,7 +1497,8 @@ added: v7.6.0
Set the `host:port` to be used when the inspector is activated.
Useful when activating the inspector by sending the `SIGUSR1` signal.

Default host is `127.0.0.1`.
Default host is `127.0.0.1`. If port `0` is specified,
a random available port will be used.

See the [security warning][] below regarding the `host`
parameter usage.
Expand All @@ -1514,7 +1517,8 @@ added: v22.2.0
-->

Activate inspector on `host:port` and wait for debugger to be attached.
Default `host:port` is `127.0.0.1:9229`.
Default `host:port` is `127.0.0.1:9229`. If port `0` is specified,
a random available port will be used.

See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.

Expand Down