Skip to content

Release proposal: v6.2.1 #7108

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

Closed
wants to merge 485 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
485 commits
Select commit Hold shift + click to select a range
1d6c17e
util: adhere to `noDeprecation` set at runtime
addaleax May 11, 2016
6d1527b
util: fix invalid date output with util.inspect
rumkin May 1, 2016
ceeae4b
tools,test: make argument linting more stringent
Trott May 12, 2016
559c258
lib,test: update in preparation for linter update
Trott May 1, 2016
d629f26
tools: update ESLint to 2.9.0
Trott May 1, 2016
ee1e5a2
deps: Intl: ICU 57 bump
srl295 Apr 9, 2016
dce6413
tools: Check in tools for shrinking ICU size, change default to small…
srl295 Apr 9, 2016
7a6d2ad
deps: Intl: Check in "small-icu" 57.1
srl295 Apr 9, 2016
a568ad4
tools: add mock-y js-yaml dependency to doctool
addaleax May 1, 2016
cea1777
tools: parse documentation metadata
tflanagan Nov 14, 2015
26805c9
tools: fix tools/doc/addon-verify.js regression
addaleax May 9, 2016
1370fdc
test,tools: test yaml parsing of doctool
addaleax Apr 30, 2016
1de25f2
tools: do not build addons during compilation
May 12, 2016
94f8255
tools: allow multiple added: version entries
addaleax Apr 30, 2016
341eaf2
tools: update marked dependency
firedfox Apr 25, 2016
6806ebb
tools: lint for use of space in template strings
Trott May 5, 2016
edb29b8
tools: lint for object literal spacing
Trott May 5, 2016
6eed6a3
build,test: fix build-addons dependency chain
bnoordhuis May 9, 2016
6032dc2
build: add Make `doc-only` target
jmm Nov 18, 2015
efcbafa
tools: fix regression in doctool
May 10, 2016
a63c556
tools: remove the minifying logic
thefourtheye May 8, 2016
347abf3
tools: enforce linting for unix-style line endings
Trott May 11, 2016
be5386e
test,dgram: add tests for setBroadcast()
Trott May 16, 2016
af096f1
doc: add `added` info for `dgram.setBroadcast()`
Trott May 16, 2016
916e694
test: avoid test-cluster-master-* flakiness
stefanmb May 2, 2016
8c434e6
test: unmark test-http-regr-gh-2928 as flaky
Trott May 3, 2016
83dab80
test: fix unreliable known_issues test
Trott May 3, 2016
8141c2f
test: add tests for console.[info|error|warn]
bengl May 2, 2016
be241c3
test: run known_issues tests in CI
Trott May 4, 2016
01f010f
test: allow out-of-order replies in dgram tests
addaleax May 10, 2016
f264749
test: build addons with V8_DEPRECATION_WARNINGS=1
bnoordhuis May 9, 2016
d740624
test: make stdout buffer test more robust
Trott May 7, 2016
577e132
test: fix test-debugger-pid
santigimeno May 4, 2016
0eb25cb
test: test preloaded modules using stdin or repl
bmeck Jul 27, 2015
1b71231
test: fix test-vm-cached-data to work with old v8
Apr 20, 2016
2d84ac7
deps: upgrade libuv to 1.9.1
saghul May 16, 2016
16159c2
deps: limit regress/regress-crbug-514081 v8 test
mhdawson May 9, 2016
a6ca5e5
deps: upgrade to V8 5.0.71.47
ofrobots May 4, 2016
bddf413
deps: upgrade npm to 3.8.9
iarna May 6, 2016
0c62bd1
test: ensure test-npm-install uses correct node
May 9, 2016
3f9d724
test: pass python path to node-gyp
hefangshi May 9, 2016
89b25fa
test: fix test-process-exec-argv flakiness
santigimeno May 3, 2016
0bc1784
test: refactor doctool tests
Trott May 12, 2016
75adc6a
test: move test-debugger-debug-brk to sequential
Trott May 13, 2016
ad895f4
doc: trim GitHub template comments
Trott May 14, 2016
c1bf3fc
doc: fix links in socket.connecting
fanatid May 9, 2016
897934a
doc: copyedit maxBuffer note for child_process
Trott May 14, 2016
74582aa
lib: replace legacy uses of __defineGetter__
jasnell May 15, 2016
1c7b6e2
doc: improve zlib docs
jasnell May 13, 2016
2273971
doc: readline.emitKeypressEvents and raw mode
arve0 May 7, 2016
688f563
doc: update vm.runInDebugContext() example
bnoordhuis May 14, 2016
9196d87
doc: add `added:` info for `string_decoder`
Trott May 13, 2016
49af20c
doc: update fs callback example error stack
DavidCai1111 May 6, 2016
6353579
repl: create history file with mode 0600
XeCycle Oct 16, 2015
37736f4
src: add O_NOATIME constant
Trott Apr 30, 2016
27c17ce
src: fix FindFirstCharacter argument alignment
addaleax May 3, 2016
5966650
intl: Don't crash if v8BreakIterator not available
srl295 Apr 16, 2016
2d67741
doc: add `added:` information for buffer
addaleax May 1, 2016
e8c9f01
crypto: disable ssl compression at build time
bnoordhuis May 4, 2016
62593bd
src: remove pre-openssl 1.0 legacy code
bnoordhuis May 4, 2016
1e99643
src: remove unused #include statement
bnoordhuis May 4, 2016
477e61d
src: don't use locale-sensitive strcasecmp()
bnoordhuis May 4, 2016
62690aa
deps: update comment about PURIFY define
bnoordhuis May 4, 2016
04697a5
doc: correct anchors for buffer.md
JacksonTian May 3, 2016
bd4454f
src,lib: minor --debug-brk cleanup
ofrobots May 5, 2016
715b48c
doc: add `added:` information for querystring
bengl May 5, 2016
d5f7f24
doc: add `added:` information for url
bengl May 5, 2016
58cd11c
doc: add `added:` information for process
bengl May 5, 2016
925fc36
doc: add `added:` information for os
bengl May 6, 2016
d49b49e
doc: discourage use of util.inherits
eljefedelrodeodeljefe May 2, 2016
fa94a91
doc: v8 functions as methods on v8
bengl May 6, 2016
5b47acc
doc: v8 options can use either `_` or `-`
Fishrock123 May 2, 2016
38f5603
doc: fix linewrap in node.1
Fishrock123 May 9, 2016
6ea43d1
doc: improve onboarding-extras.md formatting
Fishrock123 May 9, 2016
5c154a8
doc: add steps for running addons + npm tests
Apr 15, 2016
a4ed7df
Add CTC meeting minutes for 2016-05-04
mhdawson May 4, 2016
1def098
src: fix sporadic deadlock in SIGUSR1 handler
bnoordhuis Mar 25, 2016
e8c0dba
doc,events: fix a link typo
yorkie May 8, 2016
d34343f
doc: mention existence/purpose of module wrapper
mtharrison Apr 27, 2016
8f52649
doc: fix deprecation warnings in addon examples
bnoordhuis May 9, 2016
26e22e2
doc: move the readme newcomers section
Fishrock123 May 10, 2016
d962fba
doc: "a" -> "an" in api/documentation.md
anchika May 11, 2016
c1d5f2e
doc: update releases.md with new changelog structure
jasnell May 11, 2016
29b28a2
doc: server.listen truncates socket path on unix
jeanregisser May 9, 2016
ce2d5be
repl: exports `Recoverable`
blakeembrey Oct 22, 2015
7d3f575
test: make sure O_NOATIME is present only in Linux
thefourtheye May 6, 2016
b1f58ed
test: abstract skip functionality to common
Fishrock123 May 11, 2016
71c9174
test: add tests for stream3 buffering using cork
alexjeffburke May 12, 2016
5701599
test: fix test-debugger-repl-term
Trott May 11, 2016
f1c773d
doc: add `added:` information for v8
Trott May 11, 2016
abb063a
test: fix test-debugger-repl-break-in-module
Trott May 11, 2016
51d1960
doc: undocument fs.open's 'rs' mode
saghul May 13, 2016
520369d
doc: fix exec example in child_process
evanlucas May 9, 2016
226b966
repl: copying tabs shouldn't trigger completion
ghaiklor May 13, 2016
64fcba2
doc: appendFileSync accepts fd as well
fhalde May 12, 2016
b4fb95e
doc: add `added:` information for assert
Trott May 11, 2016
95b7560
src,module: add --preserve-symlinks command line flag
jasnell May 2, 2016
adb2d61
test: include component in tap output
bnoordhuis May 9, 2016
1389a4f
test: fix flaky test-preload
Trott May 13, 2016
8c634d7
test: favor strictEqual() in addon test
Trott May 12, 2016
ccbc78c
test: remove common.getServiceName()
Trott May 12, 2016
e0240ab
child_process: use /system/bin/sh on android
bnoordhuis May 13, 2016
4f2a55f
doc: fix issues related to page scrolling
silverwind May 11, 2016
5c7da21
doc: refactor the changelog by version
jasnell Apr 30, 2016
d313204
handle_wrap: expose an `isRefed()` check to JS
Fishrock123 Mar 21, 2016
316871f
src: fix -Wunused-variable compiler warning
bnoordhuis Apr 9, 2016
2000072
handle_wrap: IsRefed -> Unrefed, no isAlive check
Fishrock123 Apr 14, 2016
965274d
src: use libuv's refcounting directly
bnoordhuis Apr 26, 2016
bbf3b3e
src: simplify handlewrap state tracking logic
bnoordhuis Apr 26, 2016
8a7e68f
test: check that 2nd handle.close() call is a nop
bnoordhuis Apr 26, 2016
cc2af79
Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"
Fishrock123 May 3, 2016
f31a5ec
handle_wrap: IsRefed() -> HasRef()
Fishrock123 May 9, 2016
e3920d1
src: fix check-imports.py linter errors
thefourtheye Apr 7, 2016
a4705f6
2016-05-17, Version 6.2.0 (Stable)
evanlucas May 17, 2016
7b2949a
Working on v6.2.1
evanlucas May 17, 2016
827b3eb
test: add --repeat option to tools/test.py
mhdawson May 11, 2016
1067140
process: internal/process/stdio.js cleanup / modernization
jasnell May 14, 2016
758fadf
doc: update openssl.org hash links
silverwind May 17, 2016
ba30899
doc: add `added:` in for `tty`
Trott May 16, 2016
bf4724a
doc: remove link to Sign in crypto.md
fanatid May 17, 2016
5a1e823
doc: add `added:` information for fs
addaleax May 12, 2016
6441556
zlib: remove `_closed` in source
addaleax May 4, 2016
7c932c2
test: added tests for https-agent-getname
suryagh May 14, 2016
2895860
test: cluster-setup-master online workers check
drifkin May 2, 2016
81e765f
test: robust handling of env for npm-test-install
May 17, 2016
5cad04b
doc: clarify fs.mkdtemp prefix argument
jasnell May 17, 2016
1908b7f
path: fix basename() regressions
mscdex May 5, 2016
1469b98
test: remove duplicate path tests
mscdex May 5, 2016
528ca04
test: add more path.basename() tests
mscdex May 10, 2016
bae7adb
test: fix flaky test-stdout-close-catch
santigimeno May 17, 2016
0841496
src: fix without-intl build
addaleax May 17, 2016
5374afd
test: add logging for test-debug-port-cluster
Trott May 15, 2016
2cf3a53
test: fix test-debug-port-cluster flakiness
Trott May 16, 2016
253db33
doc: add `added:` info for dgram.*Membership()
Trott May 16, 2016
588c76c
dgram,test: add addMembership/dropMembership tests
Trott May 16, 2016
f3e3eeb
unix,stream: fix getting the correct fd for a handle
saghul May 18, 2016
08f1361
doc: add `added:` information for punycode
firedfox May 17, 2016
2ab3609
http: use `localAddress` instead of `path`
dirceu Feb 11, 2016
b52d838
doc: add note for fs.watch virtualized env
eljefedelrodeodeljefe May 17, 2016
614907e
tools: print stderr on bad test.py `vmArch` check
Fishrock123 May 16, 2016
8309dba
doc: fix name to match git log
eljefedelrodeodeljefe May 19, 2016
0ae512a
doc: Add resolveNaptr and naptr rrtype docs
doug-wade May 5, 2016
1965e44
test: refactor test-tls-reuse-host-from-socket
Trott May 14, 2016
12a3d01
doc: improve vm.md copy
jasnell May 18, 2016
c81b6f8
test: refactor to eliminate __defineGetter__
Trott May 18, 2016
ceee56b
tools: disallow deprecated define getter/setter
Trott May 15, 2016
45ca7cf
doc: reduce GitHub template verbosity
Trott May 17, 2016
55c0b3e
build: unbreak configure with python 2.6
bnoordhuis May 19, 2016
e7b03be
build: update build-addons when node-gyp changes
lance May 16, 2016
8a0329f
doc: fix mkdtemp example by removing hyphen
thefourtheye May 18, 2016
e1fb480
doc: add `added:` info for `process.cpuUsage`
addaleax May 18, 2016
5afb91b
doc: make param names consistent & fix doc link
thefourtheye May 18, 2016
c068880
fs: mkdtemp shouldn't crash if no callback passed
thefourtheye May 18, 2016
c4329aa
fs: move mkdtemp* functions near static functions
thefourtheye May 18, 2016
e5a7cec
doc: fix typo in Error.captureStackTrace
mekhtiari May 17, 2016
eff73c7
doc: general improvements to v8.md copy
jasnell May 18, 2016
565d4ca
doc: Update DCO to v1.1
williamkapke Apr 23, 2016
f1a8c31
doc: add bengl to collaborators
bengl May 21, 2016
6f0d8b3
installer: don't install node_internals.h
bnoordhuis May 21, 2016
32cc43a
test: fix component printing on windows
bnoordhuis May 21, 2016
d270706
util: pretty-print SIMD types
bnoordhuis May 21, 2016
cb8de85
doc: make the api doc print-friendly
bl4d32 May 16, 2016
527a8a4
doc: add `added:` information for zlib
addaleax May 18, 2016
98270c6
buffer: fix single digit hex string handling
jspri May 15, 2016
a320a01
doc: general improvements to util.md
jasnell May 20, 2016
36ed4a2
udp: use libuv API to get file descriptor
saghul May 20, 2016
15f6224
doc: make doc-only -> fallback to user binary
eljefedelrodeodeljefe May 20, 2016
756ec80
string_bytes: Make base64 encode/decode reusable
May 20, 2016
9fa1b19
doc: reference list of language-specific globals
addaleax May 20, 2016
f6558ec
doc: add @othiym23 to list of collaborators
othiym23 May 24, 2016
0f0003f
doc: add jhamhader to collaborators
jhamhader May 24, 2016
db3d2a7
doc: fix typos in timers topic to aid readability
May 21, 2016
b28468e
child_process: allow buffer encoding in spawnSync
cjihrig May 23, 2016
69e119d
test: refactor spawnSync() cwd test
cjihrig May 23, 2016
ee1865d
doc: clarify buffer class
stevemao May 21, 2016
55b736a
vm: don't abort process when stack space runs out
addaleax May 20, 2016
178f308
module: don't cache uninitialized builtins
addaleax May 20, 2016
27d0eb0
child_process: emit IPC messages on next tick
cjihrig May 20, 2016
4cc6a18
test: verify IPC messages are emitted on next tick
santigimeno May 21, 2016
28b7342
cluster: close ownerless handles on disconnect()
cjihrig May 23, 2016
83e6d53
test: test cluster worker disconnection on error
santigimeno May 23, 2016
7e57757
src: inherit first from AsyncWrap
trevnorris Apr 16, 2016
4da3e1e
src: always clear wrap before persistent Reset()
trevnorris Apr 29, 2016
5779ed2
tls_wrap: do not abort on new TLSWrap()
trevnorris Apr 16, 2016
0d08fc4
stream_base: always use Base template class
trevnorris May 11, 2016
4333fda
src: no abort from getter if object isn't wrapped
trevnorris Apr 13, 2016
38a3323
test: improve debug-break-on-uncaught reliability
Trott May 16, 2016
95f8d59
doc: remove "\" within backticks
rodmachen May 24, 2016
145a6b9
doc: add bmeck to collaborators
bmeck May 25, 2016
8f623a3
doc: add firedfox to collaborators
firedfox May 24, 2016
6444567
src: add include guards to internal headers
bnoordhuis May 24, 2016
bfd7b24
deps: upgrade to V8 5.0.71.52
targos May 23, 2016
f3ae421
doc: general improvements to string_decoder.md copy
jasnell May 23, 2016
93e150f
cluster: guard against undefined message handlers
cjihrig May 20, 2016
0503681
child_process: measure buffer length in bytes
Trott May 14, 2016
21e3135
tls: catch `certCbDone` exceptions
indutny May 20, 2016
bf3afce
tools: restore change of signatures to opts hashes
jmm May 10, 2016
2184e77
debugger: propagate --debug-port= to debuggee
bnoordhuis Oct 21, 2015
108523e
tools: make sure doctool anchors respect includes
addaleax May 23, 2016
98e497b
doc: fix broken references in changelogs
addaleax May 23, 2016
5990a7f
doc: fix broken references
addaleax May 23, 2016
6f3f5af
test: add regression test for Proxy as vm context
targos May 25, 2016
8e6f8b2
dgram: copy the list in send
mcollina May 17, 2016
a9b90a6
doc: general improvements to tls.md copy
jasnell May 23, 2016
b7ca0a2
doc: add yorkie to collaborators
yorkie May 26, 2016
a5e3edd
doc: general improvements to url.md copy
jasnell May 20, 2016
856638d
doc: add `added:` information for child_process
addaleax May 23, 2016
bc2efe2
doc: add `added: ` data for cli.md
Trott May 25, 2016
ea287fc
test,win: skip addons/load-long-path on WOW64
orangemocha May 10, 2016
b5949f8
test: verify cluster worker exit
cjihrig May 26, 2016
3909209
doc: general improvements to tty.md
jasnell May 23, 2016
ae1bf83
doc: clarified use of sexual language in the CoC
nebrius May 25, 2016
3ae9f14
doc: improve `server.address()` doc text
Trott May 26, 2016
0f17a28
doc: improve server.listen() documentation prose
Trott May 26, 2016
7c38327
doc: update process.hrtime docs to include optional parameter
doug-wade May 4, 2016
0bd8f4c
cluster: reset handle index on close
santigimeno May 25, 2016
72d4692
doc: add info on what's used for fswatch on AIX
mhdawson May 18, 2016
1fece2f
build: re-add --ninja option to configure
ehsan May 16, 2016
1bcc226
buffer: fix dataview-set benchmark
RReverser May 22, 2016
b30d078
doc: add `added:` information for console
edsadr May 26, 2016
216a3cd
doc: add `added:` information for vm
addaleax May 27, 2016
ded02b9
deps: upgrade npm to 3.9.3
zkat May 27, 2016
e4ac808
test: work around debugger not killing inferior
bnoordhuis May 28, 2016
1e26b82
zlib: release callback and buffer after processing
mdlavin May 24, 2016
257e54b
tls,https: respect address family when connecting
bnoordhuis May 9, 2016
8c289df
test: use strictEqual consistently in agent test
bnoordhuis May 28, 2016
3518ab9
doc: minor improvements to util.md
thefourtheye May 23, 2016
79ad172
string_decoder: rewrite implementation
mscdex May 15, 2016
0a258e5
test: remove modifcation to common.PORT
Trott May 26, 2016
f154486
doc: buffers are not sent over IPC with a socket
May 24, 2016
b5e93c9
doc: fix typos in WORKING_GROUPS.md
joaosa May 28, 2016
3c2c4c8
doc: update labels and CI info in onboarding doc
Trott May 26, 2016
14b3ba3
doc: improve debugger doc prose
Trott May 26, 2016
b23cd48
test: fix test-debug-port-numbers on OS X
santigimeno May 29, 2016
b2c7d46
doc,test: add `How to write a Node.js test` guide
santigimeno May 26, 2016
cb2ef35
win,build: add creation of zip and 7z package
bzoz Mar 24, 2016
2132d34
cluster: rewrite debug ports consistently
cjihrig May 29, 2016
6a62bb0
cluster: expose result of send()
cjihrig May 26, 2016
1c12567
doc: addresses nits in string_decoder, url, util
Fishrock123 May 27, 2016
371be9c
buffer: ignore negative allocation lengths
addaleax May 29, 2016
3bfbe8a
test: remove `common.PORT` from gc tests
Trott May 27, 2016
dea120f
test: update weak module for gc tests
Trott May 27, 2016
6cf0f62
test: fix spurious EADDRINUSE in test-https-strict
Trott May 27, 2016
81a9f96
test: make test-child-process-fork-net more robust
Trott May 28, 2016
99c05a1
async_wrap: pass uid to JS as double
trevnorris Jun 1, 2016
4d3a759
tty: use blocking mode on OS X
Fishrock123 May 20, 2016
6439fbf
test: test TTY problems by fakeing a TTY using openpty
Fishrock123 May 20, 2016
8b720c4
test: remove non-incremental common.PORT changes
Trott May 29, 2016
e93198e
doc: edit pull request template
Trott May 30, 2016
c7b0d06
2016-06-02, Version 6.2.1 (Current)
rvagg Jun 2, 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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
lib/internal/v8_prof_polyfill.js
lib/internal/v8_prof_processor.js
lib/punycode.js
test/addons/??_*/
test/fixtures
Expand Down
12 changes: 10 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rules:
no-duplicate-case: 2
no-empty-character-class: 2
no-ex-assign: 2
no-extra-boolean-cast : 2
no-extra-boolean-cast: 2
no-extra-parens: [2, "functions"]
no-extra-semi: 2
no-func-assign: 2
Expand All @@ -30,6 +30,7 @@ rules:
# Best Practices
# http://eslint.org/docs/rules/#best-practices
no-fallthrough: 2
no-multi-spaces: 2
no-octal: 2
no-redeclare: 2
no-self-assign: 2
Expand Down Expand Up @@ -57,7 +58,9 @@ rules:
comma-spacing: 2
eol-last: 2
indent: [2, 2, {SwitchCase: 1}]
key-spacing: [2, {mode: "minimum"}]
keyword-spacing: 2
linebreak-style: [2, "unix"]
max-len: [2, 80, 2]
new-parens: 2
no-mixed-spaces-and-tabs: 2
Expand All @@ -83,10 +86,15 @@ rules:
no-new-symbol: 2
no-this-before-super: 2
prefer-const: 2
template-curly-spacing: 2

# Custom rules in tools/eslint-rules
align-function-arguments: 2
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
globals:
Expand Down
20 changes: 7 additions & 13 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
<!--
Thanks for wanting to report an issue you've found in Node.js. Please fill in
the template below by replacing the html comments with an appropriate answer.
If unsure about something, just do as best as you're able.
Thank you for reporting an issue. Please fill in the template below. If unsure
about something, just do as best as you're able.

version: usually output of `node -v`
platform: either `uname -a` output, or if Windows, version and 32 or 64-bit.
subsystem: optional -- if known please specify affected core module name.
Version: usually output of `node -v`
Platform: either `uname -a` output, or if Windows, version and 32 or 64-bit
Subsystem: if known, please specify affected core module name

It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided. Ideally this test case should not have any external
dependencies. We understand that it is not always possible to reduce your code
to a small test case, but we would appreciate to have as
much data as possible.

Thank you!
If possible, please provide code that demonstrates the problem, keeping it as
simple and free of external dependencies as you are able.
-->

* **Version**:
Expand Down
14 changes: 4 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
<!--
Thank you for submitting a pull request to Node.js. Before you submit, please
review below requirements and walk through the checklist. You can 'tick'
a box by using the letter "x": [x].
Thank you for your pull request. Please review below requirements.

Run the test suite by invoking: `make -j4 lint test` on linux or
`vcbuild test nosign` on Windows.
Run tests with `make -j4 test` on UNIX or `vcbuild test nosign` on Windows.

If this aims to fix a regression or you’re adding a feature, make sure you also
write a test. Finally – if possible a benchmark that quantifies your changes.
write a test. If possible, include a benchmark that quantifies your changes.

Finally, read through our contributors guide and make adjustments as necessary:
https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
-->

##### Checklist

<!-- remove lines that do not apply to you -->
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->

- [ ] tests and code linting passes
- [ ] a test and/or benchmark is included
Expand All @@ -24,10 +20,8 @@ https://github.com/nodejs/node/blob/master/CONTRIBUTING.md


##### Affected core subsystem(s)

<!-- provide affected core subsystem(s) (like doc, cluster, crypto, etc) -->


##### Description of change

<!-- provide a description of the change below this comment -->
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ _UpgradeReport_Files/
ipch/
*.sdf
*.opensdf
*.VC.opendb
.vs/

/config.mk
/config.gypi
Expand Down
123 changes: 120 additions & 3 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@msn.com>
Steve Mao <maochenyan@gmail.com>
Stiliyan Lazarov <[email protected]>
Wang Xinyong <[email protected]>
Ray Donnelly <[email protected]>
Expand Down Expand Up @@ -782,7 +782,7 @@ Chad Johnston <[email protected]>
Sam Stites <[email protected]>
Matthew Lye <[email protected]>
Matt Loring <[email protected]>
P.S.V.R <[email protected]>
Minqi Pan <[email protected]>
Jacob Edelman <[email protected]>
Mike Atkins <[email protected]>
hackerjs <[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 <stefan@budeanu.com>
Stefan Budeanu <[email protected].com>
Emily Aviva Kapor-Mater <[email protected]>
Sam P Gallagher-Bishop <[email protected]>
David Woods <[email protected]>
Expand Down Expand Up @@ -868,5 +868,122 @@ Super Zheng <[email protected]>
Rafał Pocztarski <[email protected]>
Michael Ruddy <[email protected]>
Andy Bettisworth <[email protected]>
Jörg Krause <[email protected]>
Alexander Martin <[email protected]>
Prince J Wesley <[email protected]>
janriemer <[email protected]>
Arthur Gautier <[email protected]>
Martin von Gagern <[email protected]>
Hideki Yamamura <[email protected]>
Lenny Markus <[email protected]>
Nelson Pecora <[email protected]>
Graham Fairweather <[email protected]>
Nicholas Young <[email protected]>
chrisjohn404 <[email protected]>
Bo Borgerson <[email protected]>
Mudit Ameta <[email protected]>
Adri Van Houdt <[email protected]>
Max Barinov <[email protected]>
Damian Schenkelman <[email protected]>
iamchenxin <[email protected]>
Nik Nyby <[email protected]>
Ben Ripkens <[email protected]>
Ryan Sobol <[email protected]>
jona <[email protected]>
Martin Bark <[email protected]>
José F. Romaniello <[email protected]>
Richard Sun <[email protected]>
Sequoia McDowell <[email protected]>
zoubin <[email protected]>
Robert Jefe Lindstaedt <[email protected]>
Saquib <[email protected]>
Daniel Sellers <[email protected]>
Julien Waechter <[email protected]>
Vitor Cortez <[email protected]>
Michael Theriot <[email protected]>
Peter Geiss <[email protected]>
Richard Lau <[email protected]>
José Moreira <[email protected]>
Tom Atkinson <[email protected]>
Glen Arrowsmith <[email protected]>
Jeff Harris <[email protected]>
Alexander Makarenko <[email protected]>
Drew Folta <[email protected]>
Myles Borins <[email protected]>
Dmitriy Lazarev <[email protected]>
Adam Langley <[email protected]>
Kári Tristan Helgason <[email protected]>
Manuel Valls <[email protected]>
Prayag Verma <[email protected]>
Gibson Fahnestock <[email protected]>
Alan Cohen <[email protected]>
Christophe Naud-Dulude <[email protected]>
Matthias Bastian <[email protected]>
Phillip Kovalev <[email protected]>
Rainer Oviir <[email protected]>
HUANG Wei <[email protected]>
DC <[email protected]>
Daniel Turing <[email protected]>
Julie Pagano <[email protected]>
Ruben Bridgewater <[email protected]>
Felix Becker <[email protected]>
Igor Klopov <[email protected]>
Tsarevich Dmitry <[email protected]>
Ojas Shirekar <[email protected]>
Noah Rose <[email protected]>
Rafael Cepeda <[email protected]>
Chinedu Francis Nwafili <[email protected]>
Braydon Fuller <[email protected]>
Jiho Choi <[email protected]>
Dirceu Pereira Tiegs <[email protected]>
Marc Cuva <[email protected]>
Chris Dew <[email protected]>
Tristan Slominski <[email protected]>
Hugo Wood <[email protected]>
Owen Smith <[email protected]>
Anton Andesen <[email protected]>
Aayush Naik <[email protected]>
Netto Farah <[email protected]>
Craig Akimoto <[email protected]>
Michael Barrett <[email protected]>
Alexander Marchenko <[email protected]>
Robert C Jensen <[email protected]>
Vaibhav <[email protected]>
Stefano Vozza <[email protected]>
Daijiro Wachi <[email protected]>
Kirill Fomichev <[email protected]>
Mithun Patel <[email protected]>
Alexander Penev <[email protected]>
Andrea Giammarchi <[email protected]>
Lance Ball <[email protected]>
Jarrett Widman <[email protected]>
Florian Margaine <[email protected]>
Wolfgang Steiner <[email protected]>
Bill Automata <[email protected]>
Robert Chiras <[email protected]>
Corey Kosak <[email protected]>
John Eversole <[email protected]>
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]>
Matthew Douglass <[email protected]>
William Kapke <[email protected]>
Yuta Hiroto <[email protected]>
Ilya Shaisultanov <[email protected]>
James Lal <[email protected]>
Josh Leder <[email protected]>
surya panikkal <[email protected]>
vsemozhetbyt <[email protected]>

# Generated by tools/update-authors.sh
Loading