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

build: export openssl symbols on windows (v4.x) #7676

Closed
wants to merge 205 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
205 commits
Select commit Hold shift + click to select a range
e4690c2
build: add --enable-d8 configure option
bnoordhuis Jul 5, 2016
f6bcfcf
test: add --repeat option to tools/test.py
mhdawson May 11, 2016
0ce75ff
build: add node_module_version to config.gypi
saper Jul 20, 2016
82f2f01
doc: improve server.listen() random port
phillipj Aug 8, 2016
008e596
test: exclude tests for AIX
mhdawson Aug 11, 2016
5e14465
doc: grammar fixes to event loop guide
ryanmurakami Jun 29, 2016
0c20cdb
net: export isIPv4, isIPv6 directly from cares
thefourtheye Jun 29, 2016
ee3c955
util: inspect boxed symbols like other primitives
addaleax Jul 9, 2016
77827eb
deps: `MASM.UseSafeExceptionHandlers` for OpenSSL
indutny Jun 26, 2016
83f0544
deps: no /safeseh for ml64.exe
indutny Jul 16, 2016
04e5f75
doc: add `added:` info for dgram.*Membership()
Trott May 16, 2016
f3ae5c5
lib: implement consistent brace style
Trott Jul 9, 2016
a8cedcb
test: implement consistent braces
Trott Jul 9, 2016
fa3ec3d
tools: enforce JS brace style with linting
Trott Jul 9, 2016
9ffc808
net: make holding the buffer in memory more robust
addaleax Aug 24, 2016
401b4ff
src: use RAII for mutexes and condition variables
bnoordhuis Jun 17, 2016
1ee0404
tools: increase lint coverage
Trott Jul 10, 2016
9692a8b
doc: add POST_STATUS_TO_PR info to onboarding doc
Trott Aug 10, 2016
f5dcfd8
doc: minor updates to onboarding doc
Trott Aug 10, 2016
fea4a1c
doc: delete non-existing zlib constants
fhinkel Jul 2, 2016
8aea06e
doc: fix util.deprecate() example
evanlucas Jul 12, 2016
304e7ae
doc: update CTC governance information
Trott Jul 13, 2016
1b89bb8
doc: update readme with andrasq as a collaborator
Jul 19, 2016
4573617
doc: clarify that the node.js irc channel is not under tsc oversight
jasnell Jul 20, 2016
ad9cedf
doc: add princejwesley to collaborators
princejwesley Jul 26, 2016
c2dce10
doc: remove platform assumption from CONTRIBUTING
BethGriggs Jul 18, 2016
cbc3296
doc: add information about CTC quorum rules
Trott Jul 20, 2016
99b8013
meta: provide example activities
Trott Jul 15, 2016
9a94f46
doc: add CTC meeting minutes 2016-07-27
williamkapke Jul 27, 2016
def8a72
meta: include a minimal CTC removal policy
Trott Jul 13, 2016
6dee633
doc: add CTC meeting minutes 2016-06-29
joshgav Jul 6, 2016
3ee9994
doc: add CTC meeting minutes 2016-07-06
joshgav Jul 6, 2016
d0dd117
doc: add @addaleax to the CTC
addaleax Aug 3, 2016
0ac801a
doc: piscisaureus has stepped-down from the CTC
jasnell Aug 3, 2016
796556a
doctool: improve the title of pages in doc
yorkie Aug 1, 2016
23989b0
doc: use `git-secure-tag` for release tags
indutny Jul 23, 2016
d21db24
meta: clarify process for breaking changes
Trott Aug 3, 2016
2efd86c
doc: use consistent markdown in README
Trott Aug 3, 2016
5cff784
doc: add CTC meeting minutes 2016-07-20
joshgav Aug 3, 2016
7d708da
doc: add CTC meeting minutes 2016-07-13
joshgav Aug 3, 2016
2ea6a02
tools: add .vscode folder to .gitignore
joshgav Aug 3, 2016
1a85ce2
doc: clarify "Reviewed-By" iff "LGTM"
bengl Jun 6, 2016
cce91d7
doc: clarify collaborators & ctc members relationships
yorkie Aug 6, 2016
40322c4
tools: add remark-lint configuration in .remarkrc
ChALkeR Jul 14, 2016
f152e8f
doc: fix a markdown error in CTC meeting minutes
ChALkeR Aug 5, 2016
7188559
doc: add CTC meeting minutes 2016-08-03
joshgav Aug 4, 2016
cfed8e6
doc: Add fhinkel to collaborators
fhinkel Aug 10, 2016
ca1738e
doc: move orangemocha to collaborators list
Trott Aug 11, 2016
717372d
doc: update Reviewing section of onboarding doc
Trott Aug 12, 2016
3c561da
doc: add @joshgav to collaborators
joshgav Aug 17, 2016
de78989
doc: update release announce instruction to tweet
hackygolucky Aug 16, 2016
d9954cf
doc: remove outdated LTS info from ROADMAP.md
Trott Aug 18, 2016
4cc7fea
doc: remove "feature branch" jargon
Trott Aug 20, 2016
a1490a5
test,doc: clarify `buf.indexOf(num)` input range
addaleax Jul 8, 2016
85c0235
test: add test for assert.notStrictEqual()
Trott Aug 13, 2016
f98a94b
test: add uncaught exception test for debugger
Trott Aug 12, 2016
855a738
test: fix flaky test-*-connect-address-family
Trott Jul 8, 2016
1420537
test: accept expected AIX result test-stdio-closed
Trott Sep 23, 2016
34b3a03
test: handle IPv6 localhost issues within tests
Trott Jul 16, 2016
1924a18
win,msi: Added Italian translation
mcollina Jan 12, 2016
4ca798b
win,msi: add zh-CN translations for the installer
pmq20 Jul 14, 2016
d22472a
test: add common.rootDir
cjihrig Jul 12, 2016
f62f99d
cluster: remove bind() and self
cjihrig Jul 13, 2016
92c399c
test: s/assert.fail/common.fail as appropriate
cjihrig Jul 14, 2016
f2916f8
buffer: optimize hex_decode
chjj Jul 7, 2016
2aaa755
test: clean up test-buffer-badhex
Fishrock123 Jul 17, 2016
59a0213
doc: correct sample output of buf.compare
khalsah Jul 17, 2016
8d55fe1
test: avoid usage of mixed IPV6 addresses
gireeshpunathil Jul 13, 2016
99fdb9f
test: ensure stream preprocessing order
vsemozhetbyt Jul 14, 2016
ab066d7
doc: remove extra spaces and concats in examples
joeyespo Jul 27, 2016
a68d958
tools,test: show signal code when test crashes
santigimeno Jul 24, 2016
b9fce21
test: decrease inconsistency in the common.js
vsemozhetbyt Jul 16, 2016
ea28d62
doc: add CTC meeting minutes 2016-06-22
joshgav Jun 23, 2016
b3634ad
win,msi: fix inclusion of translations
joaocgreis Jul 19, 2016
59d2efe
doc: Clean up roff source in manpage
Alhadis Jul 21, 2016
a2804ed
deps: float gyp patch for long filenames
addaleax May 27, 2016
664eb68
build: turn on thin static archives
bnoordhuis Aug 3, 2016
0f9d7fd
doc: fix cluster message event docs
zbjornson Aug 8, 2016
4ff7d93
tools: favor === over == in license2rtf.js
Trott Aug 11, 2016
68a2979
readline: keypress trigger for escape character
princejwesley Jun 23, 2016
5febcca
doc: fix variable scoping bug in server example code
lazlojuly Aug 16, 2016
ce2ca5e
url: `url.format()` encodes all `#` in `search`
imyller Aug 11, 2016
256066c
configure: reword help for --without-npm
BlackYoup Jun 29, 2016
74f76f6
debugger: use arrow function for lexical `this`
originalfoo Jun 25, 2016
ab6e771
test: add test for attempted multiple IPC channels
cjihrig Aug 18, 2016
fa5a12d
doc: use blockquotes for Stability: markers
addaleax Jul 15, 2016
28d2271
doc: add `added:` information for cluster
addaleax Jul 9, 2016
ccc48f4
src: don't include a null character in the WriteConsoleW call
seishun Jul 16, 2016
ade85c6
doc: add Myles Borins to the CTC
rvagg Aug 24, 2016
0e94765
async_wrap: add a missing case to test-async-wrap-throw-no-init
yorkie Aug 20, 2016
3345aab
build: fix dependencies on AIX
mhdawson Aug 25, 2016
4010cd6
test: add check in test-signal-handler
Trott Aug 24, 2016
7732863
doc: add `added:` information for modules
lpinca Aug 24, 2016
3a50f84
build: fix dependencies on AIX
mhdawson Aug 26, 2016
21834df
doc: readline write() is processed as input
jasnell Aug 27, 2016
5fd15cf
test: refactor test-debug-signal-cluster
Trott Aug 26, 2016
f21794b
doc: add lpinca to collaborators
lpinca Aug 30, 2016
eb3b59b
test: add test for zlib.create*Raw()
Trott Aug 28, 2016
300c3e3
doc: adding danbev to collaborators
danbev Aug 30, 2016
99df574
build: don't require processing docs for nightlies
jbergstroem Aug 29, 2016
48e7a2b
doc: bad/better examples for fs.access() and fs.exists()
dfabulich Jul 22, 2016
d927b69
doc: update landing pr info in onboarding doc
Trott Aug 30, 2016
9b2b6a4
test: fix ::1 error in test-dns-ipv6
gibfahn Aug 26, 2016
f0f67c1
doc: update targos email in readme per request
jasnell Sep 2, 2016
8bcf2d3
test: test non-buffer/string with zlib
Trott Aug 31, 2016
9c05528
doc: add return type of clientRequest.setTimeout
MikeRalphson Aug 31, 2016
c3601ce
doc: update authors list
jasnell Aug 30, 2016
a80a753
doc: update CI content in onboarding doc
Trott Sep 1, 2016
27bb407
test: mark pseudo-tty/no_dropped_stdio as flaky
mhdawson Sep 2, 2016
38c43ae
doc: add 2016-08-10 CTC meeting minutes
joshgav Aug 22, 2016
e9d7926
doc: add 2016-08-17 CTC meeting minutes
joshgav Aug 23, 2016
23e090b
doc: add CI help/support info to onboarding doc
Trott Sep 5, 2016
308c8de
url: fix inconsistent port in url.resolveObject
imyller Aug 21, 2016
94fe34c
benchmark: add benches for fs.stat & fs.statSync
addaleax Aug 30, 2016
05a8862
test: add test-debug-protocol-execute
Trott Sep 8, 2016
fced288
url: fix off-by-one error in loop handling dots
lpinca Sep 6, 2016
9e8d1c7
test: clean up net server try ports test
tlhunter Sep 9, 2016
2c31e5b
test: skip pseudo-tty/no_dropped_stdio test
mhdawson Sep 9, 2016
d96c3ea
doc: add CTC meeting minutes 2016-08-31
joshgav Sep 6, 2016
c0f79da
test: swapped == and equal to === and strictEqual
HyperSprite Sep 9, 2016
48d64fc
doc: update exercise portion of onboarding doc
Trott Sep 16, 2016
fbf54ca
doc: add link to help repo in README
Trott Sep 17, 2016
4bbf078
doc: add ak239 to collaborators
alexkozy Sep 20, 2016
58fd23c
doc: add eugeneo to collaborators
Sep 21, 2016
e76eb6e
doc: add CTC meeting minutes 2016-08-24
joshgav Sep 6, 2016
bc93487
doc: add commit formats for release blog posts
Sep 17, 2016
8d97ad1
doc: encourage 2FA before onboarding
Trott Sep 25, 2016
a93011c
doc: update onboarding PR landing info
Trott Sep 10, 2016
566f3b9
doc: add not-an-aardvark to collaborators
not-an-aardvark Sep 13, 2016
7d6ce04
test: fix flaky test-force-repl
Trott Sep 10, 2016
8f5df1d
doc: add imyller to collaborators
imyller Sep 14, 2016
9cdc123
doc: add gibfahn to collaborators
gibfahn Sep 14, 2016
328693b
doc: add `added:` information for events
lpinca Jul 21, 2016
383419f
doc: add `added:` information for util
lpinca Aug 21, 2016
b061ab9
doc: add `added:` information for dgram
lpinca Aug 20, 2016
2fd78af
doc: add `added:` information for crypto
lpinca Aug 26, 2016
4cb37ae
child_process: workaround fd passing issue on OS X
santigimeno Jun 16, 2016
f11577b
deps: upgrade npm in LTS to 2.15.11
zkat Oct 4, 2016
2c8e237
doc: update npm LICENSE using license-builder.sh
zkat Oct 4, 2016
5186253
test: refector parallel/test-http.js
jun-oka Sep 9, 2016
cc607b1
test: add coverage for client._addHandle()
Trott Sep 13, 2016
52aac97
test: improve test-https-agent.js
Williams-Dan Sep 13, 2016
0500c49
test: add tests for add/remove header after sent
niklasi Sep 20, 2016
81e60f4
test: stream writable ended state
italoacasas Sep 27, 2016
4bb8028
doc: add CTC meeting minutes 2016-09-21
joshgav Sep 22, 2016
3e61dad
doc: add CTC meeting minutes 2016-09-14
joshgav Sep 22, 2016
c7af247
doc: add CTC meeting minutes 2016-09-07
joshgav Sep 12, 2016
d43be58
build: adding config.gypi dep to addons/.buildstamp
danbev Jul 27, 2016
4da9ddd
doc: add `added:` information for globals
lpinca Oct 3, 2016
e9ef643
test: fix `fs-watch-recursive` flakiness on OS X
santigimeno Jan 11, 2016
a9b249f
build: re-add --ninja option to configure
ehsan May 16, 2016
b06323c
intl: Don't crash if v8BreakIterator not available
srl295 Oct 10, 2016
a201795
repl: Enable tab completion for global properties
lance Jun 22, 2016
cfac04e
deps: cherry-pick 1f53e42 from v8 upstream
bnoordhuis Jul 7, 2016
b613d2a
test: move parallel/test-tty-* to pseudo-tty/
Fishrock123 Jul 8, 2016
7a100b3
test: fix old tty tests
Fishrock123 Jul 8, 2016
072fab4
build: add conflict marker check during CI lint
mscdex Jul 8, 2016
91d3fea
test: improve error message in test-tick-processor
Trott Jul 12, 2016
5d8b132
test: mark test-child-process-fork-dgram as flaky
mhdawson Aug 25, 2016
6b191f3
deps: backport e093a04, 09db540 from upstream V8
ofrobots Apr 15, 2016
2cfec2d
deps: cherry-pick b93c80a from v8 upstream
Jul 12, 2016
b6692ba
deps: backport a76d133 from v8 upstream
Jul 20, 2016
e025805
dns: tweak regex for IPv6 addresses
lpinca Sep 20, 2016
a2c9444
test: improve coverage of the util module
targos Oct 7, 2016
f8b32d9
test: fix flaky test-http-server-consumed-timeout
Trott Jul 13, 2016
552d984
build: don't link against liblog on host system
bnoordhuis Jul 16, 2016
cfafda1
test: increase RAM requirement for intensive tests
Trott Jul 17, 2016
004d665
deps: backport 2bcbe2f from V8 upstream
ofrobots Jun 7, 2016
680f270
test: speed up test-net-reconnect-error
Trott Jul 27, 2016
49a0e87
test: console constructor missing new keyword
Trott Aug 7, 2016
3b126df
test: add test for debug usage message
Trott Aug 10, 2016
5f74551
build: add missing files to zip and 7z packages
richardlau Aug 11, 2016
9e7a386
test: use strict equality in regression test
Trott Aug 14, 2016
7394ede
net: remove unnecessary variables
mscdex Aug 15, 2016
084d899
net: add length check when normalizing args
mscdex Aug 15, 2016
96d7ff8
test: fix assertion in test-watch-file.js
Trott Aug 16, 2016
a194574
test: favor strict equality check
Trott Aug 16, 2016
137d10d
test: favor `===` over `==` in test-timers.js
Trott Aug 16, 2016
bc3fa4d
assert: remove code that is never reached
Trott Aug 16, 2016
ea65d4d
test: confirm that assert truncates long values
Trott Aug 17, 2016
3702f1f
test: favor strict equality in pummel net tests
Trott Aug 17, 2016
ba7c13b
test: favor strict equality in http tests
Trott Aug 17, 2016
83865bd
test: add missing assert.deepEqual() test case
Trott Aug 17, 2016
2d82031
test: add assert.notDeepEqual() tests
Trott Aug 18, 2016
7ca1fcd
test: favor strict equality in test-exec
Trott Aug 18, 2016
451b5f9
test: refactor pummel/test-dtrace-jsstack
Trott Aug 18, 2016
30d84f6
test: favor `===` over `==` in crypto tests
Trott Aug 18, 2016
275386e
test: add assert.notDeepStrictEqual() tests
Trott Aug 19, 2016
ec99640
test: refactor test-tick-processor
Trott Aug 19, 2016
e8aa558
doc/json: make sure links are correctly passed to marked
TimothyGu Aug 30, 2016
c795494
doc: add missing semicolon
ravindrabarthwal Jul 29, 2016
75a40d1
doc: fix broken link in dgram doc
mscdex Sep 1, 2016
bc8431e
win,build: fail on invalid option in vcbuild
joaocgreis Sep 1, 2016
91a23b1
win,build: skip finding VS when not needed
joaocgreis Sep 4, 2016
18f0348
win,build: exit when addons fail to build
joaocgreis Sep 5, 2016
1b318e8
win,build: forward release_urlbase to configure
joaocgreis Sep 7, 2016
2847490
tls: copy the Buffer object before using
thefourtheye Aug 10, 2016
961b354
src: fix handle leak in Buffer::New()
bnoordhuis Jul 13, 2016
11f1da8
src: fix handle leak in BuildStatsObject()
bnoordhuis Jul 13, 2016
d6cac6d
src: fix handle leak in UDPWrap::Instantiate()
bnoordhuis Jul 13, 2016
6f3ac5d
src: remove unnecessary HandleScopes
bnoordhuis Jul 13, 2016
1f900b6
deps: avoid single-byte buffer overwrite
bagder Sep 23, 2016
f820e02
build: run `npm install` for doc builds in tarball
addaleax Sep 5, 2016
c97d1c2
build: export openssl symbols on windows
bnoordhuis Apr 18, 2016
5087643
build: export more openssl symbols on Windows
Jul 10, 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 <[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
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 <[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
12 changes: 10 additions & 2 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,20 @@ and work schedules. Trivial changes (e.g. those which fix minor bugs
or improve performance without affecting API or causing other
wide-reaching impact) may be landed after a shorter delay.

Where there is no disagreement amongst Collaborators, a pull request
may be landed given appropriate review. Where there is discussion
For non-breaking changes, if there is no disagreement amongst Collaborators, a
pull request may be landed given appropriate review. Where there is discussion
amongst Collaborators, consensus should be sought if possible. The
lack of consensus may indicate the need to elevate discussion to the
CTC for resolution (see below).

Breaking changes (that is, pull requests that require an increase in the
major version number, known as `semver-major` changes) must be elevated for
review by the CTC. This does not necessarily mean that the PR must be put onto
the CTC meeting agenda. If multiple CTC members approve (`LGTM`) the PR and no
Collaborators oppose the PR, it can be landed. Where there is disagreement among
CTC members or objections from one or more Collaborators, `semver-major` pull
requests should be put on the CTC meeting agenda.

All bugfixes require a test case which demonstrates the defect. The
test should *fail* before the change, and *pass* after the change.

Expand Down
Loading