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

v6.11.0 proposal #13059

Merged
merged 127 commits into from
Jun 6, 2017
Merged
Changes from 1 commit
Commits
Show all changes
127 commits
Select commit Hold shift + click to select a range
736a736
tools: update ESLint to 3.19.0
Trott Apr 2, 2017
87534d6
tools: replace custom ESLint timers rule
Trott Apr 2, 2017
d63befa
tools: Add no useless regex char class rule
princejwesley Nov 13, 2016
ad29e29
doc: gcc version is at least 4.8.5 in BUILDING.md
detailyang Mar 14, 2017
15226f5
test: add hasCrypto check to tls-socket-close
danbev Mar 8, 2017
cd1a7ea
test: add regex to text-crypto-random
NFoxley Dec 1, 2016
32fa37f
benchmark: cleanup child_process IPC benchmark
ypresto Dec 31, 2016
c13429a
child_process: optimize IPC for large data
ypresto Dec 31, 2016
331681a
src: return early if nextTickQueue is empty
trevnorris Dec 15, 2016
202f007
process: maintain constructor descriptor
bengl Oct 26, 2016
f1ea367
src: use std::list for at_exit_functions
danbev Apr 6, 2017
7678da4
crypto: handle exceptions in hmac/hash.digest
tniessen Apr 2, 2017
9fc695c
doc: fixup the collaborators list
aqrln Apr 29, 2017
c1e4b2f
test: move test to sequential for reliability
Trott Apr 27, 2017
43d3c00
doc: fix formatting of TOC
refack Apr 28, 2017
64f9adc
test: cleanup test-util-inherits.js
RobotMermaid Apr 22, 2017
32d7981
build: use do_not_edit variable where possible
krydos Apr 23, 2017
ac825fc
test: use common.js to check platform
krydos Apr 24, 2017
cb63808
test: improve test-process-kill-pid
QueueHefner Apr 22, 2017
f2230cc
eslint: remove dead and unused symlink
sam-github Jan 12, 2017
bea0a6e
test: add common.mustNotCall()
cjihrig Feb 3, 2017
c304414
test: improve test-tcp-wrap-listen
QueueHefner Apr 22, 2017
89e76e8
test: improved type checking with regex
Apr 22, 2017
a714449
test: cleanup test-fs-watch.js
RobotMermaid Apr 22, 2017
3ae8d00
doc: add single arg scenario for util.format
tarunbatra Apr 12, 2017
afac316
test: improve punycode coverage to check surrogate pair
orisano Apr 12, 2017
dac66d5
doc: limit lines to 80 cols in internal README
evanlucas Apr 12, 2017
0a79b2d
crypto: make LazyTransform compabile with Streams1
mcollina Apr 13, 2017
d2afd7c
doc: add AnnaMag to collaborators
AnnaMag Apr 14, 2017
3c1bd05
doc: response.write ignores body in some cases
krydos Apr 10, 2017
7c335f6
build: run cpplint even if jslint failed
krydos Apr 7, 2017
9e89edf
test: add hasCrypto check to test-debug-usage
danbev Apr 12, 2017
945dcde
doc: fix formatting in onboarding-extras
Trott Apr 11, 2017
929ca30
doc: add info about serializable types
shubheksha Apr 10, 2017
a6e0673
doc: path functions ignore trailing slashes
tniessen Apr 3, 2017
7d47b02
test: remove common.PORT from test-cluster-basic
Trott Apr 12, 2017
4a18e51
doc: add jkrems to collaborators
Apr 15, 2017
c6f3ebd
doc: fix typo in streams.md
jpbamberg1993 Apr 15, 2017
81b5350
doc: add DavidCai1993 to collaborators
DavidCai1111 Apr 15, 2017
1c1269d
doc: update link for landing PRs
Trott Apr 14, 2017
656c30e
doc: add guide for backporting prs
evanlucas Feb 1, 2017
40f292c
doc: add missing ) in CONTRIBUTING.md
matkoniecz Apr 16, 2017
b7ca748
meta: move the Code of Conduct to TSC repository
jasnell Mar 31, 2017
c408a3b
src: support "--" after "-e" as end-of-options
jBarz Dec 30, 2016
f2e97f8
src: make copies of startup environment variables
bnoordhuis Jan 28, 2017
aec7ae2
src: add SafeGetenv() to internal API
sam-github Jan 27, 2017
f8da60f
crypto: support OPENSSL_CONF again
sam-github Jan 25, 2017
875674b
crypto: return `this` in setAuthTag/setAAD
fanatid Nov 1, 2016
2b3381a
Revert "v8: drop v8::FunctionCallbackInfo<T>::NewTarget()"
bnoordhuis Mar 2, 2017
bbfd2e3
crypto: do not use pointers to std::vector
AdamMajer Dec 21, 2016
fd9bb56
crypto: Use system CAs instead of using bundled ones
AdamMajer Dec 21, 2016
e72749b
crypto: ability to select cert store at runtime
AdamMajer Dec 21, 2016
0bc14b6
dns: implement {ttl: true} for dns.resolve4()
bnoordhuis Oct 26, 2016
da70161
dns: implement {ttl: true} for dns.resolve6()
bnoordhuis Oct 26, 2016
ae587f3
cluster: return worker reference from disconnect()
stv8 Dec 1, 2016
df9d8ee
tls: allow obvious key/passphrase combinations
sam-github Dec 15, 2016
861fa65
test: make tls-socket-default-options tests run
sam-github Jan 16, 2017
7cad561
tls: new tls.TLSSocket() supports sec ctx options
sam-github Jan 17, 2017
637d9e3
process: add NODE_NO_WARNINGS environment variable
cjihrig Jan 16, 2017
0c318a6
build: support for mips64el
nanxiongchao Jan 25, 2017
62a8f47
async_wrap: close the destroy_ids_idle_handle_
reshnm Dec 21, 2016
8bd6ab7
readline: add option to stop duplicates in history
DannyNemer Sep 21, 2015
e9f33e3
readline: rename `deDupeHistory` option
DannyNemer Mar 20, 2017
db4aef4
doc: change Mac OS X to macOS
Mar 28, 2017
32a6d87
doc: correct markdown file line lengths
Mar 29, 2017
e3352bb
doc: update Mac OS X references in releases.md
Mar 29, 2017
a0973c3
build: don't create directory for NDK toolchain
diastremskii Mar 21, 2017
3585ffa
deps: upgrade libuv to 1.10.0
cjihrig Oct 25, 2016
c59370a
deps: upgrade libuv to 1.10.1
cjihrig Nov 16, 2016
827411c
Revert "repl: disable Ctrl+C support on win32 for now"
addaleax Sep 18, 2016
738d830
deps: upgrade libuv to 1.10.2
cjihrig Jan 9, 2017
0caca45
test: add crypto check to crypto-lazy-transform
danbev Apr 15, 2017
26fcc7a
doc: s/origin/upstream/ collaborator guide
addaleax Apr 15, 2017
bc64cf2
build: make linter targets silent
thefourtheye Apr 15, 2017
1bd07ac
net: refactor onSlaveClose in Server.close
claudiorodriguez Apr 11, 2017
d54d0c4
test: add --use-bundled-ca to tls-cnnic-whitelist
danbev Apr 13, 2017
bc40169
doc: correct git fix whitespace command
matkoniecz Apr 16, 2017
384fa17
test: use dynamic port in 3 test-cluster-worker tests
Apr 17, 2017
5fa4170
doc: fix encoding string in buffer example
MapleGu Apr 18, 2017
3244ae3
test: remove common.PORT from test-cluster*.js
tarunbatra Apr 16, 2017
04ec97e
test: use dynamic port in test-cluster-bind-twice
Trott Apr 15, 2017
3556c17
doc: avoid colloquialism
Trott Apr 15, 2017
9881da1
doc: run tests before landing changes
Trott Apr 15, 2017
4786ad7
test: buffer should always be stringified
lucamaraschi Apr 12, 2017
a4b092c
test: complete coverage of lib/child_process.js
cjihrig Apr 12, 2017
e1098a4
doc: unify spaces in a querystring.md code example
vsemozhetbyt Apr 17, 2017
a755ef0
test: increase coverage for buffer.js
Trott Apr 17, 2017
ce3b544
test: dynamic port in cluster worker send
Apr 17, 2017
b1d26d8
test: remove uses of common.PORT in test-tls-client tests
z0al Apr 17, 2017
768431c
test: dynamic port in cluster worker disconnect
Apr 17, 2017
50bfb28
test: console.log removed from test-net-localport
fhalde Apr 18, 2017
3d52672
doc: add lucamaraschi to collaborators
lucamaraschi Apr 20, 2017
278e8cc
doc: update link to Code of Conduct
aautem Apr 20, 2017
830949c
test: use JSON.stringify to trigger stack overflow
hashseed Mar 8, 2017
dd0b170
build: fix case in lib names
refack Apr 19, 2017
32425be
test: use duplex streams in duplex stream test
cjihrig Apr 19, 2017
928382d
doc: add suggestion to use --3way
mhdawson Apr 19, 2017
b296bd5
src: remove TODO about uv errno removal
danbev Apr 20, 2017
b53d172
test: move test-debugger-repeat-last to sequential
kumarrishav Apr 17, 2017
2b6e588
doc: make commit guidelines easier to reference
bf4 Mar 7, 2017
daf6535
test: dynamic port in cluster worker dgram
Apr 18, 2017
18c56df
doc: fix typo in doc/api/process.md
morrme Apr 23, 2017
fd126b5
tools: add `root: true` in main .eslintrc.yaml
vsemozhetbyt Apr 21, 2017
51794dd
test: dynamic port in parallel cluster tests
Apr 22, 2017
32f905a
test: improve test-process-chdir
vperezma Apr 22, 2017
8044b83
test: refactored context type err message to regex
Apr 22, 2017
0bd0d52
test: replace assertion error check with regex
TheLady Apr 22, 2017
00b6646
url: improve descriptiveness of identifier
Trott Apr 22, 2017
53d5aac
test: dynamic port in cluster ipc throw
Apr 21, 2017
12287f1
test: dynamic port in cluster eaddrinuse
Apr 20, 2017
33821e4
test: use block scoped variable names
neeharv Apr 20, 2017
6e6e63a
lib: fix typo in comments in module.js
WORMSS Apr 20, 2017
f20ebf2
meta: update authors list
aashil Feb 25, 2017
ce795ec
src: remove invalid comment
cjihrig Apr 25, 2017
5ce1089
doc: fix an unclear wording in readline.md
vsemozhetbyt Apr 23, 2017
3cce181
test: add mustCall in test-timers-clearImmediate
ChatbotSchool Apr 22, 2017
b920c5d
tools: enable no-useless-return eslint rule
cjihrig Apr 21, 2017
995423e
benchmark: terminate child process on Windows
Trott Apr 25, 2017
a0f9d59
v8: fix stack overflow in recursive method
bnoordhuis Apr 17, 2017
a679e06
tools: use no-useless-concat ESLint rule
vsemozhetbyt Apr 23, 2017
699e274
doc: add link on logo to README
silverwind Apr 10, 2017
e714243
deps: upgrade libuv to 1.11.0
cjihrig Feb 1, 2017
ae1f6fd
fs: re-enable watch facility in AIX
gireeshpunathil Dec 2, 2016
a1de1ab
test: remove flaky designation for test on AIX
Trott Apr 21, 2017
b09f738
test: cleanup test-fs-watch.js
RobotMermaid Apr 22, 2017
d38364b
deps/v8: add missing #include "unicode/normlzr.h"
ArchangeGabriel May 15, 2017
40859e2
2017-06-06, Version 6.11.0 'Boron' (LTS)
MylesBorins May 16, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: move test-debugger-repeat-last to sequential
PR-URL: #12470
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
kumarrishav authored and MylesBorins committed May 18, 2017
commit b53d172576e7da907c1a8c08aceae74064b4c51c