-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
v9.2.0 proposal #16992
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
Merged
Merged
v9.2.0 proposal #16992
Changes from 134 commits
Commits
Show all changes
135 commits
Select commit
Hold shift + click to select a range
adcaddf
test: improve assert messages in test-global
markmcnelis be266bd
test: move test-http-keepalive-maxsockets to sequential
Trott 21e9888
test: check session timeout in http2
apapirovski 8245e5a
http2: simplify subsequent rstStream calls
apapirovski 8ad4f76
test: remove message argument in cluster setup test
mbornath bce5db2
src: CHECK() for argument overflow in Spawn()
cjihrig a184dbc
doc: update subprocess.killed
cjihrig 928647c
doc: fix typo in assert.md
mjomble 4d55a1d
test: improve assert messages in napi exception test
PaulBlanche 4c11801
build: add missing options to help message
danbev bc19a93
test: use tmpDir in test-fs-utimes
Trott 625999b
tools: don't lint files that have not changed
joyeecheung 15dcb96
doc: fix a typo in n-api documentation
vipinmenon a465f2b
test: introduce test/common/internet.addresses
joyeecheung c662cc0
test: use internet.addresses in internet tests
joyeecheung bed0560
console: avoid adding infinite error listeners
mcollina c1cdc65
test: replace common.fixtiresDir with fixtures.readKey()
wsierakowski f71f41d
test: add values to error message
intercity-technology 5d3a4ad
test: improve error emssage reporting in testNapiRun.js
25dd8f6
tools: add direct anchors for error codes
joyeecheung 271c89e
test: improve assertion in test-require-dot
awegrzyn 172652b
test: improve assert messages in stream test
katie-roberts 81f14bf
deps: cherry-pick b8331cc030 from upstream V8
danbev 2266caf
Revert "deps: cherry-pick b8331cc030 from upstream V8"
danbev 8611e3b
fs: expose realpath(3) bindings
bnoordhuis 28b7bf0
deps: cherry-pick b8331cc030 from upstream V8
danbev 43c5726
src: fix UB in InternalModuleReadFile()
bnoordhuis 1dc4fc1
build: include src\tracing when linting on win
danbev 6e9973e
doc: improve documentation for the vm module
fhinkel 1ee6df9
test: pass process.env to child processes
rvagg 75405a1
deps: ICU 60 bump
srl295 0b93bbb
src: add openssl-system-ca-path configure option
danbev e60eff6
doc: fix a typo in the documentation
mamatha-jv 38ac50a
deps: cherry-pick cc55747 from V8 upstream
fhinkel 8311561
test: improve assertion messages
7f7dec8
test: cover vm.runInNewContext()
cjihrig f82d3e4
deps: upgrade libuv to 1.16.1
cjihrig 41937be
src: add process.ppid
cjihrig a4557f2
build: remove cctest extension
yhwang 942a9ed
tools,build: allow build without `remark-cli`
refack 5df3dc1
src: make StreamBase prototype accessors robust
joyeecheung 3ba52c1
doc: correct the spelling of omitting in dgram.md
vidyasubramanyam b46714c
doc: fix typos in N-API
SwathiKalahastri fbc7451
test: replace string concatenation with template
tanvikini b42013c
test: replace string concatenation with template
8da4983
crypto: use X509_STORE_CTX_new
davidben efd9bc3
crypto: make node_crypto_bio compat w/ OpenSSL 1.1
davidben 201393f
crypto: estimate kExternalSize
davidben cc744b9
crypto: remove unnecessary SSLerr calls
davidben 6a9c528
crypto: account for new 1.1.0 SSL APIs
davidben 568d9d0
crypto: test DH keys work without a public half
davidben 81760ff
crypto: use RSA and DH accessors
davidben 6c3ae36
crypto: remove locking callbacks for OpenSSL 1.1.0
davidben 59acd27
crypto: make CipherBase 1.1.0-compatible
davidben abe3dc4
crypto: make Hash 1.1.0-compatible
davidben fa1fc16
crypto: make SignBase compatible with OpenSSL 1.1.0
davidben 5c24fc3
crypto: Make Hmac 1.1.0-compatible
davidben c42935b
crypto: add compat logic for "DSS1" and "dss1"
davidben 8a8ac8c
crypto: hard-code tlsSocket.getCipher().version
davidben bec0421
test: update test expectations for OpenSSL 1.1.0
davidben 85ffc2f
test: remove sha from test expectations
davidben 627a15f
crypto: emulate OpenSSL 1.0 ticket scheme in 1.1
davidben d95b608
test: test with a larger RSA key
davidben 08ac214
test: revise test-tls-econnreset for OpenSSL 1.1.0
davidben 07102ac
crypto: remove deprecated ECDH calls w/ OpenSSL 1.1
davidben 3d438f8
test: configure certs in tests
davidben 8c29420
test: fix test-https-agent-session-eviction for 1.1
davidben a5e7255
crypto: make ALPN the same for OpenSSL 1.0.2 & 1.1.0
davidben f952caa
crypto: clear some SSL_METHOD deprecation warnings
davidben 26e4c58
test: fix flaky test-http2-create-client-connect
davidben 31dadd2
crypto: deprecate {ecdhCurve: false}
davidben 407eb6f
test: enable mustCall() during child exit
vipinmenon fbec5ec
test: replace string concatenation with template
imkabir 16c6222
lib: replace string concatenation with template
subbachari 61fbd85
test: use template string for concatenation
vipinmenon 385f658
test: change string concatenation to template
narkedi a935806
lib: replace string concatenation with template
df18174
lib: replace string concatenation with template
1fcd95e
doc: remove duplicate 'the' from http2 API doc
vipinmenon 678e738
lib: change concatenated string to template
Nayanadask 1ea546c
test: change concatenated string to template
Anaweshak 1510fda
doc: outline commit message for breaking changes
MatonAnthony 8eb32e1
lib: replace String concatenation with template
saiHemak 651fee4
test: change concatenated string to template
deesebas 44c3cc2
lib: change concatenated string to template
pajangid 74f3372
doc: clarify the prerequisites for building with VS2017
seishun a79d86d
src: use unrefed async for GC tracking
addaleax 6ea8768
test: unmark flaky test
addaleax 7a53783
test: improve template value for test message
d1b1 2e2e802
test: make test-buffer-slow engine agnostic
Trott c74467f
test: make test-cli-syntax engine agnostic
Trott 025eadf
test: make test-console-count engine agnostic
Trott 4604294
test: make test-console engine agnostic
Trott bd7822b
test: make test-error-reporting engine agnostic
Trott b5b23bd
test: make test-http-outgoing-proto agnostic
Trott 79e1831
test: make error stack test engine agnostic
Trott 9bf8874
test: make test-os-eol engine agnostic
Trott e2f5648
test: make test-process-env-symbols agnostic
Trott 591a692
test: make test-querystring-escape engine agnostic
Trott c81b086
test: make test-repl-harmony engine agnostic
Trott f8337ce
test: make test-repl-syntax-error-stack agnostic
Trott 835ca63
test: make test-repl engine agnostic
Trott 0be7f8c
test: make test-require-json engine agnostic
Trott 3136578
test: make test-tls-external-accessor agnostic
Trott 7c364a2
test: use common/fixtures module in hash-seed test
c4e2343
doc: drop support for VS2015
seishun 83f9604
test: use ES6 classes instead of util.inherits
tniessen 64a0c80
loader: test search module
clakech c179254
lib: improve the usage of TypeError[INVALID_ARG_TYPE]
starkwang 7964849
src: explain implementation of vm module
fhinkel 8dfd5a5
http2: multiple smaller code cleanups
jasnell 54768f5
doc: reorganize COLLABORATOR_GUIDE.md
Trott 35fc317
test: add a test description
grantgasp 809dc09
test: refactor fs.write() test
7ba3599
tools: fix inspector-check reporting
danbev 6c0fd55
lib: guard inspector console using process var
danbev 02ea0ee
build: fix cctest compilation
danbev afbdd01
lib: replace string concatenation with template
narkedi ad02676
test: used fixturesDir from fixtures modules
6ddba2e
deps: patch V8 to 6.2.414.44
MylesBorins 62a6bc0
doc: fix typo in http2 doc
devsnek 75c1788
doc: recommend node-core-utils for metadata
Trott 1418d9b
meta: 32 bit linux is experimental
refack 881fe80
tools: remove unused trailing function arguments
Trott 7f9d3f3
tools: enforce no unused trailing arguments tools directory
Trott 614eac3
test: refactor addons-napi/test_promise/test.js
ka3e 8658f26
test: refactor comments in test-child-process-spawnsync-maxbuf
chrbergert 71181b9
src: turn inspector raw pointer into unique_ptr
fhinkel bdec4d9
src: fix compiler warning in process.ppid
cjihrig 4e9bfdf
deps: cherry-pick 3c8195d from V8 upstream
fhinkel ad55db2
test: use fixtures module for path resolve
sercanyersen 859abdb
test: reuse existing PassThrough implementation
tniessen 71e592c
events: remove emit micro-optimizations
apapirovski 50ec9bf
2017-11-14, Version 9.2.0 (Current)
evanlucas 930f7a6
Working on v9.2.1
evanlucas 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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.
are we able to change this in a semver minor?
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.
nvm, I reviewed thread. This is good to land