Overview
Could not load contribution data
Please try again later
5 Releases published by 2 people
-
v16.14.1 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams
published
Mar 16, 2022 -
v12.22.11 2022-03-17, Version 12.22.11 'Erbium' (LTS), @richardlau
published
Mar 18, 2022 -
v14.19.1 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
published
Mar 18, 2022 -
v16.14.2 2022-03-17, Version 16.14.2 'Gallium' (LTS), @richardlau
published
Mar 18, 2022 -
v17.7.2 2022-03-17, Version 17.7.2 (Current), @richardlau
published
Mar 18, 2022
31 Pull requests merged by 16 people
-
v17.7.2 proposal
#42381 merged
Mar 18, 2022 -
v16.14.2 proposal
#42385 merged
Mar 18, 2022 -
v14.19.1 proposal
#42371 merged
Mar 17, 2022 -
v12.22.11 proposal
#42363 merged
Mar 17, 2022 -
test: improve https_renew_cert.sh script
#42343 merged
Mar 17, 2022 -
doc: fix Embedder's Guide link to V8 official docs
#42373 merged
Mar 17, 2022 -
doc: remove unneeded lint disable comment
#42374 merged
Mar 17, 2022 -
doc: revise async_hooks docs
#42337 merged
Mar 17, 2022 -
stream: do cleanup when iterator is destroyed
#42320 merged
Mar 16, 2022 -
doc: update base branch name for nodejs org
#42355 merged
Mar 16, 2022 -
v16.14.1 release proposal
#42200 merged
Mar 16, 2022 -
test: renew certificates for specific test
#42342 merged
Mar 15, 2022 -
esm: make extension-less errors in type:module actionable
#42301 merged
Mar 15, 2022 -
lib: refactor to use primordials in `lib/assert.js`
#41702 merged
Mar 15, 2022 -
fix async iterable pipeline AbortSignal examples
#42258 merged
Mar 14, 2022 -
doc: Clarify path search in child_process spawn
#41418 merged
Mar 14, 2022 -
test: improve _http_incoming.js coverage
#42211 merged
Mar 14, 2022 -
test: improve _http_outgoing coverage
#42213 merged
Mar 14, 2022 -
url: throw on NULL in IPv6 hostname
#42313 merged
Mar 14, 2022 -
src: check EC_POINT_get_affine_coordinates result
#42304 merged
Mar 14, 2022 -
tools: update doc to highlight.js@11.5.0 unified@10.1.2
#42315 merged
Mar 14, 2022 -
tools: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2
#42316 merged
Mar 14, 2022 -
test: fix failure in `test/sequential/test-heapdump.js`
#41772 merged
Mar 14, 2022 -
src: simplify bound check in ParseArrayIndex
#42306 merged
Mar 14, 2022 -
src: avoid returning invalid value from hex2bin
#42307 merged
Mar 14, 2022 -
esm: improve typings and code coverage
#42305 merged
Mar 14, 2022 -
src: check return value of HMAC_Final
#42303 merged
Mar 14, 2022 -
tools: update eslint to 8.11.0
#42318 merged
Mar 14, 2022 -
doc: clarify the meaning of legacy status
#42269 merged
Mar 14, 2022 -
doc: improve pipe description
#42295 merged
Mar 13, 2022 -
meta: update AUTHORS
#42317 merged
Mar 13, 2022
32 Pull requests opened by 21 people
-
[v16.x backport] net: add new options to `net.Socket` and `net.Server`
#42298 opened
Mar 11, 2022 -
os: reorder get temp environment variable for windows
#42300 opened
Mar 11, 2022 -
add: scheduler config option for cluster
#42308 opened
Mar 12, 2022 -
module: unflag WASM modules
#42309 opened
Mar 12, 2022 -
test: improve code coverage for inspector connection errors
#42310 opened
Mar 12, 2022 -
esm: emit experimental warnings in common place
#42314 opened
Mar 12, 2022 -
test,crypto: add and update empty passphrase regression tests
#42319 opened
Mar 13, 2022 -
src: convert `hex2bin()` into a regular function
#42321 opened
Mar 13, 2022 -
doc,test: clarify ChaCha20-Poly1305 usage
#42323 opened
Mar 13, 2022 -
test_runner: add initial test_runner module
#42325 opened
Mar 13, 2022 -
test: add test for exception handlings in debugger
#42327 opened
Mar 14, 2022 -
doc: update security release onboarding
#42333 opened
Mar 14, 2022 -
src,doc: Experimental support for SEA
#42334 opened
Mar 14, 2022 -
buffer: improve Blob constructor error message when passing a string
#42338 opened
Mar 15, 2022 -
doc: expand history for conditional exports changes in v12
#42339 opened
Mar 15, 2022 -
deps: upgrade to libuv 1.44.1
#42340 opened
Mar 15, 2022 -
http: trace http(s) client by perf_hooks
#42345 opened
Mar 15, 2022 -
chore(doc): add `trace_gc` to diagnostic tooling support document
#42346 opened
Mar 15, 2022 -
doc: update instructions for openssl updates
#42353 opened
Mar 15, 2022 -
worker: do not send message if port is closing
#42357 opened
Mar 16, 2022 -
bootstrap: use SnapshotData to pass snapshot data around
#42360 opened
Mar 16, 2022 -
lib: use class fields in classes that revert to symbol properties due to missing snapshot support
#42361 opened
Mar 16, 2022 -
src: refactor IsSupportedAuthenticatedMode
#42368 opened
Mar 16, 2022 -
doc: add that chacha20-poly1305 is IETF version
#42370 opened
Mar 16, 2022 -
tools: fix skip PR if CI is still running
#42377 opened
Mar 17, 2022 -
doc: improve README.md usability
#42378 opened
Mar 17, 2022 -
test: give slow tests more time on Rasberry PIs
#42380 opened
Mar 17, 2022 -
deps: upgrade npm to 8.5.5
#42382 opened
Mar 17, 2022 -
crypto: fix auth tag length error when mode != GCM
#42383 opened
Mar 17, 2022 -
CJS handle deleted directory relative require
#42384 opened
Mar 17, 2022 -
test: improve internal/worker/io.js coverage
#42387 opened
Mar 18, 2022 -
test: improve lib/crypto.js coverage
#42388 opened
Mar 18, 2022
22 Issues closed by 13 people
-
Cant upgrade websocket for SFTP
#42369 closed
Mar 17, 2022 -
Alternative to package.json
#42364 closed
Mar 17, 2022 -
new Date(year,month,day....) gives wrong date
#42365 closed
Mar 17, 2022 -
Date .toISOString() prints 3 millisecond digits (Standard says 2.)
#42366 closed
Mar 17, 2022 -
Nominating Paolo Insogna (@shogunpanda)
#42245 closed
Mar 16, 2022 -
Impossible to install NodeJS
#42358 closed
Mar 16, 2022 -
recent v18.0.0 nightly builds require GLIBC_2.28
#42351 closed
Mar 15, 2022 -
OOM when importing CJS into ESM in a shared environment due to ulimits
#42222 closed
Mar 15, 2022 -
Crash in libnode.so due to conflicting timers
#42341 closed
Mar 15, 2022 -
doc: history shows wrong version for conditional package export support
#36162 closed
Mar 15, 2022 -
The long standing bugs that I kept ignoring, yet here I report....
#36270 closed
Mar 15, 2022 -
Null bytes in url could cause some problems
#39592 closed
Mar 14, 2022 -
test/sequential/test-heapdump.js lines 27 through 39 is bound to fail
#41643 closed
Mar 14, 2022 -
Unable to upload using Fetch API
#42330 closed
Mar 14, 2022 -
Will Node.js exports the trace API to user which is defined in node_trace_events.cc?
#42328 closed
Mar 14, 2022 -
having peerDevDependencies
#42326 closed
Mar 14, 2022 -
Acceptance of changes made to the legacy APIs
#42230 closed
Mar 14, 2022 -
Are we ready to deprecate `url.parse()` now?
#42232 closed
Mar 14, 2022 -
Event Loop guide using deprecated `util.inherits` function
#42324 closed
Mar 13, 2022 -
Expose and write headers on 1xx intermediate status codes
#27921 closed
Mar 13, 2022 -
Unable to resolve A when record points to CNAME containing asterisk
#42171 closed
Mar 13, 2022 -
net: handle.onread called again after UV_EOF
#32487 closed
Mar 11, 2022
11 Issues opened by 11 people
-
Timeouts in crypto tests on Raspberry PIs
#42379 opened
Mar 17, 2022 -
Node.js 12.x need to cherry-pick https://github.com/nodejs/node/pull/37616
#42376 opened
Mar 17, 2022 -
V8 9.9 fails to compile on Windows with MSVC
#42375 opened
Mar 17, 2022 -
Node fatal error when debugging with pre-defined breakpoints
#42372 opened
Mar 17, 2022 -
[Bug] npm/npx/corepack scripts use global shebang which is wrong
#42367 opened
Mar 16, 2022 -
Will Node.js exports the trace API to user which is defined in node_trace_events.cc ?
#42329 opened
Mar 14, 2022 -
Not possible to make https requests with website that has broken CA chain
#42322 opened
Mar 13, 2022 -
Standardize deprecations in exports maps within package.json
#42311 opened
Mar 12, 2022 -
Linked modules do not get added to the built-in modules
#42302 opened
Mar 11, 2022 -
MessagePort can send messages after closed
#42296 opened
Mar 11, 2022
66 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
src: add proper mutexes for accessing FIPS state
#42278 commented on
Mar 15, 2022 • 11 new comments -
src: properly report exceptions from `AddressToJS()`
#42054 commented on
Mar 15, 2022 • 9 new comments -
test: improve test coverage of internal/blob
#41513 commented on
Mar 17, 2022 • 8 new comments -
repl: make autocomplete case-insensitive if user input is lowercase
#41632 commented on
Mar 15, 2022 • 8 new comments -
fs: readFile function adds the kPerRead option
#41647 commented on
Mar 16, 2022 • 8 new comments -
Node doesn't reset tty on early/aborted exit
#41143 commented on
Mar 15, 2022 • 7 new comments -
short body race condition in http parsing
#42276 commented on
Mar 14, 2022 • 6 new comments -
Node v14.13.0-x64 does not install on Win7 x64
#35430 commented on
Mar 16, 2022 • 6 new comments -
fs: add recursive opendir/readdir
#41439 commented on
Mar 15, 2022 • 6 new comments -
doc: document goal to have examples
#42274 commented on
Mar 14, 2022 • 6 new comments -
Grant triagers the ability to re-run a failed CI
#42125 commented on
Mar 14, 2022 • 5 new comments -
Blob's type should not be all lowercased
#42266 commented on
Mar 14, 2022 • 4 new comments -
16.11.1 cant build and execute on FreeBSD 13
#40467 commented on
Mar 15, 2022 • 4 new comments -
Pragma "section(".CRT$XCU", read)" can prevent global variable dynamic initialization
#41852 commented on
Mar 15, 2022 • 4 new comments -
deps: update V8 to 9.9
#42115 commented on
Mar 18, 2022 • 4 new comments -
build: bump macOS deployment target to 10.15
#42292 commented on
Mar 14, 2022 • 4 new comments -
--enable-source-maps is unnecessarily slow with large source files
#41541 commented on
Mar 11, 2022 • 3 new comments -
Request: Expose original (mangled) stacktrace when using `--enable-source-maps`
#41131 commented on
Mar 16, 2022 • 3 new comments -
Provide APIs to help control TLS fingerprints
#41112 commented on
Mar 17, 2022 • 3 new comments -
n-api: emit uncaught-exception on calling into modules
#36510 commented on
Mar 16, 2022 • 3 new comments -
[Draft] 2022-04-19, Version 18.0.0 (Current)
#42262 commented on
Mar 15, 2022 • 3 new comments -
Async hooks cause programs with frozen promises to crash
#42229 commented on
Mar 15, 2022 • 2 new comments -
stdout/stderr buffering considerations
#6379 commented on
Mar 15, 2022 • 2 new comments -
Make it possible to forcibly RST a net.Socket
#27428 commented on
Mar 16, 2022 • 2 new comments -
[WIP] bootstrap: implement user land snapshots via --build-snapshot and --snapshot-blob
#38905 commented on
Mar 15, 2022 • 2 new comments -
stream: throw error if stream has been destroyed on _final and _write
#41164 commented on
Mar 15, 2022 • 2 new comments -
tool: Fixed bug causing JSON format to be broken
#41565 commented on
Mar 14, 2022 • 2 new comments -
stream: graduate web streams from experimental and expose as globals
#42225 commented on
Mar 14, 2022 • 2 new comments -
Replace `--enable-source-maps` with `--disable-source-maps`
#38817 commented on
Mar 11, 2022 • 1 new comment -
investigate flaky test-child-process-fork-closed-channel-segfault on Raspberry Pi 2
#38392 commented on
Mar 12, 2022 • 1 new comment -
Repl Crashes in infinite Async recursion
#40502 commented on
Mar 12, 2022 • 1 new comment -
Update to libuv v1.44.1
#42290 commented on
Mar 12, 2022 • 1 new comment -
crypto.generateKeyPair generates error ERR_OSSL_CRYPTO_MALLOC_FAILURE in node 17.2.0
#41428 commented on
Mar 13, 2022 • 1 new comment -
Built-in method to escape shell arguments
#34840 commented on
Mar 13, 2022 • 1 new comment -
`os.networkInterfaces` does not list all interfaces.
#498 commented on
Mar 14, 2022 • 1 new comment -
Investigate flaky test - parallel/test-common-expect-warning
#42029 commented on
Mar 14, 2022 • 1 new comment -
stream.readable._read() description is unclear
#42291 commented on
Mar 14, 2022 • 1 new comment -
ECONNRESET after response
#27916 commented on
Mar 15, 2022 • 1 new comment -
Memory consumption with gunzip
#33355 commented on
Mar 15, 2022 • 1 new comment -
Running global npm scripts in node 12.9.0: This command not found error.
#29287 commented on
Mar 15, 2022 • 1 new comment -
Infinite loop in node_mksnapshot
#40922 commented on
Mar 16, 2022 • 1 new comment -
build will fail if only python3 avaiable
#38791 commented on
Mar 16, 2022 • 1 new comment -
Heads up: v8 9.9 updates the ValueSerializer/ValueDeserializer version
#42192 commented on
Mar 17, 2022 • 1 new comment -
Chocolatey fails to install visual studio workload tools
#35464 commented on
Mar 17, 2022 • 1 new comment -
test-cluster-primary-error flaky in test-asan job
#39655 commented on
Mar 17, 2022 • 1 new comment -
Doesn't compile on OpenBSD 7.0
#41224 commented on
Mar 18, 2022 • 1 new comment -
repl,worker: fix crash when SharedArrayBuffer disabled
#39718 commented on
Mar 17, 2022 • 1 new comment -
http: add uniqueHeaders option to request and createServer.
#41397 commented on
Mar 12, 2022 • 1 new comment -
http2: emit `response` event instead of `trailers` event
#41405 commented on
Mar 12, 2022 • 1 new comment -
test: replace flaky immediates event loop test
#41423 commented on
Mar 12, 2022 • 1 new comment -
Fixed worker object key name
#41432 commented on
Mar 12, 2022 • 1 new comment -
vm: update measure memory rejection information
#41639 commented on
Mar 12, 2022 • 1 new comment -
build: add configure option --v8-enable-short-builtin-calls
#42109 commented on
Mar 17, 2022 • 1 new comment -
policy: cleanup to allow snapshotting
#42191 commented on
Mar 12, 2022 • 1 new comment -
node-api: implement finalizer_queue to run finalizers earlier
#42208 commented on
Mar 11, 2022 • 1 new comment -
tools: support versioned node shared libraries on z/OS
#42256 commented on
Mar 15, 2022 • 1 new comment -
src: suppress false coverity warning
#42284 commented on
Mar 12, 2022 • 1 new comment -
Writable does not check if stream has been destroyed during _final and _write
#39030 commented on
Mar 13, 2022 • 0 new comments -
Proposal: Adding a built-in test runner
#40954 commented on
Mar 14, 2022 • 0 new comments -
Preparation for v18.0.0
#42139 commented on
Mar 16, 2022 • 0 new comments -
.toLocaleDateString() returns single digit values when used with { minute: "2-digit" } and { second: "2-digit" }
#40141 commented on
Mar 18, 2022 • 0 new comments -
[v14.x] src: use correct outer Context’s microtask queue
#38787 commented on
Mar 17, 2022 • 0 new comments -
[v14.x-backport] doc: anchor link parity between markdown and html-generated docs
#40495 commented on
Mar 17, 2022 • 0 new comments -
[v14 backport] deps: V8: cherry-pick cc9a8a37445e
#41826 commented on
Mar 17, 2022 • 0 new comments -
[v14.x backport] build: set DESTCPU correctly for 'make binary' on Apple Silicon
#41855 commented on
Mar 17, 2022 • 0 new comments -
[v12 backport] deps: V8: cherry-pick cc9a8a37445e
#42065 commented on
Mar 17, 2022 • 0 new comments