-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v12.13.2 proposal #30865
Closed
Closed
v12.13.2 proposal #30865
Changes from all commits
Commits
Show all changes
226 commits
Select commit
Hold shift + click to select a range
051e27b
tools: check-imports using utf-8
cclauss a209d41
tools: update certdata.txt
b1f4507
crypto: update root certificates
2b162a8
v8: inspect unserializable objects
addaleax 3be9b22
encoding: make TextDecoder handle BOM correctly
addaleax bca0e0f
src: remove unimplemented method from node.h
addaleax 338d216
src: make AtExit() callbacks run in reverse order
addaleax 5cbe7c2
process: make source map getter resistant against prototype tampering
addaleax 63f937d
doc: update examples in writing-tests.md
GaryGSC 5342f53
v8: mark serdes API as stable
addaleax ebaa738
tools: make doctool work if no internet available
richardlau 557ad1a
doc: move inactive Collaborators to emeriti
Trott 2bd32a8
http,async_hooks: keep resource object alive from socket
addaleax 5ec3573
src: track no of active JS signal handlers
addaleax 619b718
src: make EndStartedProfilers an exit hook
addaleax 79713ed
src: make WaitForInspectorDisconnect an exit hook
addaleax b40eede
src: use unique_ptr for InitializeInspector()
addaleax f97f1ca
src: run RunBeforeExitCallbacks as part of EmitBeforeExit
addaleax aa30eb5
dgram: reset bind state before emitting error
addaleax 29c8199
dgram: remove listeners on bind error
addaleax cf89100
doc: update GOVERNANCE.md
Trott f6498d7
test: deflake test-tls-close-notify.js
lpinca 62e7cf0
tls: refactor tls_wrap.cc
artmaks ec227c9
module: fix for empty object in InternalModuleReadJSON
guybedford a3369b2
tls: replace var with let and const
f0994c6
http: replace vars with lets and consts in lib/_http_agent.js
7267396
src: persist strings that are used multiple times in the environment
bmsdave 52604fd
https: change var to let in lib/https.js
galinaprokofeva c01a7fb
fs: change var to let
nadinTs 0e105bd
assert: replace var with let in lib/assert.js
PerfectPan 5c72cc3
cluster: destruct primordials in lib/internal/cluster/worker.js
peze 4ec0b74
buffer: change var to let
darky 0d8c58f
lib: change var to let in lib/_stream_duplex.js
vabole 0828154
dns: switch var to const/let
75cb026
process: add coverage tests for sourceMapFromDataUrl method
2f2a8aa
path: replace var with let in lib/path.js
peze 4acd3c3
test: fix test-benchmark-cluster
Trott fa5c7e5
doc,meta: remove wait period for npm pull requests
Trott 5b2e0f5
deps: update npm to 6.13.0
ruyadorno 879f57d
doc,meta: allow Travis results for doc/comment changes
Trott 4f91459
test: mark test-http-dump-req-when-res-ends as flaky on windows
deb1824
test: fix Python unittests in ./test and ./tools
cclauss 60a0f1e
doc: add link to node-code-ide-configs in testing
trivikr b5625f6
stream: increase MAX_HWM
ronag 70cf4d2
http: http_incoming rename var to let and const
c199570
net: replaced vars to lets and consts
alexahdp 2ece4fe
http: http_common rename var to let and const
7faa7d1
lib: replaced var to let in lib/v8.js
bmsdave 67e9985
tls: replace var with let
dividead 8274875
doc: fix up N-API doc
mhdawson d2ab2bb
test: replace Object.assign with object spread
77abcad
doc, console: remove non-existant methods from docs
SimonSchick 671e028
doc: add lookup to http.request() options
lpinca be0b53d
crypto: fix key requirements in asymmetric cipher
tniessen a7d552c
doc: remove "maintenance is supported by" text in BUILDING.md
Trott 5c88500
doc: remove "multiple variants" from BUILDING.md
Trott 04ffa49
doc: simplify text in pull-requests.md
Trott 2b52a3f
test: change var to const in parallel/test-stream-transform-final*
khoumani 1ef1f4f
doc: add entry to url.parse() changes metadata
lpinca b685d7d
test: deflake test-http-dump-req-when-res-ends.js
lpinca 47fa164
lib: change var to let in string_decoder
9d6c293
doc: createRequire can take import.meta.url directly
GeoffreyBooth 1413377
url: replace var with let in lib/url.js
xefimx c722421
doc: update 8.x to 10.x in backporting guide
GaryGSC 56c57d8
lib: replace var with let/const
khoumani 98235d8
util: replace var with let
ssncferreira 7d113af
benchmark: use let instead of var in assert
dnlup 58016e0
tls: change loop var to let
Xavier-Redondo 325dc23
doc: replace const / var with let
duncanhealy fe8c46a
test: var to const in test-repl-multiline.js
soulmonk 2eec51a
test: changed var to const in test
bassgeta 881de0e
test: change var to let
nath1as 56b3205
src: lib/internal/timers.js var -> let/const
nikolaykrashnikov 1f54cf5
test: improve test-fs-open
artmaks e8b06e4
build: store cache on timed out builds on Travis
richardlau 833cb00
doc: document timed out Travis CI builds
richardlau e0982f7
src: enhance feature access `CHECK`s during bootstrap
addaleax f212dd9
stream: replace var with let
daern91 6defe54
test: changed var to let in test-repl-editor
jlPhillips-rms 34b136b
test: Change from var to const
8d9080a
querystring: replace var with let/const
6908a84
lib: change var to let in internal/streams
marquicodes 2ad7003
benchmark: use let instead of var in async_hooks
dnlup 2960ef1
deps: update nghttp2 to 1.40.0
gengjiawen 8bb232f
doc: adds NO_COLOR to assert doc page
shobhitchittora 376ec01
test: handle undefined default_configuration
codebytere 98963f2
http: revise _http_server.js
47ee0be
tools: fix build at non-English windows
pd4d10 a2df87c
lib: change var to let/const in internal/querystring.js
artmaks 6894703
net: destructure primordials
65af836
src: add file name to 'Module did not self-register' error
nornagon 7aa999b
lib: replace var with let and const in readline.js
VinceOPS e75498b
lib: replace var with let
2bcd3a6
test: clean up http-set-trailers
lundibundi 746c67d
deps: upgrade npm to 6.13.1
claudiahdz a992135
doc: fix overriding of prefix option
lpinca 89f28cc
doc: explain GIT_REMOTE_REF in COLLABORATOR_GUIDE
lundibundi 51a92b9
doc: add mention for using promisify on class methods
lundibundi a8e40a9
test: add test for options validation of createServer
ZYSzys 984b3c9
http2: remove duplicated assertIsObject
ZYSzys 6e9a1b2
domain: rename var to let and const
marystogova 36b6b05
test: improve assertion message in internet dgram test
Trott 7f3aec7
test: use reserved .invalid TLD for invalid address in test
Trott aaee981
test: move test not requiring internet from internet to parallel
Trott 18db451
crypto: remove redundant validateUint32 argument
tniessen 4441121
test: refactor test-dgram-multicast-set-interface-lo.js
bf43bf5
src: fix signal handler crash on close
codebytere 0ce9a9c
test: replace setTimeout with setImmediate in stream test
Trott dd07ad4
test: use arrow function for callback in stream test
Trott 33de2c6
test: remove string literal as message in strictEqual() in stream test
Trott b38740d
test: move stream test to parallel
Trott 4dd0f5a
test: move explanatory comment to expected location in file
Trott c2a5da1
test: add common.mustCall() to stream test
Trott 72aecd7
src,doc: add C++ internals documentation
addaleax d0d8913
http: destructure primordials in lib/_http_server.js
artmaks 6078d23
repl: change var to let
obelaifa 447c7a1
events: improve performance caused by primordials
antimonyGu d7d4fe1
fs: cover fs.opendir ERR_INVALID_CALLBACK
darky b10b72e
readline: change var to let
dnlup 2a44ff5
http2: replace var with let/const
pc3b3r 2f32456
test: switch to object spread in common/benchmark.js
0654054
lib: replace var to let in cli_table.js
Jing19 78b2d86
net: replaced vars to lets and consts
nath1as 99770a0
test: test cover cases when trace is empty
863f772
cluster: replace var by let in shared_handle.js
putxe 69b1e68
test: dns utils replace var
ovhemert 17db4e3
lib: replace var with let/const
a628fdc
test: change var to let in test-trace-events
jonchurch 0000859
fs: change var to let
alvarp f1569f3
http2: core.js replace var with let
DanielSchuech b540ee0
lib: change var to let
dktistakis 1d6ee8b
lib: replace var with let/const
Driesss b22a946
test: replace var with let in pre_execution.js
Vunovati 6c7e491
test: use spread instead of object.assign
19shubham11 0b47d82
test: changed var to let in module-errors
jrizza88 938b894
child_process: replace var with const/let in internal/child_process.js
lcamargof 640cde1
lib: changed var to let
obelaifa eead424
test: use spread instead of Object.assign
dnlup c8df932
http: replace var with let
8a0d1cb
test: change object assign to spread object
putxe 77cbf09
doc: add note about debugging worker_threads
lundibundi bd78c4f
cluster: replace var with let
68e8cd3
lib: use let instead of var
edspace ff9adef
lib: change var to let in stream_base_commons
marquicodes 06251a4
lib: main_thread_only change var to let
matijagaspar aa65e4b
src: replaced var with let
2244479
test: code&learn var to let update
Nazaroni 6d63b56
lib: replace var with let
701a1d5
tools: update ESLint to 6.7.1
cjihrig d9d6da4
tools: enable more eslint rules
cjihrig 2eaa940
doc: add note of caution about non-conforming streams
ronag 2acf653
doc: document "Resume Build" limitation
richardlau c50e4f9
test: test for minimum ICU version consistency
richardlau 8a63ea1
test: use useful message argument in test function
Trott ab25a82
lib: adding perf notes js_stream_socket.js
ryanj aad324d
test: change object assign by spread operator
putxe 49f3558
http2: change var to let compact.js
MariaEmma a353179
lib: replace var with let/const
Tijl5 a7a71d4
child_process: replace var with let/const
dnlup 38d5fea
process: replace vars in per_thread.js
EmaSuriano ef3ab37
lib: replace var w/ let
IAmEddieDean a31ace5
cluster: replace vars in child.js
EmaSuriano 2c29db1
process: replace var with let/const
deadbeef84 a4c404c
util: use let instead of var for util/inspect.js
lmammino 6ff34a5
lib: replace var with let/const
jens-cappelle 363391e
lib: use let instead of var
19shubham11 5be20b4
doc: add explanation why keep var with for loop
lrecknagel c5e3816
test: dir class initialisation w/o handler
5fd943a
test: move test-worker-prof to sequential
Trott 89f6ead
doc: update AUTHORS list
devsnek ec504e3
doc: add 13 and 12 to previous versions
andrewhughes101 857669f
doc: minor updates to releases.md
BethGriggs 74e8902
doc: remove "this API is unstable" note for v8 serdes API
bruce-one dcbe376
tty: truecolor check moved before 256 check
duncanhealy 36f7f88
n-api: add missed nullptr check in napi_has_own_property
lundibundi cac77dd
test: add regression test for signal handler removal in exit
addaleax 23ad927
test: add mustCall() to test-inspector-contexts
Trott 39c5f94
test: check for session.post() errors in test-insepctor-context
Trott 95dd550
test: remove destructuring from test-inspector-contexts
Trott d191acc
test: add logging in case of infinite loop
Trott 9de7196
src,doc: fix broken links
cjihrig 43545f3
src: cleanup unused headers
alferpal 61fc754
inspector: properly shut down uv_async_t
addaleax 92c6fa4
tls: allow empty subject even with altNames defined
jasonmacgowan a596a5d
test: remove unused function argument from http test
Trott 9d4a854
test: do not skip test-http-server-consumed-timeout
Trott e0bfa43
test: remove unnecessary common.platformTimeout() call
Trott a2f3f60
test: move test-https-server-consumed-timeout to parallel
Trott 8a92830
deps: update llhttp to 2.0.1
indutny e2f8d23
http: set socket.server unconditionally
addaleax a2ef669
child_process: document kill() return value
cjihrig 44b474d
doc: revise socket.connect() note
Trott 5340a2d
doc: address nits for src/README.md
addaleax 5677235
doc: add missing 'added' versions to module.builtinModules
watson 499fb42
n-api: detach external ArrayBuffers on env exit
addaleax d6c211d
test: port worker + buffer test to N-API
addaleax 053c179
dns: use length for building TXT string
addaleax f0d4392
buffer: fix 6-byte writeUIntBE() range check
mscdex c4c5912
test:refactor createHook test
JenyMzo 43f9137
src: remove unused variable in node_dir.cc
gengjiawen e1b6b33
http2: fix session memory accounting after pausing
a396a5a
doc: documenting a bit more FreeBSD case
devnexen fcae355
doc: fixed a typo in process.md
54cf114
doc: clarify IncomingMessage.destroy() description
XMB5 27f7f89
tools: add unified plugin changing links for html docs
1818d9c
doc: note that buf.buffer's contents might differ
strugee 3e58871
benchmark,doc,lib,test: prepare for padding lint rule
Trott 81712c9
tools: enforce blank line between functions
Trott 5ea10a7
test: increase coverage for trace_events.js
Trott b042e7f
stream: improve performance for sync write finishes
addaleax 804e6e4
test: remove unused callback argument
Trott ce11088
test: simplify forEach() usage
Trott e3c9e08
test: remove unused callback argument
Trott 489d333
test: correct header length subtraction
Trott 898f236
doc: update socket.bufferSize text
Trott 0433ed4
doc: update README.md to fix active/maint times
mhdawson 8eecd8a
doc: update signature algorithm in release doc
MylesBorins d7f1b0c
doc: revise REPL uncaught exception text
Trott b802d51
test: fix test-benchmark-streams
Trott ed7dd93
test: use arrow functions in async-hooks tests
GaryGSC 98799d4
doc: fix typographical error
Trott 8dd5eec
build,win: add test-ci-native and test-ci-js
joaocgreis b18c8d3
build,win: propagate error codes in vcbuild
joaocgreis 8204a74
test: add an indicator `isIBMi`
dmabupt ac6ff77
test: add coverage for ERR_TLS_INVALID_PROTOCOL_VERSION
Trott d02ac1c
2019-12-17, Version 12.13.2 'Erbium' (LTS)
BethGriggs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2866,5 +2866,84 @@ akitsu-sanae <[email protected]> | |
Minuk Park <[email protected]> | ||
Jim Schlight <[email protected]> | ||
Theotime Poisseau <[email protected]> | ||
Alex Zherdev <[email protected]> | ||
dev-313 <[email protected]> | ||
Michael Perrotte <[email protected]> | ||
Alexandre Ferrando <[email protected]> | ||
Loris Zinsou <[email protected]> | ||
Jizu Sun <[email protected]> | ||
AshCripps <[email protected]> | ||
garygsc <[email protected]> | ||
Patrick Housley <[email protected]> | ||
Artem Maksimov <[email protected]> | ||
Nolik <[email protected]> | ||
palmires <[email protected]> | ||
Vadim Gorbachev <[email protected]> | ||
galina.prokofeva <[email protected]> | ||
Nadya <[email protected]> | ||
PerfectPan <[email protected]> | ||
peze <[email protected]> | ||
Vladislav Botvin <[email protected]> | ||
Ilia Safronov <[email protected]> | ||
Dmitriy Kikinskiy <[email protected]> | ||
telenord <nordtelecom.yandex.ru> | ||
alexahdp <[email protected]> | ||
Daniil Pletnev <[email protected]> | ||
Grigoriy Levanov <[email protected]> | ||
Simon Schick <[email protected]> | ||
Albert Wang <[email protected]> | ||
Kenza Houmani <[email protected]> | ||
mkdorff <[email protected]> | ||
xefimx <[email protected]> | ||
garygsc <[email protected]> | ||
Susana Ferreira <[email protected]> | ||
Xavier Redondo <[email protected]> | ||
Duncan Healy <[email protected]> | ||
SoulMonk <[email protected]> | ||
Kerry Mahne <[email protected]> | ||
nathias <[email protected]> | ||
Nikolay Krashnikov <[email protected]> | ||
daern91 <[email protected]> | ||
JL Phillips <[email protected]> | ||
Jure Stepisnik <[email protected]> | ||
Raoul Jaeckel <[email protected]> | ||
Kyriakos Markakis <[email protected]> | ||
Guilherme Goncalves <[email protected]> | ||
Jesse O'Connor <[email protected]> | ||
VinceOPS <[email protected]> | ||
David OLIVIER <[email protected]> | ||
Maria Stogova <[email protected]> | ||
Taylor Gagne <[email protected]> | ||
Kirlat <[email protected]> | ||
Lucas Recknagel <[email protected]> | ||
Oliver Belaifa <[email protected]> | ||
guzhizhou <[email protected]> | ||
Paolo Ceschi Berrini <[email protected]> | ||
Jing Lin <[email protected]> | ||
poutch <[email protected]> | ||
Tembrechts <[email protected]> | ||
Jon Church <[email protected]> | ||
Àlvar Pérez <[email protected]> | ||
Daniel Schuech <[email protected]> | ||
Dimitris Ktistakis <[email protected]> | ||
Dries Stelten <[email protected]> | ||
Vladimir Adamic <[email protected]> | ||
Shubham Chaturvedi <[email protected]> | ||
Jamar Torres <[email protected]> | ||
Luis Camargo <[email protected]> | ||
Herrmann, Rene R. (656) <[email protected]> | ||
Semir Ajruli <[email protected]> | ||
matijagaspar <[email protected]> | ||
Aldo Ambrosioni <[email protected]> | ||
Nazar Malyy <[email protected]> | ||
Dennis Saenger <[email protected]> | ||
ryan jarvinen <[email protected]> | ||
Maria Emmanouil <[email protected]> | ||
Tijl Claessens <[email protected]> | ||
EmaSuriano <[email protected]> | ||
Chris Oyler <[email protected]> | ||
Jesper Ek <[email protected]> | ||
Luciano <[email protected]> | ||
jens-cappelle <[email protected]> | ||
|
||
# Generated by tools/update-authors.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically these two are not "older versions of Node.js" but I don't particularly object to the links being here.