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

Proposal to update v7.x-staging #10989

Closed
wants to merge 168 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
168 commits
Select commit Hold shift + click to select a range
3a26dc5
doc: clarify information about ABI version
Trott Dec 23, 2016
be92fdd
doc: modernize child_process example code
vsemozhetbyt Dec 3, 2016
19f4a56
doc: new TLSSocket has no secure context options
sam-github Dec 30, 2016
56eb907
doc: document use of Refs: for references
gibfahn Jan 6, 2017
573ca92
doc: update BUILDING.md
lukaszgasior Jan 6, 2017
add407f
doc: killSignal option accepts integer values
thefourtheye Dec 23, 2016
05bab2c
doc: correct vcbuild options for windows testing
jboarman Dec 4, 2016
ab87ee3
doc: update LTS info for current releases
evanlucas Jan 10, 2017
bd501fb
doc: "s/git apply/git am -3" in V8 guide
MylesBorins Jan 6, 2017
47d7719
doc: fix missing negation in stream.md
jrieken Jan 9, 2017
4e90d62
doc: add test naming information to guide
Trott Jan 3, 2017
f620ccc
doc: handle backpressure when write() return false
mcollina Jan 5, 2017
7730134
doc: sort require statements in tests
sam-github Jan 4, 2017
63df2b6
doc: mention cc-ing nodejs/url team for reviews
addaleax Jan 6, 2017
8ca4990
doc: fix misleading language in vm docs
aqrln Jan 9, 2017
da9b692
doc: edit writing-tests.md
Trott Jan 3, 2017
db27092
doc: use correct tls certificate property name
sam-github Dec 20, 2016
d4d84aa
doc: update writable.write return value
binki Jan 3, 2017
c162dfa
doc: fix broken internal link in process.md
addaleax Jan 16, 2017
3a58d43
doc: clarify memory sharing behavior of buffer ctor
zbjornson Jan 13, 2017
1c5083a
doc: add missing `added:` tag for `zlib.constants`
addaleax Jan 13, 2017
f78ae08
doc: fixup `added` tags in cli.md
addaleax Jan 13, 2017
bee658c
doc: remove duplicate PR link from changelog
addaleax Jan 13, 2017
5c86d96
doc: fix markdown escaping in CHANGELOG_V7.md
addaleax Jan 13, 2017
ae41fcf
doc: add links for zlib convenience methods
addaleax Jan 16, 2017
39f7501
doc: clarifying variables in fs.write()
jalafel Nov 24, 2016
b798af5
doc: add edsadr to collaborators
edsadr Jan 18, 2017
e588b36
doc: mention moderation repo in onboarding doc
addaleax Jan 18, 2017
926a91c
doc: add TimothyGu to collaborators
TimothyGu Jan 22, 2017
562d59f
doc: update AUTHORS list to fix name
Jan 22, 2017
8e6586e
doc: move topics/guides to website
evanlucas Jan 19, 2017
0d67731
doc: update examples in api/crypto.md
vsemozhetbyt Jan 20, 2017
92b49f1
async_wrap: close the destroy_ids_idle_handle_
reshnm Dec 21, 2016
c60b2ac
test: refactor test-https-truncate
Trott Dec 11, 2016
fe3d00e
lib,src: support values > 4GB in heap statistics
bnoordhuis Dec 8, 2016
465c585
Revert "repl: disable Ctrl+C support on win32 for now"
addaleax Sep 18, 2016
27e6a6c
test: fix Coverity warning in inspector test
Dec 28, 2016
fbe41e4
url: TupleOrigin#toString use unicode by default
joyeecheung Dec 31, 2016
29229f0
doc: update TheAlphaNerd to MylesBorins
MylesBorins Jan 3, 2017
480aad8
assert: update comments
kaicataldo Jan 2, 2017
4e52ebd
util: avoid out-of-bounds arguments index access
not-an-aardvark Jan 2, 2017
f6ae848
benchmark: move punycode benchmark out of net
mscdex Dec 25, 2016
f44f913
benchmark: improve readability of net benchmarks
mscdex Dec 25, 2016
f792f8e
benchmark: keep decimals in results
mscdex Jan 1, 2017
3a39364
events: improve removeListener() performance
mscdex Jan 2, 2017
5c04c9d
stream: avoid additional validation for Buffers
mscdex Jan 2, 2017
1d14a5b
test: improve test-fs-null-bytes
edsadr Dec 30, 2016
75d2f0c
test: mark test-tty-wrap as flaky for AIX
mhdawson Jan 4, 2017
922318e
events: avoid emit() eager deopt
vhf Jan 2, 2017
0b7ff76
benchmark: fix typo "categoty" -> "category"
vhf Jan 2, 2017
c78942c
doc: mention cc-ing nodejs/python team for reviews
addaleax Jan 5, 2017
2f0a1c8
url: change null password handling
jasnell Jan 4, 2017
24b0c9c
url: do not decode arbitrary %2e sequences in paths
jasnell Jan 4, 2017
e3ff537
meta: decharter the http working group
jasnell Jan 4, 2017
13b0538
test: check error and cleanups in test-fs-read-buffer
addaleax Jan 4, 2017
d9c9c57
http: eliminate capture of ClientRequest in Agent
evantorrie Dec 5, 2016
e134247
test: improve test-event-emitter-modify-in-emit
edsadr Jan 6, 2017
1454eaf
src: reduce test_inspector_socket_server output
danbev Dec 28, 2016
f96079d
tools: remove custom align-function-arguments rule
Trott Jan 1, 2017
8287e2b
tools: remove no-useless-regex-char-class-escape
Trott Jan 1, 2017
e348d56
test: provide duration/interval to timers
Trott Nov 4, 2016
a2a2661
tools: add lint rule to enforce timer arguments
Trott Nov 4, 2016
146d231
test: refactor test-fs-utimes
jun-oka Oct 26, 2016
5f8cc84
test: improve test-fs-readfile-zero-byte-liar
edsadr Jan 2, 2017
ed120af
test: improve test-http-chunked-304
edsadr Jan 7, 2017
2b3dab0
test: improve code in test-https-strict
edsadr Jan 6, 2017
1867a01
test: allow testing uid and gid separately
cjihrig Jan 5, 2017
9510536
test: refactor the code in test-child-process-spawn-loop.js
sivaprs Jan 4, 2017
b530de4
test: improve zlib-from-gzip-with-trailing-garbage
lfkwtz Jan 7, 2017
d16d9cb
test,cluster: add test-cluster-worker-deprecated
Trott Jan 7, 2017
7e83f06
http: define all used properties in constructors
vitkarpov Oct 16, 2016
d469965
test: refactor test-watch-file.js
sivaprs Jan 7, 2017
4ffbcd7
test: improve the code in test-process-hrtime
edsadr Jan 8, 2017
27067c7
doc: specify sorted requires in tests
sam-github Jan 9, 2017
ecb1771
test: refactor test-doctool-html.js
hiroppy Jan 8, 2017
47a5bed
test: fix misplaced ) in http response statuscode test
nfriedly Jan 8, 2017
055665c
test: validate 'expected' argument to mustCall()
nfriedly Oct 11, 2016
991f84b
lib: refactor crypto cipher/hash/curve getters
Trott Jan 8, 2017
19733a1
test: refactor the code of test-keep-alive.js
sivaprs Jan 8, 2017
53ba7de
test: refactor test-crypto-padding-aes256
radelmann Jan 5, 2017
86aec97
https: Use secureProtocol in Agent#getName
papandreou Nov 2, 2016
c109f27
test: add test for noAssert option in buf.read*()
larissayvette Jan 5, 2017
f97923e
src: enable writev for pipe handles on Unix
aqrln Jan 7, 2017
ab1b709
test: move resource intensive test to sequential
Trott Jan 11, 2017
bab0f09
deps: upgrade libuv to 1.10.2
cjihrig Jan 9, 2017
4269e6d
benchmark: don't lint autogenerated modules
mscdex Jan 12, 2017
0eaf6c8
test: move common tls connect setup into fixtures
sam-github Dec 17, 2016
47e0baa
test: check tls server verification with addCACert
sam-github Dec 20, 2016
9f62c9d
test: tls cert chain completion scenarios
sam-github Dec 20, 2016
86ddfed
doc,test: tls .ca option supports multi-PEM files
sam-github Dec 21, 2016
4e78fa0
test: fix linting for test-tls-add-ca-cert.js
sam-github Jan 12, 2017
5c2be2c
test: use realpath for NODE_TEST_DIR in common.js
gibfahn Jan 10, 2017
36762da
test: fix temp-dir option in tools/test.py
gibfahn Jan 10, 2017
05fa225
readline: refactor construct Interface
JacksonTian Jan 18, 2016
672cd06
test: improve tests in pummel/test-exec
chasestarr Jan 12, 2017
0a4fb7f
test: no unused args test-fs-watch-file.js
istinson Jan 12, 2017
fad1e38
doc: remove duplicate properties bullet in readme
trendsetter37 Jan 11, 2017
94f1c10
lib: refactor bootstrap_node.js regular expression
Trott Jan 12, 2017
434fe0f
test: check error msg test-writeint.js
liirene1 Jan 12, 2017
d9684de
http: optimize short path validation
mscdex Jan 6, 2017
6add7f7
http: avoid duplicate isArray()
mscdex Jan 6, 2017
64c4e1e
http: misc ClientRequest cleanup
mscdex Jan 6, 2017
5380c48
benchmark: add ClientRequest creation benchmark
mscdex Jan 6, 2017
69523f6
test: add http.ClientRequest defaults test
mscdex Jan 6, 2017
178693d
benchmark: use "confidence" in output of compare.R
joyeecheung Jan 11, 2017
81b3e5d
benchmark: improve WHATWG URL benchmarks
joyeecheung Jan 10, 2017
d621f58
util: improve readability of normalizeEncoding
joyeecheung Dec 24, 2016
5b9bf12
test,repl: add coverage for repl .clear+useGlobal
Trott Jan 12, 2017
1436555
benchmark: cleanup child_process IPC benchmark
ypresto Dec 31, 2016
cdfa056
child_process: optimize IPC for large data
ypresto Dec 31, 2016
4436e83
test: skip test-icu-transcode if Intl is not present
watilde Jan 9, 2017
ced8d98
test: add http_incoming's matchKnownFields test
hiroppy Jan 14, 2017
5909c65
test: delete duplicate test of noAssert in readUInt*
larissayvette Jan 13, 2017
6ac4c03
test,util: remove lint workarounds
Trott Jan 13, 2017
dcb5cc7
test: improve test-fs-write-stream-throw-type
edsadr Jan 13, 2017
c15e9d9
test: increase test-crypto.js strictness
Trott Jan 13, 2017
2ca1810
test: improve the code in test-process-cpuUsage
edsadr Jan 12, 2017
bfc48d7
crypto,tls: fix mutability of return values
Trott Jan 13, 2017
b9698f1
build: don't squash signal handlers with --shared
Dec 30, 2016
62e92f4
lib: remove unnecessary parameter for assertCrypto()
JacksonTian Jan 16, 2017
4b1bd4e
build: move source files from headers section
danbev Jan 17, 2017
c55d83e
test: tests for _readableStream.awaitDrain
shmuga Jan 17, 2017
ce5078f
fs: remove unused parameter for encodeRealpathResult
JacksonTian Jan 18, 2017
26a0acd
test: add http-common's test
hiroppy Jan 16, 2017
ebf4ab7
doc: HTTP response getHeader doc fix
fhalde Jan 15, 2017
cc3a045
benchmark: add benchmark for vm.runIn*()
Trott Jan 15, 2017
0babd69
vm: improve performance of vm.runIn*()
Trott Jan 15, 2017
116a662
test: use common.hasIntl in tests related to ICU
watilde Jan 16, 2017
7212a2b
process: add NODE_NO_WARNINGS environment variable
cjihrig Jan 16, 2017
a49e081
test: have inspector test pick an open port
Jan 18, 2017
2f61084
test: simplify array initialization
Trott Jan 17, 2017
a239d53
url: improving URLSearchParams
TimothyGu Nov 24, 2016
2509a94
test: refactor test-repl-tab-complete
Trott Jan 18, 2017
09de33a
Revert "doc: correct vcbuild options for windows testing"
gibfahn Jan 16, 2017
4e2414c
test: add message verification on assert.throws
tmeisenh Jan 19, 2017
6e4341d
url: export URLSearchParams
TimothyGu Dec 21, 2016
10073a0
test: increase coverage of _http_outgoing
hiroppy Jan 15, 2017
104c771
test: improve test-fs-open-flags
vinimdocarmo Jan 20, 2017
71770b4
url: add return value to ToUnicode/ToAscii stubs
poiru Jan 19, 2017
fd6826f
test: don't connect to :: (use localhost instead)
gibfahn Jan 17, 2017
09f2831
test: fix flaky test-regress-GH-897
Trott Jan 19, 2017
af8163e
crypto: freelist_max_len is gone in OpenSSL 1.1.0
agl Jan 17, 2017
068947a
buffer: improve toJSON() performance
mscdex Jan 19, 2017
028bfc6
src: add a missing space in node_os.cc
aqrln Jan 21, 2017
bd5afe6
src: remove unnecessary req_wrap_obj
danbev Jan 21, 2017
e13bcdd
test: verify shell option internals
cjihrig Jan 20, 2017
bac662a
tools: add mdn link for Iterator
jasnell Jan 5, 2017
44d1431
doc: add basic documentation for WHATWG URL API
jasnell Jan 4, 2017
cccb638
test: check fd 0,1,2 are used, not access mode
jBarz Dec 16, 2016
b20912a
url: check forEach callback is a function
TimothyGu Jan 15, 2017
835ed8b
test: increase coverage for punycode's decode
hiroppy Jan 21, 2017
46b2583
test: improve test-assert
richnologies Jan 20, 2017
18f64c0
test: check error message in test-fs-make-callback
legalcodes Jan 20, 2017
51945ae
test: add dgram.Socket.prototype.sendto's test
hiroppy Jan 19, 2017
41dd5a6
crypto: do not use pointers to std::vector
AdamMajer Dec 21, 2016
9956612
crypto: Use system CAs instead of using bundled ones
AdamMajer Dec 21, 2016
0191907
inspector: remove unused uv_async_t
Dec 21, 2016
bbf6ed2
test, win: fix up symlink tests
digitalinfinity Dec 27, 2016
be4cfd3
test: increase usage of assert.ifError()
cjihrig Dec 30, 2016
4377716
test: reduce unmanaged parallelism in domain test
joyeecheung Dec 19, 2016
1a1564f
test: refactor the code in test-fs-watch.js
sivaprs Dec 21, 2016
f5c6d23
doc: DEFAULT_ECDH_CURVE was added in 0.11.13
sam-github Jan 24, 2017
61e6389
test: test hmac binding robustness
sam-github Jan 20, 2017
856abcd
benchmark,lib,test: adjust for linting
Trott Jan 1, 2017
6becdc2
tools: update ESLint to current version
Trott Jan 1, 2017
06fee41
tools: rename eslintrc to an undeprecated format
thefourtheye Jul 13, 2016
74e3eff
test: refactor test-stream-transform-object
Trott Jan 3, 2017
15a2e12
test: refactor test-stream2-readable-wrap.js
DavidGoussev Dec 31, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: add TimothyGu to collaborators
PR-URL: #10954
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
TimothyGu authored and italoacasas committed Jan 24, 2017
commit 926a91c3c5a7855953a00f21cf2155406b74099b
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ more information about the governance of the Node.js project, see
**Glen Keane** &lt;glenkeane.94@gmail.com&gt;
* [thlorenz](https://github.com/thlorenz) -
**Thorsten Lorenz** &lt;thlorenz@gmx.de&gt;
* [TimothyGu](https://github.com/TimothyGu) -
**Timothy Gu** &lt;timothygu99@gmail.com&gt;
* [tunniclm](https://github.com/tunniclm) -
**Mike Tunnicliffe** &lt;m.j.tunnicliffe@gmail.com&gt;
* [vkurchatkin](https://github.com/vkurchatkin) -
Expand Down