node
v13.14.0 proposal
#33122
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
116
Changes
View On
GitHub
v13.14.0 proposal
#33122
BridgeAR
merged 116 commits into
v13.x
from
v13.14.0-proposal
deps: V8: cherry-pick dc3a90be6ca7
ea857684
Revert "n-api: detect deadlocks in thread-safe function"
cc0395ce
n-api: detect deadlocks in thread-safe function
fd4320c4
worker: fix type check in receiveMessageOnPort
b80b08fe
doc: add puzpuzpuz to collaborators
19961988
test: use symlinks to copy shells
f4e9bd6d
build: add build from tarball
c6078f0c
async_hooks: prevent sync methods of async storage exiting outer context
b304df97
async_hooks: merge run and exit methods
52d8afc0
doc: document `buffer.from` returns internal pool buffer
ea09c0f1
src: remove unused v8 Array namespace
bff11a9c
doc: improve AsyncLocalStorage sample
c0e4ac49
buffer: mark pool ArrayBuffer as untransferable
d9378747
tls: provide default cipher list from command line
1436f535
buffer: add type check in bidirectionalIndexOf
a1178b6c
doc: remove warning from `response.writeHead`
95cd771f
build: use same flags as V8 for ASAN
c8d43604
build: re-enable ASAN Action using clang
5c4d8cd7
doc: updated guidance for n-api changes
a0be60e3
cli, report: move --report-on-fatalerror to stable
8fb7852e
doc: add transform stream destroy() return value
ae034c4a
build: add configure flag to build V8 with DCHECKs
e1809c8d
lib: created isValidCallback helper
83f1e98a
src: ignore GCC -Wcast-function-type for v8.h
2f7e3720
test: cover node entry type in perf_hooks
f1273e8e
doc: note that signatures of binary may be from subkeys
b7da5877
test: mark test-http2-reset-flood flaky on all
98db564f
test: mark test-worker-prof flaky on arm
edc10d4f
test: replace equal with strictEqual
46cafade
process: suggest --trace-warnings when printing warning
3b590d4f
src: use basename(argv0) for --trace-uncaught suggestion
5b017722
http: refactor agent 'free' handler
85b333b8
test: mark cpu-prof-dir-worker flaky on all
23a4d604
fs: use finished over destroy w/ cb
8774cb4a
doc: improve net docs
3f4bb8d6
test: only detect uname on supported os
740f8640
test: replace console.log/error() with debuglog
4baf41f1
build: remove .git folders when testing V8
832ea520
doc: improve consistency in usage of NULL
7980f6f7
src: remove unused using in node_worker.cc
a72d1d3a
module: fix memory leak when require error occurs
520347c1
doc: missing brackets
5dba49db
module: remove experimental modules warning
0c7391c9
doc: add juanarbol as collaborator
cc476457
doc: add N-API version 6 to table
45a125cf
src: remove redundant v8::HeapSnapshot namespace
9fd0c352
tools: decrease timeout in test.py
f7b25c00
src: elevate v8 namespaces
e529a32f
test: changed function to arrow function
87149c4b
doc: add `tsc-agenda` to onboarding labels list
43adbe6b
stream: inline unbuffered _write
b36eb756
stream: close iterator in Readable.from
507240ce
lib: remove unnecesary else block
8a85afab
fs: remove unnecessary else statement
0b2cff28
src: remove validation of unreachable code
c1f54c73
doc: synch SECURITY.md with website
8c1a69c1
deps: upgrade to libuv 1.36.0
771ca7d4
deps: upgrade to libuv 1.37.0
afe7f414
perf_hooks: remove unnecessary assignment when name is undefined
7bd51fb8
fs: extract kWriteFileMaxChunkSize constant
04b1f63b
doc: fix typo in zlib.md
c5967596
doc: fix usage of folder and directory terms in fs.md
76e960c6
test: mark test-child-process-fork-args as flaky on Windows
944e0103
doc: corrected ERR_SOCKET_CANNOT_SEND message
faeb4088
src: fix null deref in AllocatedBuffer::clear
0fdc55f5
doc: fix typo in security-release-process.md
8c48d166
module: partial doc removal of --experimental-modules
4432bb24
tls: move getAllowUnauthorized to internal/options
bfa19c47
module: improve error for invalid package targets
e540d5cd
module: exports not exported for null resolutions
cb93c60e
http2: wait for secureConnect before initializing
a673c8fe
fs: update validateOffsetLengthRead in utils.js
27837fe4
src: use using NewStringType
015f33cf
tools: remove unused code in doc generation tool
c402edd6
doc: elevate diagnostic report to tier1
287bd8af
doc: remove repeated word in modules.md
99f4af41
deps: V8: cherry-pick e1eac1b16c96
347f71aa
test: test-async-wrap-constructor prefer forEach
c3025f32
doc: add angle brackets around implicit links
2eb52622
doc: ignore no-literal-urls in changelogs
f7c7713a
doc: convert bare email addresses to mailto links
a5bed1e2
doc: ignore no-literal-urls in README
e372b8b6
lib: simplify function process.emitWarning
2c364d46
test: refactor events tests for invalid listeners
4169bc4d
doc: updated directory entry information
fae1aed6
test: better error validations for event-capture
a223ccc7
src: delete MicroTaskPolicy namespace
bd096bd8
lib: unnecessary const assignment for class
d178250b
inspector: only write coverage in fully bootstrapped Environments
5dc4349a
vm: add importModuleDynamically option to compileFunction
88096997
src: assignment to valid type
f1556900
test: remove timers-blocking-callback
790c4534
doc: avoid tautology in README
dd1cc1a4
buffer,n-api: fix double ArrayBuffer::Detach() during cleanup
18fd841a
deps: V8: backport 3f8dc4b2e5ba
5caa627d
tls: add highWaterMark option for connect
f6274afd
deps: upgrade openssl sources to 1.1.1g
29d7202d
deps: update archs files for OpenSSL-1.1.1g
28c39d32
doc: add documentation for transferList arg at worker threads
9ebcd79a
worker: fix process.env var empty key access
428fca1f
doc: add documentation for transferList arg at worker threads
9ebcd79a
src: fix empty-named env var assertion failure
018de28b
src: do not compare against wide characters
14cf9043
cluster: removed unused addressType argument from constructor
0f4d5138
util,readline: NFC-normalize strings before getStringWidth
c239cc65
test: refactor test-async-hooks-constructor
6984fbcf
doc: document major finished changes in v14
6b6c8d08
src: add AsyncWrapObject constructor template factory
b953ab61
doc: improve release documentation
79d92b29
module: refactor condition
c97a7ce3
doc: make openssl maintenance position independent
be55aac1
build: fix vcbuild error for missing Visual Studio
bd40a8b3
doc: improve WHATWG url constructor code example
de3ab9f5
n-api: fix false assumption on napi_async_context structures
4fc7877e
http: doc deprecate abort and improve docs
9d18408b
doc: assign missing deprecation code
386d158a
nodejs-github-bot
added
build
nodejs-github-bot
added
doc
nodejs-github-bot
added
meta
nodejs-github-bot
added
openssl
nodejs-github-bot
added
v13.x
BridgeAR
force pushed
5 years ago
targos
requested changes on 2020-04-28
BridgeAR
force pushed
to
9862aba7
5 years ago
targos
approved these changes on 2020-04-28
2020-04-29, Version 13.14.0 (Current)
9fc74f16
BridgeAR
force pushed
from
9862aba7
to
9fc74f16
5 years ago
codebytere
approved these changes on 2020-04-29
BethGriggs
approved these changes on 2020-04-29
BridgeAR
merged
9fc74f16
into v13.x
5 years ago
devsnek
deleted the v13.14.0-proposal branch
5 years ago
Login to write a write a comment.
Login via GitHub
Reviewers
BethGriggs
codebytere
targos
Assignees
No one assigned
Labels
doc
build
meta
openssl
Milestone
No milestone
Login to write a write a comment.
Login via GitHub