Skip to content
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

Node.js 8.6.0 Release Proposal #15509

Merged
merged 145 commits into from
Sep 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
145 commits
Select commit Hold shift + click to select a range
da3265a
errors: backport ERR_INVALID_PROTOCOL to v8.x
MylesBorins Sep 13, 2017
a792ea7
docs: update 8.5.0 changelog
MylesBorins Sep 13, 2017
d82ae0c
test: backward compatible api for tty
gergelyke Sep 7, 2017
7fa2bee
doc: add documentation for the 'timeout' event
lpinca Sep 17, 2017
389c8c3
test: expand http2 frameError test case
apapirovski Sep 15, 2017
771c2ac
http: revert #14024 writable is never set to false
mcollina Sep 14, 2017
b9a9290
http2: expand list of known headers
apapirovski Sep 19, 2017
bd07574
crypto: support multiple ECDH curves and auto
rogaps Sep 4, 2017
6a94c1a
timers: clarify lib/timer.js comment
danbev Jan 26, 2017
8ce0e9a
lib: refactor console startup
BridgeAR Aug 29, 2017
f20fb4c
test: do not write fixture in test-require-symlink
Trott Aug 27, 2017
142d2ed
benchmark: use smaller n value in some http tests
psmarshall Jun 30, 2017
8c480f9
src: remove outdated todo from node_crypto.cc
barnski Aug 30, 2017
bdfed1a
doc: fix entryTypes type and missing link
manidlou Sep 14, 2017
acb0d01
doc: make mkdtemp example work on Windows
bzoz Sep 14, 2017
5d217ad
build: add support for link-module to vcbuild
bzoz Sep 14, 2017
f0e411d
doc: prevent displaying empty version picker
Sep 14, 2017
2ea2725
http2: emit close event if request aborted
apapirovski Sep 14, 2017
1fbdf47
test: fix flaky test-http2-session-timeout
apapirovski Sep 16, 2017
b5c1a82
doc: fix http.ClientRequest method descriptions
antoine-amara Sep 1, 2017
d30a583
benchmark: provide default methods for assert
Trott Sep 3, 2017
3bf718c
benchmark: enable assert benchmark with short len
Trott Sep 3, 2017
939c8ed
module: coverity fixes for ESM C++
bmeck Sep 8, 2017
c005713
module: check file url passed to top-level import
guybedford Sep 13, 2017
a53a0d8
doc: fix emitKeypressEvents stream type
Oblosys Sep 13, 2017
81723a9
async_hooks,doc: some async_hooks improvements
jasnell Aug 30, 2017
4d26c68
test: move test-benchmark-buffer to sequential
Trott Sep 12, 2017
a2d340f
n-api: napi_is_construct_call->napi_get_new_target
Aug 8, 2017
8f12b9d
n-api: refactor napi_addon_register_func
boingoing Aug 30, 2017
6c520af
src: move DomainEnter,DomainExit to node.cc
addaleax Sep 6, 2017
a47fe69
n-api: use AsyncResource for Work tracking
addaleax Aug 8, 2017
f60a2aa
src: remove virtually unused ExecScope
addaleax Aug 8, 2017
98967c9
src: refactor async callback handling
addaleax Aug 8, 2017
606da2b
src: make in_makecallback() getter const
addaleax Aug 8, 2017
b24ee68
dgram: added setMulticastInterface()
lostnet Jul 23, 2016
427bf80
test: add test for fork() + shell
cjihrig Sep 12, 2017
607832d
child_process: set shell to false in fork()
Sep 9, 2017
a1abf62
test: allow adding known-globals through ENV
refack Sep 4, 2017
9f4480c
doc: use consistent terminology in process doc
Trott Sep 10, 2017
5881033
test: remove invalid test
Trott Sep 10, 2017
94e2b5c
test: refactor test-debug-prompt
Trott Sep 2, 2017
a2c335b
test: fix sequential/test-async-wrap-getasyncid
addaleax Sep 9, 2017
29707af
doc: add missing doc for readable._destroy
targos Sep 10, 2017
8112f49
doc: add missing heading for error
maclover7 Sep 11, 2017
727d7b5
meta: improve contributors guide
jasnell Aug 31, 2017
a6879bf
http2: custom promisify for http2.connect
jasnell Sep 1, 2017
aa0917c
http2: improve http2 coverage
jasnell Sep 5, 2017
29e38ab
src: remove unused perf_hooks uv handles
jasnell Sep 12, 2017
b0f5b2a
doc: fix "added in" for Buffer.allocUnsafeSlow()
tuananh Sep 11, 2017
a32c8a5
http2,async-wrap: introduce AliasedBuffer class
Aug 25, 2017
38422d5
doc: fix nits in esm.md
vsemozhetbyt Sep 10, 2017
d5b3002
n-api: stop creating references to primitives
Sep 9, 2017
950f7f5
doc: update README with SHASUMS256.txt.sig info
maclover7 Aug 31, 2017
9490be3
http2: cleanup of h2 compat layer, add tests
apapirovski Sep 12, 2017
ede09f2
meta: allow vague objections to be dismissed
jasnell Sep 6, 2017
3ce501c
test: improve process warning coverage
jasnell Sep 5, 2017
d5d498b
doc: update AUTHORS list
targos Sep 4, 2017
5ea4b88
doc: adding sebdeckers to collaborators
sebdeckers Sep 12, 2017
354f320
build: remove unused configuration variable
bnoordhuis Sep 8, 2017
cd238e2
test: check inspect array with empty string key
mrahul17 Sep 8, 2017
b1a0bdc
test: remove faulty test case
BridgeAR Aug 31, 2017
c26e93b
crypto: fix Node_SignFinal
davidben Sep 9, 2017
edece30
test: remove random timer in test-tls-fast-writing
Trott Sep 1, 2017
a92f3df
test: make test-http-agent-maxsockets robust
Trott Sep 5, 2017
4d68064
test: move common.PORT tests to sequential
maclover7 Sep 1, 2017
2e421ff
http2: correct behaviour for enablePush unpack
apapirovski Sep 7, 2017
f0a741d
test: kill subprocess only after last ACK
refack Sep 4, 2017
7d95dc3
vm: support parsing a script in a specific context
TimothyGu Jul 17, 2017
7fa175f
assert: fix deepEqual inconsistencies
BridgeAR Jul 26, 2017
774e42b
src: refactor `#include` handling
addaleax Aug 8, 2017
50b6203
test: add regression test for 5691
addaleax Sep 5, 2017
7b7c030
n-api: change async resource name to napi_value
jasongin Sep 9, 2017
87a3162
n-api: Context for custom async operations
jasongin Aug 26, 2017
ba96c8f
test: don't skip when common.mustCall() is pending
cjihrig Sep 14, 2017
b61220e
http2: fix subsequent end calls to not throw
apapirovski Sep 14, 2017
526e78f
n-api: add optional string length parameters
Sep 11, 2017
cd3a8e8
n-api: remove n-api module loading flag
Aug 18, 2017
4efc6fe
doc: fix some internal links
vsemozhetbyt Sep 9, 2017
9049f09
tools: enforce consistent spacing inside braces
sebdeckers Jul 11, 2017
91e96d8
lib,src: fix consistent spacing inside braces
jasnell Sep 20, 2017
45cdbcf
test: create shared runBenchmark function
maclover7 Aug 24, 2017
a906645
test: convert buffer benchmark to runBenchmark
maclover7 Sep 11, 2017
7dfd570
test: add test-benchmark-assert
Trott Sep 3, 2017
b09eeb4
doc, tls: mark parseCertString() as deprecated
XadillaX Aug 10, 2017
5e4f87a
buffer: improve Buffer.from performance
apapirovski Sep 4, 2017
b58a2aa
errors: fix ERR_MODULE_RESOLUTION_LEGACY message
tniessen Sep 9, 2017
5125c08
test: remove obsolete debugger tests
Trott Sep 1, 2017
29fd88c
doc: fix new nits in links
vsemozhetbyt Sep 17, 2017
ba9012d
http2: add tests for push stream error handling
apapirovski Sep 13, 2017
5394458
util: add fast internal array join method
BridgeAR Aug 22, 2017
757c342
test: fix actual and expected order
BridgeAR Sep 13, 2017
66a5f99
http2: improved coverage of Http2Stream destroy
ssbrewster Sep 18, 2017
25692a9
inspector: break in eval script
Aug 1, 2017
9d6b0e6
doc: fix external links with 404 status
vsemozhetbyt Sep 18, 2017
fcbee7b
doc: fix some links in http2.md
vsemozhetbyt Sep 20, 2017
59f1836
test: refactor test for readability
refack May 12, 2017
f6c65e6
assert: fix boxed primitives in deepStrictEqual
BridgeAR Aug 27, 2017
cf1fe76
lib: improve lazy requires
BridgeAR Jul 11, 2017
0f8f37e
benchmark: improve and add more inspect benchmarks
BridgeAR Aug 17, 2017
9e8b1b3
util: refactor inspect for performance and more
BridgeAR Aug 17, 2017
5b47f84
util: fix out of bounds indices in util.inspect
BridgeAR Sep 9, 2017
93c08b0
test: improve util inspect tests
BridgeAR Sep 9, 2017
4f7d939
assert: improve AssertionError in case of "Errors"
BridgeAR Aug 25, 2017
fc1448f
util: improve format performance
BridgeAR Sep 15, 2017
535f8d5
benchmark: var to const
BridgeAR Sep 14, 2017
e014983
test,process: run 'abort' suite on Windows
refack Aug 28, 2017
8eeaba6
readline: name some anonymous functions
Amunu Jul 20, 2017
b122714
test: clean up some assert deepEqual tests
BridgeAR Jul 26, 2017
2944ea6
dgram: add custom lookup function in sockets
cjihrig Aug 1, 2017
58b9495
test: use reserved invalid hostname for tests
icarter09 Aug 12, 2017
9685b9f
build: don't fail `make test` on source tarballs
gibfahn Sep 16, 2017
2326d65
doc: fix types and description for dns.resolveTxt
tniessen Sep 19, 2017
24271a7
src: do not include internals from node_buffer.h
addaleax Sep 22, 2017
fe9bb7e
net: support passing null to listen()
cjihrig Jul 13, 2017
1fbb86c
doc: fix 'aborted' event documentation
lpinca Sep 19, 2017
ee157e5
tls: prefer path over port in connect
bengl Aug 1, 2017
eccf503
test: improve readline test coverage for tty
claudiorodriguez Mar 27, 2017
17d8dfe
async_hooks: support promise resolve hook
addaleax Sep 9, 2017
90d14df
src: minor c++ refactors to module_wrap
addaleax Sep 20, 2017
2e75ac0
deps: v8: fix potential segfault in profiler
ofrobots Sep 20, 2017
b87088c
src: remove unused constant from node_perf.h
addaleax Sep 22, 2017
a95ddc9
n-api: fix warning about size_t compare with int
Sep 20, 2017
5e043a6
deps: define BUILDING_NGHTTP2 during nghttp2 build
bnoordhuis Sep 20, 2017
8bbbda5
build: use generic names for linting tasks
seishun Sep 8, 2017
4f88c19
src: add --pending-deprecation to NODE_OPTIONS
tomc974 Sep 20, 2017
29f0ad6
test: fixing AliasedBuffer tests to enter Isolate
Sep 21, 2017
0503c44
test: update test-fs-fsync to run from temp
atvoicu Sep 21, 2017
409576e
test: expand http2 util test coverage for headers
apapirovski Sep 20, 2017
6c221b8
url: fix windows drive letter handling
Sep 21, 2017
2e03138
errors,tools: alphabetize-errors lint rule
maclover7 Aug 26, 2017
a14b252
errors: eliminate circular dependency on assert
jasnell Aug 24, 2017
0a8258b
errors: remove duplicate error definition
maclover7 Sep 10, 2017
1691827
http2: small fixes to compatibility layer
apapirovski Sep 19, 2017
9fc8edd
http2: remove unused onTimeout, add timeout tests
apapirovski Sep 21, 2017
6cd64f3
doc: note caveats in process message serialization
joyeecheung May 11, 2017
68ec157
http2: fix compat stream read handling, add tests
apapirovski Sep 21, 2017
4907ae7
src: correct typo in trace_event header
danbev Sep 24, 2017
02c62df
doc: remove invalid hash in link
vsemozhetbyt Sep 21, 2017
e0f5e3a
docs: clarify usage cli options -e,-p on windows
lukaszewczak Sep 23, 2017
f38666a
doc: ctc -> tsc in collab guide
bengl Sep 24, 2017
f6b4844
doc: ctc -> tsc in onboarding extras
bengl Sep 26, 2017
0a050e9
doc: fix outdated code sample in n-api.md
rebornix Sep 24, 2017
19d2d66
path: fix normalize paths ending with two dots
targos Sep 26, 2017
b48ff2a
2017-09-26, Node.js Version 8.6.0 (Current)
jasnell Sep 20, 2017
69a2405
Working on v8.6.1
jasnell Sep 26, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test/addons/??_*/
test/fixtures
test/tmp*/
tools/eslint
tools/icu
node_modules
benchmark/tmp/
doc/**/*.js
7 changes: 4 additions & 3 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,17 @@ rules:
}]
no-tabs: error
no-trailing-spaces: error
object-curly-spacing: [error, always]
one-var-declaration-per-line: error
operator-linebreak: [error, after]
quotes: [error, single, avoid-escape]
semi: error
semi-spacing: error
space-before-blocks: [error, always]
space-before-function-paren: [error, {
"anonymous": "never",
"named": "never",
"asyncArrow": "always"
anonymous: never,
named: never,
asyncArrow: always
}]
space-in-parens: [error, never]
space-infix-ops: error
Expand Down
94 changes: 86 additions & 8 deletions .mailmap

Large diffs are not rendered by default.

Loading