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

v4.8.0 proposal #10973

Merged
merged 124 commits into from
Feb 22, 2017
Merged
Changes from 1 commit
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
cfa2b87
test,lib,benchmark: match function names
Trott Oct 15, 2016
81e9a3b
deps: V8: fix debug backtrace for symbols
ofrobots Jan 11, 2017
8bd3d83
deps: backport d800a65 from V8 upstream
MylesBorins Jun 20, 2016
ce66c8e
deps: backport 7a88ff3 from V8 upstream
MylesBorins Jun 22, 2016
a234d44
deps: backport a715957 from V8 upstream
MylesBorins Jun 29, 2016
4e07bd4
deps: update patch level in V8
MylesBorins Jan 12, 2017
30d60cf
v8,src: expose statistics about heap spaces
bripkens Dec 29, 2015
5824522
child_process: add shell option to spawn()
cjihrig Jan 8, 2016
2269d7d
fs: add the fs.mkdtemp() function.
ralt Feb 24, 2016
23a573f
process: add `process.memoryUsage.external`
indutny Nov 12, 2016
4f5f0e4
test: refactor test-net-keepalive.js
kmccmk9 Dec 1, 2016
210290d
test: check for error on invalid signal
mattcphillips Dec 1, 2016
b5e18f2
tools: add macosx-firwall script to avoid popups
danbev Dec 3, 2016
f12bab6
test: stream readableListening internal state
italoacasas Dec 1, 2016
278d718
test: refactor test-handle-wrap-close-abort
Trott Dec 9, 2016
7a9c8d8
process: add process.cpuUsage() - implementation, doc, tests
Apr 5, 2016
e750f14
tls, crypto: add ALPN Support
Apr 23, 2015
ef547f3
tls,crypto: move NPN protcol data to hidden value
Oct 26, 2015
7ca31e3
test: fix alpn tests for openssl1.0.2h
May 3, 2016
a67ada7
tls: copy the Buffer object before using
thefourtheye Aug 10, 2016
4cf7dcf
crypto: remove unnecessary variables of alpn/npn
shigeki Jan 16, 2017
121b68a
test: refactor http pipelined socket test
Trott Dec 9, 2016
827bbe7
test: refactor assert.equal, update syntax to ES6
Dec 1, 2016
9c9d422
test: refactor test-http-after-connect.js
larissayvette Dec 11, 2016
730c3b2
test: refactor test-fs-fsync
radelmann Dec 7, 2016
2f44d7f
test: refactor test-crypto-random
Trott Dec 12, 2016
fc67a95
test: use const/let and common.mustCall
outsideris Dec 1, 2016
0f8a323
test: cleanup test-stdout-close-catch.js
furnox Dec 1, 2016
5335b0a
test: refactor test-tls-ecdh-disable
Dec 1, 2016
fa11f4b
win,msi: add required UIRef for localized strings
billti Oct 1, 2016
90a79b3
test: refactor test-timers-this
Trott Dec 17, 2016
c4df02c
doc: add Michaël Zasso to the CTC
targos Dec 21, 2016
34861ef
test: add test-require-invalid-package
Dec 21, 2016
3b67001
test: refactor test-net-reconnect-error
Dec 21, 2016
f301df4
test: use strictEqual in test-cwd-enoent-repl.js
nitsnwits Dec 1, 2016
4514fd7
test: refactor the code in test-http-keep-alive
edsadr Dec 21, 2016
b87ee26
test: change assert.strict to assert.strictEqual()
ashita92 Dec 1, 2016
76bb3cb
test: refactor test-stream2-writable
Trott Dec 20, 2016
7d61bbf
test: refactor test-stdin-script-child
emanuelbuholzer Dec 18, 2016
d5e911c
test: refactoring test-cluster-worker-constructor
crokita Dec 1, 2016
122917d
test: change var declarations, add mustCall check
Dec 1, 2016
3b252a6
doc: clarify macosx-firewall suggestion BUILDING
chasestarr Dec 17, 2016
dda777b
doc: consistent 'Returns:' part two
MylesBorins Dec 21, 2016
fb9a0ad
test: refactor test-child-process-stdin
navulirs Dec 23, 2016
ab3e4c6
test: improve test-cluster-net-listen.js
Dec 1, 2016
19b314e
test: update test-tls-check-server-identity.js
koxauvin Dec 1, 2016
6db76da
test: refactor test-cluster-send-handle-twice.js
amarzavery Dec 1, 2016
a983400
test: refactor test-tls-interleave
bchirgwin Dec 1, 2016
80f4a37
test: refactor test-pipe-file-to-http
Dec 1, 2016
dbfec29
test: fix and improve debug-break-on-uncaught
thefourtheye Dec 21, 2016
4efdbaf
test: refactor test-child-process-ipc
malenesok007 Dec 1, 2016
9840f50
test: improve code in test-vm-symbols
edsadr Dec 23, 2016
4bbd50e
test: improve code in test-fs-readfile-error
edsadr Dec 21, 2016
31aa877
test: improve the code in test-pipe.js
edsadr Dec 27, 2016
70ea38f
doc: var -> const / let in the console.md
vsemozhetbyt Dec 25, 2016
919e0cb
doc: more efficient example in the console.md
vsemozhetbyt Dec 25, 2016
424c861
test: refactor the code in test-fs-chmod
edsadr Dec 24, 2016
0e51cbb
doc: add Working Group dissolution text
williamkapke Nov 17, 2016
14e07c9
test: refactor test-stdin-from-file
radelmann Dec 19, 2016
380a5d5
test: fix flaky test-http-client-timeout-with-data
Trott Dec 23, 2016
2f8bc9a
test: s/ASSERT/assert/
cjihrig Dec 30, 2016
d3a7fb8
doc: redirect 'Start a Working Group' to TSC repo
williamkapke Nov 17, 2016
bf882fb
crypto: Use reference count to manage cert_store
AdamMajer Aug 30, 2016
d8b902f
debugger: call `this.resume()` after `this.run()`
lance Dec 2, 2016
544920f
test: stream readableState readingMore state
chmln Dec 1, 2016
13c6cec
test: fail for missing output files
addaleax Dec 6, 2016
928291c
test: refactor test-domain.js
sidthekidder Dec 9, 2016
14c28eb
test: update test-domain-uncaught-exception.js
amazingandyyy Dec 9, 2016
f412b1f
test: clean up domain-no-error-handler test
weyj4 Dec 15, 2016
3f29cbb
src: fix string format mistake for 32 bit node
posix4e Dec 1, 2016
271f578
stream, test: test _readableState.emittedReadable
joyeecheung Dec 13, 2016
135a7c9
test: stream readable needReadable state
joyeecheung Dec 12, 2016
fd195b4
test: stream readable resumeScheduled state
italoacasas Dec 16, 2016
5777c79
doc: clarify the review and landing process
joyeecheung Dec 9, 2016
4f168a4
doc: require() tries first core not native modules
vice Dec 18, 2016
eeb2d78
test: improve test-cluster-worker-constructor.js
edsadr Dec 21, 2016
8a26ba1
test: fix flaky test-https-timeout
Trott Dec 22, 2016
56b193a
test: improve code in test-vm-preserves-property
edsadr Dec 23, 2016
d260fb2
doc: use "Node.js" in V8 guide
Trott Dec 24, 2016
be62037
src: describe what NODE_MODULE_VERSION is for
sam-github Dec 22, 2016
0bb77f2
build: add (not) cross-compiled configure flags
piranna Dec 26, 2016
7505b86
os: fix os.release() for aix and add test
jBarz Dec 13, 2016
7020e9f
test: add test for SIGWINCH handling by stdio.js
sarahmeyer Dec 1, 2016
a9cd1d1
test: refactor test-stream2-unpipe-drain
storytimesolutions Dec 1, 2016
78010aa
build: add /opt/freeware/... to AIX library path
Dec 13, 2016
b74bc51
test: use strictEqual in test-http-server
ftatieze Dec 28, 2016
08e924e
doc: require two-factor authentication
Trott Dec 30, 2016
52edebc
test: improve test-fs-empty-readStream.js
edsadr Dec 28, 2016
c7378c4
doc: warn about unvalidated input in child_process
Dec 26, 2016
28a5ce1
test: improve test-http-allow-req-after-204-res
edsadr Dec 30, 2016
f5e54f5
test: avoid assigning this to variables
cjihrig Dec 30, 2016
37a3622
test: update test-cluster-shared-handle-bind-error
cjihrig Dec 30, 2016
1fac431
test: add tests for clearBuffer state machine
captainsafia Dec 1, 2016
acbe4d3
doc: add joyeecheung to collaborators
joyeecheung Jan 4, 2017
9556ef3
vm: add error message if we abort
fhinkel Sep 17, 2016
53404db
test: add stdin-setrawmode.out file
Dec 6, 2016
42da81e
test: set stdin too for pseudo-tty tests
addaleax Dec 6, 2016
79d4986
doc: update CONTRIBUTING.MD with link to V8 guide
sarahmeyer Dec 1, 2016
19907c2
test: use mustCall() for simple flow tracking
cjihrig Jul 15, 2016
812c636
test: refactor test-tls-server-verify
Dec 1, 2016
61cbc20
test: refactor test-net-dns-custom-lookup
funkent Dec 1, 2016
ce91bb2
test: refactor test-repl-mode.js
cesarhq Dec 1, 2016
324c82b
test: use common.fixturesDir almost everywhere
bengl May 26, 2016
98496b6
test: test: refactor test-sync-fileread
jhwohlgemuth Dec 1, 2016
96ca40b
test: refactor test-tls-0-dns-altname
Dec 1, 2016
c801de9
tools: add ESLint rule for assert.throws arguments
targos Nov 26, 2016
9f13b5f
tools: forbid template literals in assert.throws
targos Dec 16, 2016
11115c0
test: add second argument to assert.throws()
russokj Dec 1, 2016
22226fa
test: refactoring test-pipe-head
furnox Dec 1, 2016
e7c4dfb
test: invalid package.json causes error when require()ing in directory
Dec 1, 2016
f9f8e4e
test: refactor test-preload
Trott Nov 26, 2016
2eda3c7
lib,test: use consistent operator linebreak style
targos Dec 8, 2016
31434a1
tools: enforce consistent operator linebreak style
targos Dec 8, 2016
735119c
test: cleanup stream tests
italoacasas Sep 20, 2016
1595328
crypto: allow adding extra certs to well-known CAs
sam-github Oct 17, 2016
28b707b
doc: replace newlines in deprecation with space
thefourtheye Jan 30, 2017
7db7e47
doc: change logical to bitwise OR in dns lookup
thefourtheye Jan 27, 2017
8eeccd8
doc: killSignal option accepts integer values
thefourtheye Feb 5, 2017
d61c181
doc: unify dirname and filename description
sam-github Dec 29, 2016
d3c5bc1
doc: update BUILDING.md
rainabba Sep 21, 2016
d8961bd
doc: correct vcbuild options for windows testing
jboarman Dec 4, 2016
0f5d82e
test: add --abort-on-timeout option to test.py
Jan 31, 2017
c279cbe
test: fix test.py command line options processing
Feb 3, 2017
58ab54f
2017-02-21, Version 4.8.0 'Argon' (LTS)
MylesBorins Jan 24, 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
tools: enforce consistent operator linebreak style
Adds the `operator-linebreak` rule to our ESLint config.

PR-URL: #10178
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
targos authored and MylesBorins committed Feb 1, 2017
commit 31434a1202b975457fa773d8c2109b60a4847f16
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ rules:
no-mixed-spaces-and-tabs: 2
no-multiple-empty-lines: [2, {max: 2}]
no-trailing-spaces: 2
operator-linebreak: [2, after, {overrides: {'?': ignore, ':': ignore}}]
quotes: [2, "single", "avoid-escape"]
semi: 2
space-before-blocks: [2, "always"]