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.6.0 proposal #8466

Merged
merged 113 commits into from
Sep 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
f829660
deps: cherry-pick 8ed65b97 from V8's upstream
addaleax Sep 5, 2016
6f269be
test: refactor test-util-inspect
Trott Aug 19, 2016
4cb55ff
util: allow symbol-based custom inspection methods
addaleax Aug 18, 2016
e9c4805
util: allow returning `this` from custom inspect
addaleax Aug 18, 2016
eec5d02
url: `url.format()` encodes all `#` in `search`
imyller Aug 11, 2016
6ae7af0
url: keep auth in `url.resolve()` if host matches
imyller Aug 19, 2016
03f5297
doc: include the optional options parameter
thefourtheye Jul 22, 2016
e4fcf55
doc: fix "timout" typo in timeout
hefangshi Aug 23, 2016
a7c2175
doc: fix buf.readUIntBE, buf.readUIntLE examples
mozkeeler Aug 23, 2016
260663f
doc: add Myles Borins to the CTC
rvagg Aug 24, 2016
93ac875
doc: add `added:` information for dgram
lpinca Aug 20, 2016
2ecc8c4
async_wrap: add a missing case to test-async-wrap-throw-no-init
yorkie Aug 20, 2016
206b105
build: add missing files to zip and 7z packages
richardlau Aug 11, 2016
bc9d2fb
build: fix dependencies on AIX
mhdawson Aug 25, 2016
0f977f9
test: mark test-child-process-fork-dgram as flaky
mhdawson Aug 25, 2016
d67ece2
util: improve function signature of util._extend
thefourtheye Aug 20, 2016
0b0a1ce
test: clean up / refactor buffer tests, remove duplication
jasnell Aug 23, 2016
fa4c4d6
http: fix connection upgrade checks
mscdex Aug 23, 2016
5cff625
test: add check in test-signal-handler
Trott Aug 24, 2016
b6f5104
doc: fix onReadable reentry after unshift called
Aug 21, 2016
6f20f47
repl: Auto alignment for .editor mode
princejwesley Aug 23, 2016
3ef8ba8
net: make holding the buffer in memory more robust
addaleax Aug 24, 2016
d565183
doc: add `added:` information for modules
lpinca Aug 24, 2016
d2179bd
test: make sure over truncation of file zero fills
thefourtheye Aug 27, 2016
47ecd21
doc: improve fs.truncate functions' documentation
thefourtheye Aug 27, 2016
836bfc1
build: fix dependencies on AIX
mhdawson Aug 26, 2016
5d43131
test: add known issue test for path parse issue #6229
jasnell Aug 27, 2016
48be8bc
doc: `'ipc'` is required with fork stdio option
jasnell Aug 27, 2016
bc6a7ca
test: additional refactoring/cleanup of buffer tests
jasnell Aug 26, 2016
54d7613
doc: readline write() is processed as input
jasnell Aug 27, 2016
d2b2abe
doc: doc that listen can be called multiple times
jasnell Aug 27, 2016
cde0a1e
test: refactor test-debug-signal-cluster
Trott Aug 26, 2016
feab3d4
doc: add lpinca to collaborators
lpinca Aug 30, 2016
ac3471c
deps: v8_inspector update
Aug 23, 2016
354166c
inspector: use new inspector headers
Aug 15, 2016
605db31
events: make memory leak warning more accessible
addaleax Aug 27, 2016
54f689f
tools: update ESLint to 3.4.0
Trott Aug 27, 2016
773e1c1
tools: enable caching for jslint task
Trott Aug 27, 2016
b553e57
doc: clarify that path on windows accepts / and \
jasnell Aug 27, 2016
cc61d1a
test: cleanup test require symlink
paulgrock Aug 27, 2016
40e8421
test: add test for zlib.create*Raw()
Trott Aug 28, 2016
250a380
inspector: simplify buffer management
Aug 24, 2016
13a522a
inspector: make sure all messages are dispatched
Aug 24, 2016
0f2c619
src: avoid duplicate AtExit functions
ofrobots Aug 25, 2016
59e96bb
doc: adding danbev to collaborators
danbev Aug 30, 2016
39cf7bf
test: refactor parallel/test-process-env.js
Trott Aug 28, 2016
c8bcf1b
deps: workaround clang-3.4 ICE
ofrobots Aug 30, 2016
9f18878
doc: fix typo in stream doc
hubertmine Aug 29, 2016
a830e37
build: don't require processing docs for nightlies
jbergstroem Aug 29, 2016
1aa7168
test: refactor/cleanup a number of cluster tests
jasnell Aug 24, 2016
372e4f3
doc: bad/better examples for fs.access() and fs.exists()
dfabulich Jul 22, 2016
c07e063
test: fix `fs-watch-recursive` flakiness on OS X
santigimeno Jan 11, 2016
76a3050
doc: update landing pr info in onboarding doc
Trott Aug 30, 2016
b8fa7c9
test: fix ::1 error in test-dns-ipv6
gibfahn Aug 26, 2016
fbabd36
doc: update targos email in readme per request
jasnell Sep 2, 2016
6d421a2
doc: fix broken link in dgram doc
mscdex Sep 1, 2016
f0300ed
test: fix test-cluster-dgram-1 flakiness
santigimeno Sep 2, 2016
680a4c8
test: test non-buffer/string with zlib
Trott Aug 31, 2016
b603ac2
inspector: use script name for target title
Jun 10, 2016
65096de
doc: fix typos
MikeRalphson Sep 1, 2016
1695c84
doc: fix a wrong link,add '.md' to the link
Alexis374 Aug 29, 2016
ee83f5d
doc: add return type of clientRequest.setTimeout
MikeRalphson Aug 31, 2016
44983b1
doc: update authors list
jasnell Aug 30, 2016
ca31187
doc: update CI content in onboarding doc
Trott Sep 1, 2016
4e368c5
src: moving f function call comment
danbev Sep 4, 2016
2c2a21a
src: unbreak build when compiling against uclibc
bnoordhuis Aug 28, 2016
6d07e57
test: mark pseudo-tty/no_dropped_stdio as flaky
mhdawson Sep 2, 2016
d0a92be
doc: add 2016-08-10 CTC meeting minutes
joshgav Aug 22, 2016
d1d1433
src: normalize malloc, realloc
mhdawson Sep 1, 2016
49f996f
crypto: make malloc failure check cross-platform
Trott Aug 31, 2016
dd51b1f
buffer,string_decoder: consolidate encoding validation logic
jasnell Jun 7, 2016
9c460d7
deps: add back no-op harmony shipping flags
ofrobots Sep 8, 2016
1640e7a
crypto: fix getDecoder() encoding check
atstoyanov Aug 27, 2016
fdd59cc
doc: update BUILDING.md
Trott Sep 3, 2016
d536d6d
test: increase _debugger coverage
Trott Sep 4, 2016
8cbbb47
src: update f function call comment
danbev Sep 6, 2016
cffe7b7
doc: add 2016-08-17 CTC meeting minutes
joshgav Aug 23, 2016
afb9917
crypto: add crypto.timingSafeEqual()
not-an-aardvark Aug 24, 2016
81d063e
win,build: fail on invalid option in vcbuild
joaocgreis Sep 1, 2016
14d356d
win,build: skip finding VS when not needed
joaocgreis Sep 4, 2016
6bb057e
win,build: exit when addons fail to build
joaocgreis Sep 5, 2016
2c45782
doc: add CI help/support info to onboarding doc
Trott Sep 5, 2016
151d1ea
vm: change ContextifyScript to Script in comment
danbev Sep 6, 2016
408308f
readline: key interval delay for \r & \n
princejwesley Aug 15, 2016
f346dee
win,build: forward release_urlbase to configure
joaocgreis Sep 7, 2016
c7771e6
doc: clarify sentence in event loop doc
lpinca Sep 3, 2016
6c30ddd
test: exercise EE function type checking paths
cjihrig Aug 18, 2016
1620226
src: remove unneeded Environment error methods
bnoordhuis Sep 6, 2016
0d24247
src: pull AfterConnect from pipe_wrap and tcp_wrap
danbev Jul 24, 2016
3ce6eaa
doc: note that listening on SIGSEGV & co is unsafe
addaleax Sep 5, 2016
7cc1391
benchmark: fix off-by-one error in fs benchmarks
addaleax Aug 30, 2016
00f4bc3
benchmark: add benches for fs.stat & fs.statSync
addaleax Aug 30, 2016
19df5ce
doc: fix example in repl documentation
fhinkel Sep 9, 2016
154d689
test: add test-debug-protocol-execute
Trott Sep 8, 2016
d0e61d4
test: make crypto.timingSafeEqual test less flaky
not-an-aardvark Sep 8, 2016
09da575
doc: add `added:` information for crypto
lpinca Aug 26, 2016
6e3db28
buffer: fix ArrayBuffer checks
mscdex Sep 8, 2016
f840bc8
url: fix off-by-one error in loop handling dots
lpinca Sep 6, 2016
5387735
doc: fix link on timers.md
yorkie Sep 11, 2016
5baa4e0
test: clean up net server try ports test
tlhunter Sep 9, 2016
3294c2c
test: skip pseudo-tty/no_dropped_stdio test
mhdawson Sep 9, 2016
92acff8
doc: add CTC meeting minutes 2016-08-31
joshgav Sep 6, 2016
d2b6b66
test: refactor test-net-pipe-connect-errors
Trott Sep 9, 2016
1a30fe5
test: swapped == and equal to === and strictEqual
HyperSprite Sep 9, 2016
2ce364a
test: modernize JS and tighten equality checking
pogilvie Sep 10, 2016
ef5cb12
tools: fix new-parens violations
Trott Sep 10, 2016
36235ac
tools: update ESLint to 3.5.0
Trott Sep 10, 2016
f47ce9d
tools: replace custom ESLint rule with built-in
Trott Sep 10, 2016
ce1a46c
doc: update onboarding PR landing info
Trott Sep 10, 2016
3358861
test: refector parallel/test-http.js
jun-oka Sep 9, 2016
eff771f
tickprocessor: apply c++filt manually on mac
indutny Sep 10, 2016
c48cb2d
doc: link SIGTSTP / SIGCONT events in readline doc
italoacasas Sep 10, 2016
0a3ad92
2016-09-14, Version 6.6.0 (Current)
Fishrock123 Sep 14, 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
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ rules:
no-new-require: 2
no-path-concat: 2
no-restricted-modules: [2, sys, _linklist]
no-restricted-properties: [2, {
object: assert,
property: deepEqual,
message: Please use assert.deepStrictEqual().
}]

# Stylistic Issues
# http://eslint.org/docs/rules/#stylistic-issues
Expand Down Expand Up @@ -98,7 +103,6 @@ rules:
align-multiline-assignment: 2
assert-fail-single-argument: 2
new-with-error: [2, Error, RangeError, TypeError, SyntaxError, ReferenceError]
no-deepEqual: 2
no-definegetter-definesetter: 2

# Global scoped method and vars
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ node_g
/.project
/.cproject
icu_config.gypi
.eslintcache

/out

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 <[email protected]> <[email protected]>
Abe Fettig <[email protected]> <[email protected]>
Alex Hultman <[email protected]>
Alex Kocharin <[email protected]>
Alex Kocharin <[email protected]> <[email protected]>
Alexey Kupershtokh <[email protected]> <[email protected]>
Alexis Campailla <[email protected]> <[email protected]>
Alexis Sellier <[email protected]>
Alexis Sellier <[email protected]> <[email protected]>
Andy Bettisworth <[email protected]>
Anna Henningsen <[email protected]>
Aria Stewart <[email protected]> <[email protected]>
Arlo Breault <[email protected]>
Artem Zaytsev <[email protected]>
Expand All @@ -24,6 +26,7 @@ Caleb Boyd <[email protected]>
Charles <[email protected]> <[email protected]>
Chew Choon Keat <[email protected]>
Charles Rudolph <[email protected]>
Chris Johnson <[email protected]>
Claudio Rodriguez <[email protected]> <[email protected]>
Colin Ihrig <[email protected]>
Christopher Lenz <[email protected]> <[email protected]>
Expand All @@ -33,6 +36,7 @@ Daniel Chcouri <[email protected]>
Daniel Gröber <[email protected]>
Daniel Gröber <[email protected]> <[email protected]>
Daniel Pihlström <[email protected]>
Daniel Wang <[email protected]>
Danny Nemer <[email protected]> <[email protected]>
Dave Pacheco <[email protected]> <[email protected]>
David Siegel <[email protected]> <[email protected]>
Expand All @@ -41,6 +45,7 @@ Domenic Denicola <[email protected]> <[email protected]>
Eduard Burtescu <[email protected]>
Einar Otto Stangvik <[email protected]>
Elliott Cable <[email protected]>
Eric Phetteplace <[email protected]>
EungJun Yi <[email protected]>
Evan Larkin <evan.larkin.il.com> <[email protected]>
Evan Lucas <[email protected]> <[email protected]>
Expand All @@ -59,10 +64,12 @@ Herbert Vojčík <[email protected]>
Icer Liang <[email protected]> <[email protected]>
Igor Soarez <[email protected]>
Igor Zinkovsky <[email protected]>
Imran Iqbal <[email protected]>
Isaac Z. Schlueter <[email protected]>
Isaac Z. Schlueter <[email protected]> <[email protected]>
Jake Verbaten <[email protected]>
James Hartig <[email protected]> <[email protected]>
James M Snell <[email protected]>
Jan Krems <[email protected]> <[email protected]>
Jered Schmidt <[email protected]>
Jeremiah Senkpiel <[email protected]>
Expand All @@ -77,6 +84,7 @@ Jonathan Persson <[email protected]> <[email protected]>
Jonathan Rentzsch <[email protected]>
Josh Erickson <[email protected]>
Joshua S. Weinstein <[email protected]>
Juan Soto <[email protected]>
Junliang Yan <[email protected]>
Junliang Yan <[email protected]> <[email protected]>
Jérémy Lal <[email protected]>
Expand All @@ -101,6 +109,7 @@ Mathias Pettersson <[email protected]>
Matthew Lye <[email protected]>
Michael Bernstein <[email protected]>
Michael Wilber <[email protected]>
Michaël Zasso <[email protected]>
Micheil Smith <[email protected]> <[email protected]>
Micleusanu Nicu <[email protected]>
Mikael Bourges-Sevenier <[email protected]> <[email protected]>
Expand All @@ -113,13 +122,14 @@ Onne Gorter <[email protected]>
Paul Querna <[email protected]> <[email protected]>
Peter Flannery <[email protected]>
Phillip Johnsen <[email protected]> <[email protected]>
Ratikesh Misra <[email protected]>
Ray Morgan <[email protected]>
Ray Solomon <[email protected]>
Raymond Feng <[email protected]> <[email protected]>
Rick Olson <[email protected]>
Roman Klauke <[email protected]> <[email protected]>
Roman Reiss <[email protected]>
Ron Korving <[email protected]>
Ron Korving <[email protected]> <[email protected]>
Ryan Dahl <[email protected]>
Ryan Emery <[email protected]>
Sakthipriyan Vairamani <[email protected]>
Expand All @@ -137,7 +147,9 @@ Shigeki Ohtsu <[email protected]> <[email protected]>
Siddharth Mahendraker <[email protected]> <[email protected]>
Simon Willison <[email protected]>
Stanislav Opichal <[email protected]>
Stefan Budeanu <[email protected]>
Stefan Bühler <[email protected]>
Steve Mao <[email protected]>
Steven R. Loomis <[email protected]> <[email protected]>
Todd Kennedy <[email protected]> <[email protected]>
TJ Holowaychuk <[email protected]>
Expand All @@ -156,6 +168,7 @@ Tom Hughes-Croucher <[email protected]>
Trevor Burnham <[email protected]> <[email protected]>
Tyler Larson <[email protected]>
Vincent Voyer <[email protected]>
Vladimir de Turckheim <[email protected]>
Willi Eggeling <[email protected]>
Yazhong Liu <[email protected]> Yazhong Liu <[email protected]>
Yazhong Liu <[email protected]> Yorkie <[email protected]>
Expand Down
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 <[email protected]>
Victor Widell <[email protected]>
Evan Rutledge Borden <[email protected]>
Johnny Ray <http://johnnyray.me>
Steve Mao <maochenyan@gmail.com>
Steve Mao <maochenyan@msn.com>
Stiliyan Lazarov <[email protected]>
Wang Xinyong <[email protected]>
Ray Donnelly <[email protected]>
Expand Down Expand Up @@ -701,7 +701,7 @@ Mathias Küsel <[email protected]>
Qasim Zaidi <[email protected]>
Sam Newman <[email protected]>
Zach Bruggeman <[email protected]>
Michaël Zasso <mic.besace@gmail.com>
Michaël Zasso <targos@protonmail.com>
Haoliang Gao <[email protected]>
Rudolf Meijering <[email protected]>
Ryan Seys <[email protected]>
Expand Down Expand Up @@ -797,7 +797,7 @@ Danny Nemer <[email protected]>
Sven Slootweg <[email protected]>
Dmitry Vasilyev <[email protected]>
Malcolm Ahoy <[email protected]>
Imran Iqbal <[email protected]>
Imran Iqbal <[email protected]>
Stewart Addison <[email protected]>
Matt Harrison <[email protected]>
Christopher J. Brody <[email protected]>
Expand Down Expand Up @@ -831,7 +831,7 @@ Claudio Rodriguez <[email protected]>
Ido Ben-Yair <[email protected]>
Kyle Smith <[email protected]>
Marti Martz <[email protected]>
Stefan Budeanu <[email protected].com>
Stefan Budeanu <stefan@budeanu.com>
Emily Aviva Kapor-Mater <[email protected]>
Sam P Gallagher-Bishop <[email protected]>
David Woods <[email protected]>
Expand Down Expand Up @@ -878,8 +878,10 @@ Hideki Yamamura <[email protected]>
Lenny Markus <[email protected]>
Nelson Pecora <[email protected]>
Graham Fairweather <[email protected]>
Ron Korving <[email protected]>
Xotic750 <[email protected]>
Nicholas Young <[email protected]>
chrisjohn404 <[email protected]>
Chris Johnson <[email protected]>
Bo Borgerson <[email protected]>
Mudit Ameta <[email protected]>
Adri Van Houdt <[email protected]>
Expand All @@ -890,6 +892,7 @@ Nik Nyby <[email protected]>
Ben Ripkens <[email protected]>
Ryan Sobol <[email protected]>
jona <[email protected]>
Anna Henningsen <[email protected]>
Martin Bark <[email protected]>
José F. Romaniello <[email protected]>
Richard Sun <[email protected]>
Expand All @@ -902,6 +905,7 @@ Julien Waechter <[email protected]>
Vitor Cortez <[email protected]>
Michael Theriot <[email protected]>
Peter Geiss <[email protected]>
Santiago Gimeno <[email protected]>
Richard Lau <[email protected]>
José Moreira <[email protected]>
Tom Atkinson <[email protected]>
Expand All @@ -910,6 +914,7 @@ Jeff Harris <[email protected]>
Alexander Makarenko <[email protected]>
Drew Folta <[email protected]>
Myles Borins <[email protected]>
Jimb Esser <[email protected]>
Dmitriy Lazarev <[email protected]>
Adam Langley <[email protected]>
Kári Tristan Helgason <[email protected]>
Expand Down Expand Up @@ -944,9 +949,11 @@ Owen Smith <[email protected]>
Anton Andesen <[email protected]>
Aayush Naik <[email protected]>
Netto Farah <[email protected]>
Daniel Wang <[email protected]>
Craig Akimoto <[email protected]>
Michael Barrett <[email protected]>
Alexander Marchenko <[email protected]>
Steve Mao <[email protected]>
Robert C Jensen <[email protected]>
Vaibhav <[email protected]>
Stefano Vozza <[email protected]>
Expand All @@ -967,13 +974,11 @@ Gareth Ellis <[email protected]>
Eugene Obrezkov <[email protected]>
Kyle Simpson <[email protected]>
Bogdan Lobor <[email protected]>
Daniel Wang <[email protected]>
Mihai Potra <[email protected]>
Brendon Pierson <[email protected]>
Brad Hill <[email protected]>
Mike Kaufman <[email protected]>
Igor Kalashnikov <[email protected]>
Anna Henningsen <[email protected]>
Amery <[email protected]>
James Reggio <[email protected]>
Joran Dirk Greef <[email protected]>
Expand All @@ -983,7 +988,99 @@ Yuta Hiroto <[email protected]>
Ilya Shaisultanov <[email protected]>
James Lal <[email protected]>
Josh Leder <[email protected]>
surya panikkal <[email protected]>
Surya Panikkal <[email protected]>
vsemozhetbyt <[email protected]>
Eugene Obrezkov <[email protected]>
Alex Lamar <[email protected]>
Ian Kronquist <[email protected]>
DavidCai <[email protected]>
Patrick Mueller <[email protected]>
Ben Page <[email protected]>
Juan Soto <[email protected]>
Allen Hernandez <[email protected]>
Eric Phetteplace <[email protected]>
William Luo <[email protected]>
Siobhan O'Donovan <[email protected]>
Kevin Donahue <[email protected]>
Jenna Vuong <[email protected]>
Anchika Agarwal <[email protected]>
Jean Regisser <[email protected]>
Fangshi He <[email protected]>
Blake Embrey <[email protected]>
Alex J Burke <[email protected]>
Faiz Halde <[email protected]>
Rumkin <[email protected]>
Arve Seljebu <[email protected]>
Devon Rifkin <[email protected]>
Doug Wade <[email protected]>
Mohsen <[email protected]>
Marian <[email protected]>
Justin Sprigg <[email protected]>
Bryan Hughes <[email protected]>
Ehsan Akhgari <[email protected]>
Ingvar Stepanyan <[email protected]>
Adrian Estrada <[email protected]>
Matt Lavin <[email protected]>
Joao Andrade <[email protected]>
Bartosz Sosnowski <[email protected]>
Nicolas Romer <[email protected]>
David A. Wheeler <[email protected]>
Italo A. Casas <[email protected]>
Jonathan Montane <[email protected]>
Ilkka Myller <[email protected]>
kimown <[email protected]>
Natanael Copa <[email protected]>
David Halls <[email protected]>
Greyson Parrelli <[email protected]>
Daniel Bevenius <[email protected]>
Bryce Simonds <[email protected]>
Tushar Mathur <[email protected]>
Kyle E. Mitchell <[email protected]>
akki <[email protected]>
Josh Gavant <[email protected]>
Sartrey Lee <[email protected]>
Guy Fraser <[email protected]>
Ruslan Iusupov <[email protected]>
Michael Wain <[email protected]>
Zach Bjornson <[email protected]>
Andras <[email protected]>
Chuck Langford <[email protected]>
Ryan Lewis <[email protected]>
Tarun Garg <[email protected]>
Diosney Sarmiento <[email protected]>
Quentin Headen <[email protected]>
Alex Hultman <[email protected]>
Saad Quadri <[email protected]>
Hargobind S. Khalsa <[email protected]>
Joran Siu <[email protected]>
Vitaly Tomilov <[email protected]>
Ratikesh Misra <[email protected]>
Alex Perkins <[email protected]>
Bethany N Griggs <[email protected]>
Joe Esposito <[email protected]>
Erin Spiceland <[email protected]>
Ravindra Barthwal <[email protected]>
Joey Cozza <[email protected]>
Vladimir de Turckheim <[email protected]>
Taehee Kang <[email protected]>
Igor Savin <[email protected]>
Pat Pannuto <[email protected]>
Haojian Wu <[email protected]>
John Gardner <[email protected]>
Aleksei Koziatinskii <[email protected]>
Adrian Nitu <[email protected]>
Ben Gourley <[email protected]>
Kunal Pathak <[email protected]>
Tracy Hinds <[email protected]>
lazlojuly <[email protected]>
Arnaud Lefebvre <[email protected]>
not-an-aardvark <[email protected]>
Junshu Okamoto <[email protected]>
Shahid Shaikh <[email protected]>
Simen Bekkhus <[email protected]>
Jason Hedrick <[email protected]>
David Keeler <[email protected]>
Zwb <[email protected]>
Paul Grock <[email protected]>

# Generated by tools/update-authors.sh
Loading