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 (old) #8457

Closed
wants to merge 70 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 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
954eeb1
util: allow symbol-based custom inspection methods
addaleax Aug 18, 2016
9d4698c
fixup for v6 by adding missing require()
addaleax Sep 7, 2016
c21bfae
util: allow returning `this` from custom inspect
addaleax Aug 18, 2016
13da7f1
url: `url.format()` encodes all `#` in `search`
imyller Aug 11, 2016
7307367
url: keep auth in `url.resolve()` if host matches
imyller Aug 19, 2016
60060e2
doc: include the optional options parameter
thefourtheye Jul 22, 2016
e0f29d6
doc: fix "timout" typo in timeout
hefangshi Aug 23, 2016
f3014cd
doc: fix buf.readUIntBE, buf.readUIntLE examples
mozkeeler Aug 23, 2016
ab0889a
doc: add Myles Borins to the CTC
rvagg Aug 24, 2016
aa07e7f
doc: add `added:` information for dgram
lpinca Aug 20, 2016
60cc9cb
async_wrap: add a missing case to test-async-wrap-throw-no-init
yorkie Aug 20, 2016
252cafa
build: add missing files to zip and 7z packages
richardlau Aug 11, 2016
fbb59b2
build: fix dependencies on AIX
mhdawson Aug 25, 2016
1bb46bf
test: mark test-child-process-fork-dgram as flaky
mhdawson Aug 25, 2016
39d1ee3
util: improve function signature of util._extend
thefourtheye Aug 20, 2016
fdb81a0
test: clean up / refactor buffer tests, remove duplication
jasnell Aug 23, 2016
1348e6a
http: fix connection upgrade checks
mscdex Aug 23, 2016
a7c440f
test: add check in test-signal-handler
Trott Aug 24, 2016
0134494
doc: fix onReadable reentry after unshift called
Aug 21, 2016
2d10aa3
repl: Auto alignment for .editor mode
princejwesley Aug 23, 2016
ca9c1b9
net: make holding the buffer in memory more robust
addaleax Aug 24, 2016
6ccb8be
doc: add `added:` information for modules
lpinca Aug 24, 2016
8e6fdef
test: make sure over truncation of file zero fills
thefourtheye Aug 27, 2016
8813779
doc: improve fs.truncate functions' documentation
thefourtheye Aug 27, 2016
faa7700
build: fix dependencies on AIX
mhdawson Aug 26, 2016
0e26031
test: add known issue test for path parse issue #6229
jasnell Aug 27, 2016
ca0fe5d
doc: `'ipc'` is required with fork stdio option
jasnell Aug 27, 2016
a54e961
test: additional refactoring/cleanup of buffer tests
jasnell Aug 26, 2016
eaec396
doc: readline write() is processed as input
jasnell Aug 27, 2016
5956d5e
doc: doc that listen can be called multiple times
jasnell Aug 27, 2016
576c4c7
test: refactor test-debug-signal-cluster
Trott Aug 26, 2016
17ef8b8
doc: add lpinca to collaborators
lpinca Aug 30, 2016
1b01f56
deps: v8_inspector update
Aug 23, 2016
3be295e
inspector: use new inspector headers
Aug 15, 2016
8aebe10
events: make memory leak warning more accessible
addaleax Aug 27, 2016
251d655
tools: update ESLint to 3.4.0
Trott Aug 27, 2016
dc9d5a7
tools: enable caching for jslint task
Trott Aug 27, 2016
1645948
doc: clarify that path on windows accepts / and \
jasnell Aug 27, 2016
91b5cd0
test: cleanup test require symlink
paulgrock Aug 27, 2016
aae0593
test: add test for zlib.create*Raw()
Trott Aug 28, 2016
633c9b7
inspector: simplify buffer management
Aug 24, 2016
0f69f6b
inspector: make sure all messages are dispatched
Aug 24, 2016
6203003
src: avoid duplicate AtExit functions
ofrobots Aug 25, 2016
eef9381
doc: adding danbev to collaborators
danbev Aug 30, 2016
1f9bcf0
test: refactor parallel/test-process-env.js
Trott Aug 28, 2016
a6ba0a8
deps: workaround clang-3.4 ICE
ofrobots Aug 30, 2016
ab59e7e
doc: fix typo in stream doc
hubertmine Aug 29, 2016
e30622b
build: don't require processing docs for nightlies
jbergstroem Aug 29, 2016
07624ca
test: refactor/cleanup a number of cluster tests
jasnell Aug 24, 2016
c0d828e
doc: bad/better examples for fs.access() and fs.exists()
dfabulich Jul 22, 2016
7530368
test: fix `fs-watch-recursive` flakiness on OS X
santigimeno Jan 11, 2016
48af608
doc: update landing pr info in onboarding doc
Trott Aug 30, 2016
cb9e1cf
test: fix ::1 error in test-dns-ipv6
gibfahn Aug 26, 2016
c25aea5
doc: update targos email in readme per request
jasnell Sep 2, 2016
8af79ab
doc: fix broken link in dgram doc
mscdex Sep 1, 2016
c8a9649
test: fix test-cluster-dgram-1 flakiness
santigimeno Sep 2, 2016
ed4d5b0
test: test non-buffer/string with zlib
Trott Aug 31, 2016
fe06cde
inspector: use script name for target title
Jun 10, 2016
5e77d17
doc: fix typos
MikeRalphson Sep 1, 2016
1969fbb
doc: fix a wrong link,add '.md' to the link
Alexis374 Aug 29, 2016
8a38353
doc: add return type of clientRequest.setTimeout
MikeRalphson Aug 31, 2016
4ea027c
doc: update authors list
jasnell Aug 30, 2016
49bce0d
doc: update CI content in onboarding doc
Trott Sep 1, 2016
7d2e27e
src: moving f function call comment
danbev Sep 4, 2016
850ce1d
src: unbreak build when compiling against uclibc
bnoordhuis Aug 28, 2016
34aee0d
test: mark pseudo-tty/no_dropped_stdio as flaky
mhdawson Sep 2, 2016
e822f8b
doc: add 2016-08-10 CTC meeting minutes
joshgav Aug 22, 2016
3698e88
2016-09-08, Version 6.6.0 (Current)
Fishrock123 Sep 8, 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
  •  
  •  
  •  
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.5.0">6.5.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.6.0">6.6.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.5.0">6.5.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.4.0">6.4.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.3.1">6.3.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.3.0">6.3.0</a><br/>
Expand Down
17 changes: 13 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ uninstall:
$(PYTHON) tools/install.py $@ '$(DESTDIR)' '$(PREFIX)'

clean:
-rm -rf out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE)
-rm -rf out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE) \
out/$(BUILDTYPE)/node.exp
@if [ -d out ]; then find out/ -name '*.o' -o -name '*.a' -o -name '*.d' | xargs rm -rf; fi
-rm -rf node_modules
@if [ -d deps/icu ]; then echo deleting deps/icu; rm -rf deps/icu; fi
Expand Down Expand Up @@ -134,7 +135,13 @@ test/gc/node_modules/weak/build/Release/weakref.node: $(NODE_EXE)
--nodedir="$(shell pwd)"

# Implicitly depends on $(NODE_EXE), see the build-addons rule for rationale.
test/addons/.docbuildstamp: tools/doc/addon-verify.js doc/api/addons.md
DOCBUILDSTAMP_PREREQS = tools/doc/addon-verify.js doc/api/addons.md

ifeq ($(OSTYPE),aix)
DOCBUILDSTAMP_PREREQS := $(DOCBUILDSTAMP_PREREQS) out/$(BUILDTYPE)/node.exp
endif

test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS)
$(RM) -r test/addons/??_*/
$(NODE) $<
touch $@
Expand Down Expand Up @@ -460,7 +467,8 @@ PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacO
PKGDIR=out/dist-osx

release-only:
@if `grep -q REPLACEME doc/api/*.md`; then \
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
`grep -q REPLACEME doc/api/*.md`; then \
echo 'Please update Added: tags in the documentation first.' ; \
exit 1 ; \
fi
Expand Down Expand Up @@ -679,7 +687,8 @@ bench-idle:
$(NODE) benchmark/idle_clients.js &

jslint:
$(NODE) tools/jslint.js -J benchmark lib test tools
$(NODE) tools/eslint/bin/eslint.js --cache --rulesdir=tools/eslint-rules \
benchmark lib test tools

jslint-ci:
$(NODE) tools/jslint.js $(PARALLEL_ARGS) -f tap -o test-eslint.tap \
Expand Down
Loading