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.6.2 proposal #9298

Closed
wants to merge 221 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
221 commits
Select commit Hold shift + click to select a range
f556b43
build: add --enable-d8 configure option
bnoordhuis Jul 5, 2016
50ae37e
test: add --repeat option to tools/test.py
mhdawson May 11, 2016
c41efe4
build: add node_module_version to config.gypi
saper Jul 20, 2016
29139bf
doc: improve server.listen() random port
phillipj Aug 8, 2016
77df523
test: exclude tests for AIX
mhdawson Aug 11, 2016
0e52861
doc: grammar fixes to event loop guide
ryanmurakami Jun 29, 2016
b630be2
net: export isIPv4, isIPv6 directly from cares
thefourtheye Jun 29, 2016
f7796f2
util: inspect boxed symbols like other primitives
addaleax Jul 9, 2016
ea36c61
deps: `MASM.UseSafeExceptionHandlers` for OpenSSL
indutny Jun 26, 2016
9ddc615
deps: no /safeseh for ml64.exe
indutny Jul 16, 2016
4f31071
doc: add `added:` info for dgram.*Membership()
Trott May 16, 2016
f6e332d
lib: implement consistent brace style
Trott Jul 9, 2016
337d2dd
test: implement consistent braces
Trott Jul 9, 2016
d1a50b3
tools: enforce JS brace style with linting
Trott Jul 9, 2016
9f1b790
net: make holding the buffer in memory more robust
addaleax Aug 24, 2016
a5b6c2c
src: use RAII for mutexes and condition variables
bnoordhuis Jun 17, 2016
3f4a5fe
tools: increase lint coverage
Trott Jul 10, 2016
e46d1e0
doc: add POST_STATUS_TO_PR info to onboarding doc
Trott Aug 10, 2016
d6c2e38
doc: minor updates to onboarding doc
Trott Aug 10, 2016
8fec02f
doc: delete non-existing zlib constants
fhinkel Jul 2, 2016
fdff642
doc: fix util.deprecate() example
evanlucas Jul 12, 2016
590c52a
doc: update CTC governance information
Trott Jul 13, 2016
506e367
doc: update readme with andrasq as a collaborator
Jul 19, 2016
26f5168
doc: clarify that the node.js irc channel is not under tsc oversight
jasnell Jul 20, 2016
b01854d
doc: add princejwesley to collaborators
princejwesley Jul 26, 2016
d759d4e
doc: remove platform assumption from CONTRIBUTING
BethGriggs Jul 18, 2016
bbbbb19
doc: add information about CTC quorum rules
Trott Jul 20, 2016
7faf6dc
meta: provide example activities
Trott Jul 15, 2016
ac40b2a
doc: add CTC meeting minutes 2016-07-27
williamkapke Jul 27, 2016
6d49f22
meta: include a minimal CTC removal policy
Trott Jul 13, 2016
b60473f
doc: add CTC meeting minutes 2016-06-29
joshgav Jul 6, 2016
f255180
doc: add CTC meeting minutes 2016-07-06
joshgav Jul 6, 2016
9700660
doc: add @addaleax to the CTC
addaleax Aug 3, 2016
abefdca
doc: piscisaureus has stepped-down from the CTC
jasnell Aug 3, 2016
b680eb9
doctool: improve the title of pages in doc
yorkie Aug 1, 2016
009df78
doc: use `git-secure-tag` for release tags
indutny Jul 23, 2016
9d9bcd7
meta: clarify process for breaking changes
Trott Aug 3, 2016
08111e8
doc: use consistent markdown in README
Trott Aug 3, 2016
012ccf0
doc: add CTC meeting minutes 2016-07-20
joshgav Aug 3, 2016
94a82cd
doc: add CTC meeting minutes 2016-07-13
joshgav Aug 3, 2016
afbfbc0
tools: add .vscode folder to .gitignore
joshgav Aug 3, 2016
6bfdc92
doc: clarify "Reviewed-By" iff "LGTM"
bengl Jun 6, 2016
e74daad
doc: clarify collaborators & ctc members relationships
yorkie Aug 6, 2016
d7e3edc
tools: add remark-lint configuration in .remarkrc
ChALkeR Jul 14, 2016
98fe74f
doc: fix a markdown error in CTC meeting minutes
ChALkeR Aug 5, 2016
532bbde
doc: add CTC meeting minutes 2016-08-03
joshgav Aug 4, 2016
d3344aa
doc: Add fhinkel to collaborators
fhinkel Aug 10, 2016
04515b8
doc: move orangemocha to collaborators list
Trott Aug 11, 2016
727c24f
doc: update Reviewing section of onboarding doc
Trott Aug 12, 2016
2032bba
doc: add @joshgav to collaborators
joshgav Aug 17, 2016
b3545e1
doc: update release announce instruction to tweet
hackygolucky Aug 16, 2016
d676467
doc: remove outdated LTS info from ROADMAP.md
Trott Aug 18, 2016
26e695c
doc: remove "feature branch" jargon
Trott Aug 20, 2016
ea72e9f
test,doc: clarify `buf.indexOf(num)` input range
addaleax Jul 8, 2016
c9af24d
test: add test for assert.notStrictEqual()
Trott Aug 13, 2016
733233d
test: add uncaught exception test for debugger
Trott Aug 12, 2016
3dbcc3d
test: fix flaky test-*-connect-address-family
Trott Jul 8, 2016
b64828d
test: accept expected AIX result test-stdio-closed
Trott Sep 23, 2016
c94f3a5
test: handle IPv6 localhost issues within tests
Trott Jul 16, 2016
99f85b8
win,msi: Added Italian translation
mcollina Jan 12, 2016
e8be413
win,msi: add zh-CN translations for the installer
pmq20 Jul 14, 2016
b0e2f9a
test: add common.rootDir
cjihrig Jul 12, 2016
227db0a
cluster: remove bind() and self
cjihrig Jul 13, 2016
58f3fa1
test: s/assert.fail/common.fail as appropriate
cjihrig Jul 14, 2016
17c4187
buffer: optimize hex_decode
chjj Jul 7, 2016
741373c
test: clean up test-buffer-badhex
Fishrock123 Jul 17, 2016
3ad7408
doc: correct sample output of buf.compare
khalsah Jul 17, 2016
0e1f098
test: avoid usage of mixed IPV6 addresses
gireeshpunathil Jul 13, 2016
d40873d
test: ensure stream preprocessing order
vsemozhetbyt Jul 14, 2016
9892a5d
doc: remove extra spaces and concats in examples
joeyespo Jul 27, 2016
76b8d81
tools,test: show signal code when test crashes
santigimeno Jul 24, 2016
21c1b84
test: decrease inconsistency in the common.js
vsemozhetbyt Jul 16, 2016
364af49
doc: add CTC meeting minutes 2016-06-22
joshgav Jun 23, 2016
1b5213b
win,msi: fix inclusion of translations
joaocgreis Jul 19, 2016
9b29cfc
doc: Clean up roff source in manpage
Alhadis Jul 21, 2016
36b3ff0
deps: float gyp patch for long filenames
addaleax May 27, 2016
1b5f35f
build: turn on thin static archives
bnoordhuis Aug 3, 2016
f1e14e4
doc: fix cluster message event docs
zbjornson Aug 8, 2016
bdfa3b3
tools: favor === over == in license2rtf.js
Trott Aug 11, 2016
c235708
readline: keypress trigger for escape character
princejwesley Jun 23, 2016
3a3fde6
doc: fix variable scoping bug in server example code
lazlojuly Aug 16, 2016
96cfa92
url: `url.format()` encodes all `#` in `search`
imyller Aug 11, 2016
3003131
configure: reword help for --without-npm
BlackYoup Jun 29, 2016
2b93333
debugger: use arrow function for lexical `this`
originalfoo Jun 25, 2016
cadb261
test: add test for attempted multiple IPC channels
cjihrig Aug 18, 2016
2a2971b
doc: use blockquotes for Stability: markers
addaleax Jul 15, 2016
a8a8f0a
doc: add `added:` information for cluster
addaleax Jul 9, 2016
606deec
src: don't include a null character in the WriteConsoleW call
seishun Jul 16, 2016
0b60563
doc: add Myles Borins to the CTC
rvagg Aug 24, 2016
861e584
async_wrap: add a missing case to test-async-wrap-throw-no-init
yorkie Aug 20, 2016
8dfab3a
build: fix dependencies on AIX
mhdawson Aug 25, 2016
a48469f
test: add check in test-signal-handler
Trott Aug 24, 2016
b3617fc
doc: add `added:` information for modules
lpinca Aug 24, 2016
00ea738
build: fix dependencies on AIX
mhdawson Aug 26, 2016
e5f4367
doc: readline write() is processed as input
jasnell Aug 27, 2016
a368ea6
test: refactor test-debug-signal-cluster
Trott Aug 26, 2016
e069dc4
doc: add lpinca to collaborators
lpinca Aug 30, 2016
2f458ea
test: add test for zlib.create*Raw()
Trott Aug 28, 2016
0c933e5
doc: adding danbev to collaborators
danbev Aug 30, 2016
e64063c
build: don't require processing docs for nightlies
jbergstroem Aug 29, 2016
763fa85
doc: bad/better examples for fs.access() and fs.exists()
dfabulich Jul 22, 2016
5c417ee
doc: update landing pr info in onboarding doc
Trott Aug 30, 2016
bb86904
test: fix ::1 error in test-dns-ipv6
gibfahn Aug 26, 2016
c094b2a
doc: update targos email in readme per request
jasnell Sep 2, 2016
c034c86
test: test non-buffer/string with zlib
Trott Aug 31, 2016
c529bf5
doc: add return type of clientRequest.setTimeout
MikeRalphson Aug 31, 2016
9e1325c
doc: update authors list
jasnell Aug 30, 2016
3f2e3df
doc: update CI content in onboarding doc
Trott Sep 1, 2016
0d10824
test: mark pseudo-tty/no_dropped_stdio as flaky
mhdawson Sep 2, 2016
ca63c12
doc: add 2016-08-10 CTC meeting minutes
joshgav Aug 22, 2016
a7e6fc0
doc: add 2016-08-17 CTC meeting minutes
joshgav Aug 23, 2016
055d39c
doc: add CI help/support info to onboarding doc
Trott Sep 5, 2016
be9d9bd
url: fix inconsistent port in url.resolveObject
imyller Aug 21, 2016
a3d0802
benchmark: add benches for fs.stat & fs.statSync
addaleax Aug 30, 2016
775c84e
test: add test-debug-protocol-execute
Trott Sep 8, 2016
389a6d2
url: fix off-by-one error in loop handling dots
lpinca Sep 6, 2016
6d03170
test: clean up net server try ports test
tlhunter Sep 9, 2016
ad1230e
test: skip pseudo-tty/no_dropped_stdio test
mhdawson Sep 9, 2016
c6b622f
doc: add CTC meeting minutes 2016-08-31
joshgav Sep 6, 2016
5a07bb6
test: swapped == and equal to === and strictEqual
HyperSprite Sep 9, 2016
d123fc1
doc: update exercise portion of onboarding doc
Trott Sep 16, 2016
64c4bb3
doc: add link to help repo in README
Trott Sep 17, 2016
0fd1d8d
doc: add ak239 to collaborators
alexkozy Sep 20, 2016
3037a9d
doc: add eugeneo to collaborators
Sep 21, 2016
764502b
doc: add CTC meeting minutes 2016-08-24
joshgav Sep 6, 2016
2adbd53
doc: add commit formats for release blog posts
Sep 17, 2016
ecd2b52
doc: encourage 2FA before onboarding
Trott Sep 25, 2016
5bec1eb
doc: update onboarding PR landing info
Trott Sep 10, 2016
88bb65d
doc: add not-an-aardvark to collaborators
not-an-aardvark Sep 13, 2016
69404ec
test: fix flaky test-force-repl
Trott Sep 10, 2016
5ff1fc7
doc: add imyller to collaborators
imyller Sep 14, 2016
6ef58e7
doc: add gibfahn to collaborators
gibfahn Sep 14, 2016
578bf51
doc: add `added:` information for events
lpinca Jul 21, 2016
b92e3fc
doc: add `added:` information for util
lpinca Aug 21, 2016
d750fc6
doc: add `added:` information for dgram
lpinca Aug 20, 2016
6effc4a
doc: add `added:` information for crypto
lpinca Aug 26, 2016
5ed5142
child_process: workaround fd passing issue on OS X
santigimeno Jun 16, 2016
05d40d9
deps: upgrade npm in LTS to 2.15.11
zkat Oct 4, 2016
f7c4e94
doc: update npm LICENSE using license-builder.sh
zkat Oct 4, 2016
8da2dcb
test: refector parallel/test-http.js
jun-oka Sep 9, 2016
9ffb2f3
test: add coverage for client._addHandle()
Trott Sep 13, 2016
e79351c
test: improve test-https-agent.js
Williams-Dan Sep 13, 2016
f46a04c
test: add tests for add/remove header after sent
niklasi Sep 20, 2016
c543f4a
test: stream writable ended state
italoacasas Sep 27, 2016
88b0067
doc: add CTC meeting minutes 2016-09-21
joshgav Sep 22, 2016
4b49b0e
doc: add CTC meeting minutes 2016-09-14
joshgav Sep 22, 2016
b4ba4af
doc: add CTC meeting minutes 2016-09-07
joshgav Sep 12, 2016
950cc1d
build: adding config.gypi dep to addons/.buildstamp
danbev Jul 27, 2016
da3b938
doc: add `added:` information for globals
lpinca Oct 3, 2016
afee32f
test: fix `fs-watch-recursive` flakiness on OS X
santigimeno Jan 11, 2016
2a66ddb
build: re-add --ninja option to configure
ehsan May 16, 2016
2e29b76
intl: Don't crash if v8BreakIterator not available
srl295 Oct 10, 2016
8198dbc
repl: Enable tab completion for global properties
lance Jun 22, 2016
4369055
deps: cherry-pick 1f53e42 from v8 upstream
bnoordhuis Jul 7, 2016
22990d8
test: move parallel/test-tty-* to pseudo-tty/
Fishrock123 Jul 8, 2016
cd9e8e0
test: fix old tty tests
Fishrock123 Jul 8, 2016
7766997
build: add conflict marker check during CI lint
mscdex Jul 8, 2016
97c68dd
test: improve error message in test-tick-processor
Trott Jul 12, 2016
52bb377
test: mark test-child-process-fork-dgram as flaky
mhdawson Aug 25, 2016
2d07fd7
deps: backport e093a04, 09db540 from upstream V8
ofrobots Apr 15, 2016
e1f12fb
deps: cherry-pick b93c80a from v8 upstream
Jul 12, 2016
2b01bc8
deps: backport a76d133 from v8 upstream
Jul 20, 2016
0b87b1a
dns: tweak regex for IPv6 addresses
lpinca Sep 20, 2016
97a3d89
test: improve coverage of the util module
targos Oct 7, 2016
924ea0a
test: fix flaky test-http-server-consumed-timeout
Trott Jul 13, 2016
41e27f6
build: don't link against liblog on host system
bnoordhuis Jul 16, 2016
50acf72
test: increase RAM requirement for intensive tests
Trott Jul 17, 2016
52cba41
deps: backport 2bcbe2f from V8 upstream
ofrobots Jun 7, 2016
69f4edd
test: speed up test-net-reconnect-error
Trott Jul 27, 2016
ce2cfbd
test: console constructor missing new keyword
Trott Aug 7, 2016
dc7bc2e
test: add test for debug usage message
Trott Aug 10, 2016
c4be179
build: add missing files to zip and 7z packages
richardlau Aug 11, 2016
b063dc9
test: use strict equality in regression test
Trott Aug 14, 2016
3906206
net: remove unnecessary variables
mscdex Aug 15, 2016
fe48415
net: add length check when normalizing args
mscdex Aug 15, 2016
3003404
test: fix assertion in test-watch-file.js
Trott Aug 16, 2016
af02d2a
test: favor strict equality check
Trott Aug 16, 2016
9c826be
test: favor `===` over `==` in test-timers.js
Trott Aug 16, 2016
06a1c9b
assert: remove code that is never reached
Trott Aug 16, 2016
ac83d19
test: confirm that assert truncates long values
Trott Aug 17, 2016
e3669f8
test: favor strict equality in pummel net tests
Trott Aug 17, 2016
eec078c
test: favor strict equality in http tests
Trott Aug 17, 2016
49c4886
test: add missing assert.deepEqual() test case
Trott Aug 17, 2016
558f7d9
test: add assert.notDeepEqual() tests
Trott Aug 18, 2016
2997b79
test: favor strict equality in test-exec
Trott Aug 18, 2016
11f761a
test: refactor pummel/test-dtrace-jsstack
Trott Aug 18, 2016
57c98f1
test: favor `===` over `==` in crypto tests
Trott Aug 18, 2016
1c81c07
test: add assert.notDeepStrictEqual() tests
Trott Aug 19, 2016
a83bbaa
test: refactor test-tick-processor
Trott Aug 19, 2016
0e2aba9
doc/json: make sure links are correctly passed to marked
TimothyGu Aug 30, 2016
65ca2af
doc: add missing semicolon
ravindrabarthwal Jul 29, 2016
880ca99
doc: fix broken link in dgram doc
mscdex Sep 1, 2016
b3090f8
win,build: fail on invalid option in vcbuild
joaocgreis Sep 1, 2016
30e751f
win,build: skip finding VS when not needed
joaocgreis Sep 4, 2016
26e7374
win,build: exit when addons fail to build
joaocgreis Sep 5, 2016
410e083
win,build: forward release_urlbase to configure
joaocgreis Sep 7, 2016
c841b5a
tls: copy the Buffer object before using
thefourtheye Aug 10, 2016
7aa2689
src: fix handle leak in Buffer::New()
bnoordhuis Jul 13, 2016
dadcf6b
src: fix handle leak in BuildStatsObject()
bnoordhuis Jul 13, 2016
6838ad5
src: fix handle leak in UDPWrap::Instantiate()
bnoordhuis Jul 13, 2016
57921eb
src: remove unnecessary HandleScopes
bnoordhuis Jul 13, 2016
50cfea0
build: run `npm install` for doc builds in tarball
addaleax Sep 5, 2016
5867ffe
tools: explicitly set digest algo for SHASUM to 256
rvagg Oct 13, 2016
b632bad
tools: make detached SHASUM .sig file for releases
rvagg Oct 13, 2016
7409c33
tools: check tag is on github before release
rvagg Oct 17, 2016
e1f961d
src: move ParseArrayIndex() to src/node_buffer.cc
bnoordhuis Jun 30, 2016
6ba3ad5
src: guard against overflow in ParseArrayIndex()
bnoordhuis Jun 30, 2016
72be320
src: suppress coverity message
cjihrig Jul 7, 2016
d5f03db
test: fix test-cluster-dgram-1 flakiness
santigimeno Sep 2, 2016
3a43b0d
doc: correct metadata of `Buffer.from`
addaleax Oct 18, 2016
8b93fdd
src: disable stdio buffering
bnoordhuis Jul 8, 2016
3d6f107
fs: fix handling of `uv_stat_t` fields
addaleax Sep 13, 2016
b3149ce
src: inherit first from AsyncWrap
trevnorris Apr 16, 2016
166a9b8
src: always clear wrap before persistent Reset()
trevnorris Apr 29, 2016
6076293
tls_wrap: do not abort on new TLSWrap()
trevnorris Apr 16, 2016
19d6f06
stream_base: always use Base template class
trevnorris May 11, 2016
1230062
src: no abort from getter if object isn't wrapped
trevnorris Apr 13, 2016
408a585
buffer: fix `fill` with encoding in Buffer.alloc()
not-an-aardvark Oct 22, 2016
612dfeb
child_process: Check stderr before accessing it
robertchiras May 19, 2016
6e5906c
tools: use long format for gpg fingerprint
MylesBorins Oct 24, 2016
4db97b8
2016-11-08, Version 4.6.2 'Argon' (LTS)
MylesBorins Oct 26, 2016
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lib/internal/v8_prof_polyfill.js
lib/punycode.js
test/addons/??_*/
test/fixtures
test/**/node_modules
test/disabled
test/tmp*/
tools/doc/node_modules
tools/eslint
node_modules
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ rules:

# Stylistic Issues
# http://eslint.org/docs/rules/#stylistic-issues
brace-style: [2, "1tbs", {allowSingleLine: true}]
comma-spacing: 2
eol-last: 2
indent: [2, 2, {SwitchCase: 1}]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ipch/
*.opensdf
*.VC.opendb
.vs/
.vscode/

/config.mk
/config.gypi
Expand Down
15 changes: 14 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Aaron Heckmann <aaron.heckmann@gmail.com> <aaron.heckmann+github@gmail.com>
Abe Fettig <abefettig@gmail.com> <abe@fettig.net>
Alex Hultman <alexhultman@gmail.com>
Alex Kocharin <rlidwka@kocharin.ru>
Alex Kocharin <rlidwka@kocharin.ru> <alex@kocharin.ru>
Alexey Kupershtokh <alexey.kupershtokh@gmail.com> <wicked@alawar.com>
Alexis Campailla <alexis@janeasystems.com> <orangemocha@github.com>
Alexis Sellier <self@cloudhead.net>
Alexis Sellier <self@cloudhead.net> <alexis@cloudhead.io>
Andy Bettisworth <andy.bettisworth@accreu.com>
Anna Henningsen <anna@addaleax.net>
Aria Stewart <aredridel@dinhe.net> <aredridel@nbtsc.org>
Arlo Breault <arlolra@gmail.com>
Artem Zaytsev <a.arepo@gmail.com>
Expand All @@ -24,6 +26,7 @@ Caleb Boyd <caleb.boyd@gmail.com>
Charles <ineedpracticing@gmail.com> <cydjudge@users.noreply.github.com>
Chew Choon Keat <choonkeat@gmail.com>
Charles Rudolph <charles.rudolph@originate.com>
Chris Johnson <chris.s.johnson4@gmail.com>
Claudio Rodriguez <cjrodr@yahoo.com> <cr@fansworld.tv>
Colin Ihrig <cjihrig@gmail.com>
Christopher Lenz <cmlenz@gmail.com> <chris@lamech.local>
Expand All @@ -33,6 +36,7 @@ Daniel Chcouri <333222@gmail.com>
Daniel Gröber <darklord@darkboxed.org>
Daniel Gröber <darklord@darkboxed.org> <dxld@darkboxed.org>
Daniel Pihlström <sciolist.se@gmail.com>
Daniel Wang <wangyang0123@gmail.com>
Danny Nemer <hi@dannynemer.com> <DannyNemer@users.noreply.github.com>
Dave Pacheco <dap@joyent.com> <dap@cs.brown.edu>
David Siegel <david@artcom.de> <david.siegel@artcom.de>
Expand All @@ -41,6 +45,7 @@ Domenic Denicola <domenic@domenicdenicola.com> <d@domenic.me>
Eduard Burtescu <eddy_me08@yahoo.com>
Einar Otto Stangvik <einaros@gmail.com>
Elliott Cable <me@ell.io>
Eric Phetteplace <phette23@gmail.com>
EungJun Yi <semtlenori@gmail.com>
Evan Larkin <evan.larkin.il.com> <evan.larkin.iit@gmail.com>
Evan Lucas <evanlucas@me.com> <evan@btc.com>
Expand All @@ -59,10 +64,12 @@ Herbert Vojčík <herby@mailbox.sk>
Icer Liang <liangshuangde@163.com> <wizicer@users.noreply.github.com>
Igor Soarez <igorsoarez@gmail.com>
Igor Zinkovsky <igorzi@microsoft.com>
Imran Iqbal <imran@imraniqbal.org>
Isaac Z. Schlueter <i@izs.me>
Isaac Z. Schlueter <i@izs.me> <i@foohack.com>
Jake Verbaten <raynos2@gmail.com>
James Hartig <fastest963@gmail.com> <james.hartig@grooveshark.com>
James M Snell <jasnell@gmail.com>
Jan Krems <jan.krems@gmail.com> <jan.krems@groupon.com>
Jered Schmidt <tr@nslator.jp>
Jeremiah Senkpiel <fishrock123@rocketmail.com>
Expand All @@ -77,6 +84,7 @@ Jonathan Persson <persson.jonathan@gmail.com> <jonathan.persson@creuna.se>
Jonathan Rentzsch <jwr.git@redshed.net>
Josh Erickson <josh@snoj.us>
Joshua S. Weinstein <josher19@users.sf.net>
Juan Soto <juan@juansoto.me>
Junliang Yan <john.yan1019@gmail.com>
Junliang Yan <jyan@ca.ibm.com> <jyan@ca.ibm.ca>
Jérémy Lal <kapouer@melix.org>
Expand All @@ -101,6 +109,7 @@ Mathias Pettersson <mape@mape.me>
Matthew Lye <muddletoes@hotmail.com>
Michael Bernstein <michaelrbernstein@gmail.com>
Michael Wilber <gcr@sneakygcr.net>
Michaël Zasso <targos@protonmail.com>
Micheil Smith <micheil@brandedcode.com> <micheil@yettobebranded.net>
Micleusanu Nicu <micnic90@gmail.com>
Mikael Bourges-Sevenier <mikeseven@gmail.com> <msevenier@motorola.com>
Expand All @@ -113,13 +122,14 @@ Onne Gorter <onne@onnlucky.com>
Paul Querna <pquerna@apache.org> <paul@querna.org>
Peter Flannery <pflannery@users.noreply.github.com>
Phillip Johnsen <johphi@gmail.com> <phillip.johnsen@finn.no>
Ratikesh Misra <ratikesh92@gmail.com>
Ray Morgan <rmorgan@zappos.com>
Ray Solomon <raybsolomon@gmail.com>
Raymond Feng <enjoyjava@gmail.com> <raymond@strongloop.com>
Rick Olson <technoweenie@gmail.com>
Roman Klauke <romaaan.git@gmail.com> <romankl@users.noreply.github.com>
Roman Reiss <me@silverwind.io>
Ron Korving <rkorving@wizcorp.jp>
Ron Korving <ron@ronkorving.nl> <rkorving@wizcorp.jp>
Ryan Dahl <ry@tinyclouds.org>
Ryan Emery <seebees@gmail.com>
Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Expand All @@ -137,7 +147,9 @@ Shigeki Ohtsu <ohtsu@d.jp> <ohtsu@iij.ad.jp>
Siddharth Mahendraker <siddharth_mahen@hotmail.com> <siddharth_mahen@me.com>
Simon Willison <simon@simonwillison.net>
Stanislav Opichal <opichals@gmail.com>
Stefan Budeanu <stefan@budeanu.com>
Stefan Bühler <stbuehler@web.de>
Steve Mao <maochenyan@msn.com>
Steven R. Loomis <srl@icu-project.org> <srloomis@us.ibm.com>
Todd Kennedy <todd@selfassembled.org> <toddself@users.noreply.github.com>
TJ Holowaychuk <tj@vision-media.ca>
Expand All @@ -156,6 +168,7 @@ Tom Hughes-Croucher <tom_croucher@yahoo.com>
Trevor Burnham <trevor@databraid.com> <trevorburnham@gmail.com>
Tyler Larson <talltyler@gmail.com>
Vincent Voyer <v@fasterize.com>
Vladimir de Turckheim <vlad2t@hotmail.com>
Willi Eggeling <email@wje-online.de>
Yazhong Liu <yorkiefixer@gmail.com> Yazhong Liu <l900422@vip.qq.com>
Yazhong Liu <yorkiefixer@gmail.com> Yorkie <l900422@vip.qq.com>
Expand Down
35 changes: 35 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"plugins": {
"remark-lint": {
"code-block-style": false,
"definition-case": false,
"emphasis-marker": false,
"first-heading-level": false,
"heading-increment": false,
"list-item-content-indent": false,
"list-item-bullet-indent": false,
"list-item-indent": false,
"list-item-spacing": false,
"maximum-heading-length": false,
"maximum-line-length": false,
"no-consecutive-blank-lines": false,
"no-duplicate-headings": false,
"no-emphasis-as-heading": false,
"no-file-name-articles": false,
"no-file-name-irregular-characters": false,
"no-heading-punctuation": false,
"no-html": false,
"no-inline-padding": false,
"no-shell-dollars": false,
"no-shortcut-reference-link": false,
"no-literal-urls": false,
"no-missing-blank-lines": false,
"no-multiple-toplevel-headings": false,
"no-undefined-references": false,
"ordered-list-marker-style": false,
"ordered-list-marker-value": false,
"table-pipe-alignment": false,
"unordered-list-marker-style": false
}
}
}
113 changes: 105 additions & 8 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ Steve Sharp <stevenson.sharp@gmail.com>
Victor Widell <victor@topmost.se>
Evan Rutledge Borden <evan.borden@skedge.me>
Johnny Ray <http://johnnyray.me>
Steve Mao <maochenyan@gmail.com>
Steve Mao <maochenyan@msn.com>
Stiliyan Lazarov <stiliyanlazarov@gmail.com>
Wang Xinyong <wang.xy.chn@gmail.com>
Ray Donnelly <mingw.android@gmail.com>
Expand Down Expand Up @@ -701,7 +701,7 @@ Mathias Küsel <mathiask@hotmail.de>
Qasim Zaidi <qasim@zaidi.me>
Sam Newman <newmansam@outlook.com>
Zach Bruggeman <mail@bruggie.com>
Michaël Zasso <mic.besace@gmail.com>
Michaël Zasso <targos@protonmail.com>
Haoliang Gao <sakura9515@gmail.com>
Rudolf Meijering <skaapgif@gmail.com>
Ryan Seys <ryan@ryanseys.com>
Expand Down Expand Up @@ -797,7 +797,7 @@ Danny Nemer <hi@dannynemer.com>
Sven Slootweg <jamsoftgamedev@gmail.com>
Dmitry Vasilyev <vaseker@gmail.com>
Malcolm Ahoy <malcolmahoy@gmail.com>
Imran Iqbal <imrani@ca.ibm.com>
Imran Iqbal <imran@imraniqbal.org>
Stewart Addison <sxa@uk.ibm.com>
Matt Harrison <hi@matt-harrison.com>
Christopher J. Brody <brodybits@litehelpers.net>
Expand Down Expand Up @@ -831,7 +831,7 @@ Claudio Rodriguez <cjrodr@yahoo.com>
Ido Ben-Yair <idoby@wix.com>
Kyle Smith <kyle.r.smiff@gmail.com>
Marti Martz <thalamew@q.com>
Stefan Budeanu <stefanbu@ca.ibm.com>
Stefan Budeanu <stefan@budeanu.com>
Emily Aviva Kapor-Mater <emily@emilyaviva.com>
Sam P Gallagher-Bishop <samgallagherb@gmail.com>
David Woods <david@birnamdesigns.com>
Expand Down Expand Up @@ -878,8 +878,10 @@ Hideki Yamamura <hideki.yamamura@gmail.com>
Lenny Markus <lmarkus@paypal.com>
Nelson Pecora <nelson@yoshokatana.com>
Graham Fairweather <xotic750@gmail.com>
Ron Korving <ron@ronkorving.nl>
Xotic750 <xotic750@gmail.com>
Nicholas Young <nicholas@nicholaswyoung.com>
chrisjohn404 <chris.s.johnson4@gmail.com>
Chris Johnson <chris.s.johnson4@gmail.com>
Bo Borgerson <gigabo@gmail.com>
Mudit Ameta <zeusdeux@gmail.com>
Adri Van Houdt <adri.van.houdt@gmail.com>
Expand All @@ -890,6 +892,7 @@ Nik Nyby <nnyby@columbia.edu>
Ben Ripkens <bripkens.dev@gmail.com>
Ryan Sobol <contact@ryansobol.com>
jona <jona@jona.io>
Anna Henningsen <anna@addaleax.net>
Martin Bark <martin@barkynet.com>
José F. Romaniello <jfromaniello@gmail.com>
Richard Sun <rsun@media.ucla.edu>
Expand All @@ -902,6 +905,7 @@ Julien Waechter <julien.waechter@gmail.com>
Vitor Cortez <vitoracortez+github@gmail.com>
Michael Theriot <michael.lee.theriot@gmail.com>
Peter Geiss <peter.w.geiss@gmail.com>
Santiago Gimeno <santiago.gimeno@ionide.es>
Richard Lau <riclau@uk.ibm.com>
José Moreira <jose.moreira@findhit.com>
Tom Atkinson <atkinson.tommy@nsoft.ba>
Expand All @@ -910,6 +914,7 @@ Jeff Harris <techjeffharris@gmail.com>
Alexander Makarenko <estliberitas@gmail.com>
Drew Folta <drew@folta.net>
Myles Borins <myles.borins@gmail.com>
Jimb Esser <wasteland@gmail.com>
Dmitriy Lazarev <wKich@users.noreply.github.com>
Adam Langley <agl@google.com>
Kári Tristan Helgason <kthelgason@gmail.com>
Expand Down Expand Up @@ -944,9 +949,11 @@ Owen Smith <owen@omsmith.ca>
Anton Andesen <a.andersen@readyforsky.com>
Aayush Naik <aayushnaik17@gmail.com>
Netto Farah <nettofarah@gmail.com>
Daniel Wang <wangyang0123@gmail.com>
Craig Akimoto <strawbrary@users.noreply.github.com>
Michael Barrett <mike182uk@gmail.com>
Alexander Marchenko <axvmindaweb@gmail.com>
Steve Mao <maochenyan@gmail.com>
Robert C Jensen <robert.cole.jensen@gmail.com>
Vaibhav <vaibhavbansal1993@gmail.com>
Stefano Vozza <svozza@gmail.com>
Expand All @@ -967,13 +974,11 @@ Gareth Ellis <gareth.ellis@uk.ibm.com>
Eugene Obrezkov <ghaiklor@gmail.com>
Kyle Simpson <getify@gmail.com>
Bogdan Lobor <b.lobor@outlook.com>
Daniel Wang <wangyang0123@gmail.com>
Mihai Potra <mike@mpotra.com>
Brendon Pierson <BrendonPierson@gmail.com>
Brad Hill <hillbrad@gmail.com>
Mike Kaufman <mkaufman@microsoft.com>
Igor Kalashnikov <igor.kalashnikov@me.com>
Anna Henningsen <anna@addaleax.net>
Amery <amery@xiangfa.org>
James Reggio <james.reggio@gmail.com>
Joran Dirk Greef <joran@ronomon.com>
Expand All @@ -983,7 +988,99 @@ Yuta Hiroto <git@about-hiroppy.com>
Ilya Shaisultanov <ishaisultanov@shutterstock.com>
James Lal <james@silklabs.com>
Josh Leder <josh@ha.cr>
surya panikkal <surya.com@gmail.com>
Surya Panikkal <surya.com@gmail.com>
vsemozhetbyt <vsemozhetbyt@gmail.com>
Eugene Obrezkov <ghaiklor@gmail.com>
Alex Lamar <alawi@vt.edu>
Ian Kronquist <iankronquist@gmail.com>
DavidCai <davidcai1993@yahoo.com>
Patrick Mueller <pmuellr@nodesource.com>
Ben Page <ben.page@openreign.com>
Juan Soto <juan@juansoto.me>
Allen Hernandez <allensh12@users.noreply.github.com>
Eric Phetteplace <phette23@gmail.com>
William Luo <toyota790@gmail.com>
Siobhan O'Donovan <siobhan@justshiv.com>
Kevin Donahue <kevindonahuedevelopment@gmail.com>
Jenna Vuong <hello@jennavuong.com>
Anchika Agarwal <anchika.agarwal@gmail.com>
Jean Regisser <jean.regisser@gmail.com>
Fangshi He <hefangshi@gmail.com>
Blake Embrey <hello@blakeembrey.com>
Alex J Burke <alex@alexjeffburke.com>
Faiz Halde <faiz_84123@yahoo.com>
Rumkin <dev@rumk.in>
Arve Seljebu <arve.seljebu@gmail.com>
Devon Rifkin <drifkin@drifkin.net>
Doug Wade <doug@dougwade.io>
Mohsen <mohsenekhtiari@yahoo.com>
Marian <sorca_marian@yahoo.com>
Justin Sprigg <IPWNDYOU@gmail.com>
Bryan Hughes <brhugh@microsoft.com>
Ehsan Akhgari <ehsan@mozilla.com>
Ingvar Stepanyan <me@rreverser.com>
Adrian Estrada <edsadr@gmail.com>
Matt Lavin <matt.lavin@gmail.com>
Joao Andrade <jjadonotenter@gmail.com>
Bartosz Sosnowski <bartosz@janeasystems.com>
Nicolas Romer <nicolasromer@gmail.com>
David A. Wheeler <dwheeler@dwheeler.com>
Italo A. Casas <me@italoacasas.com>
Jonathan Montane <jon@stratus.one>
Ilkka Myller <ilkka.myller@nodefield.com>
kimown <kimown@163.com>
Natanael Copa <ncopa@alpinelinux.org>
David Halls <dahalls@gmail.com>
Greyson Parrelli <greyson.parrelli@gmail.com>
Daniel Bevenius <daniel.bevenius@gmail.com>
Bryce Simonds <bryce.simonds@q2ebanking.com>
Tushar Mathur <tusharmath@gmail.com>
Kyle E. Mitchell <kyle@kemitchell.com>
akki <akki@users.noreply.github.com>
Josh Gavant <josh.gavant@outlook.com>
Sartrey Lee <sartrey@163.com>
Guy Fraser <guy.fraser1@gmail.com>
Ruslan Iusupov <rus0000@users.noreply.github.com>
Michael Wain <michael.wain@skybettingandgaming.com>
Zach Bjornson <bjornson@stanford.edu>
Andras <andras@kinvey.com>
Chuck Langford <field.email@gmail.com>
Ryan Lewis <ryanharrisonlewis@gmail.com>
Tarun Garg <tarungarg546@gmail.com>
Diosney Sarmiento <diosney.s@gmail.com>
Quentin Headen <qheaden@phaseshiftsoftware.com>
Alex Hultman <alexhultman@gmail.com>
Saad Quadri <saad@saadq.com>
Hargobind S. Khalsa <khalsah@gmail.com>
Joran Siu <joransiu@ca.ibm.com>
Vitaly Tomilov <vitaly-t@users.noreply.github.com>
Ratikesh Misra <ratikesh92@gmail.com>
Alex Perkins <aperkin@rei.com>
Bethany N Griggs <Bethany.Griggs@uk.ibm.com>
Joe Esposito <joe@joeyespo.com>
Erin Spiceland <yes@erin.codes>
Ravindra Barthwal <ravindrabarthwal@users.noreply.github.com>
Joey Cozza <joeycozza@gmail.com>
Vladimir de Turckheim <vlad2t@hotmail.com>
Taehee Kang <hugnosis@gmail.com>
Igor Savin <iselwin@gmail.com>
Pat Pannuto <pat.pannuto@gmail.com>
Haojian Wu <hokein.wu@gmail.com>
John Gardner <gardnerjohng@gmail.com>
Aleksei Koziatinskii <ak239spb@gmail.com>
Adrian Nitu <adrian.nitu@intel.com>
Ben Gourley <bn@grly.me>
Kunal Pathak <Kunal.Pathak@microsoft.com>
Tracy Hinds <tracyhinds@gmail.com>
lazlojuly <lazlo.gy@gmail.com>
Arnaud Lefebvre <a.lefebvre@outlook.fr>
not-an-aardvark <not-an-aardvark@users.noreply.github.com>
Junshu Okamoto <o_askgulf@icloud.com>
Shahid Shaikh <rwtc66@gmail.com>
Simen Bekkhus <sbekkhus91@gmail.com>
Jason Hedrick <thecoolestguy@gmail.com>
David Keeler <dkeeler@mozilla.com>
Zwb <zwb.ict@gmail.com>
Paul Grock <paulgrock@gmail.com>

# Generated by tools/update-authors.sh
Loading