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

Propose v6.3.0 #7441

Merged
merged 131 commits into from
Jul 5, 2016
Merged
Changes from 1 commit
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
929b6c2
src: refactor require('constants')
jasnell May 2, 2016
2a8bd35
src: add node::FreeEnvironment public API
zcbenz Sep 28, 2015
6210528
deps: import v8_inspector
ofrobots May 29, 2016
7d4f038
src,lib: v8-inspector support
pavelfeldman Feb 7, 2016
c1bd3fe
cluster: work with v8_inspector
cjihrig May 20, 2016
ea2d661
src: fix --without-inspector build
addaleax May 31, 2016
643b33b
src: add linebreak to inspector message
nicolasromer May 30, 2016
f4777c7
deps: update v8_inspector
ofrobots Jun 2, 2016
2fd140b
src: fix json payload from inspector
Jun 8, 2016
ec90a7a
inspector: change default port
ofrobots Jun 8, 2016
7da8a41
inspector: reduce implementation in header
Jun 7, 2016
38d36e3
src: fix --without-inspector build
addaleax May 31, 2016
88b2aa3
inspector: process.exit should wait for inspector
Jun 8, 2016
3d69ad1
src: make Sec-WebSocket-Key check case-insensitive
MylesBorins Jun 9, 2016
e1d6bd9
stream: improve Readable.read() performance
mscdex May 31, 2016
fb39025
punycode: update to v2.0.0
mathiasbynens Jun 10, 2016
cbe5747
deps: switch to upstream v8_inspector
ofrobots Jun 14, 2016
09ecd1f
inspector: fix coverity scan errors
Jun 16, 2016
8dd48c9
inspector: fix inspector connection cleanup
Jun 1, 2016
d049919
vm: add ability to break on sigint/ctrl+c
addaleax May 8, 2016
72d659a
readline: return old status from _setRawMode
addaleax May 8, 2016
da8e510
repl: break on sigint/ctrl+c
addaleax May 8, 2016
0593351
src: use RAII for mutexes and condition variables
bnoordhuis Jun 17, 2016
2c7804a
crypto,tls: perf improvements for crypto and tls getCiphers
jasnell Jun 8, 2016
77331a7
tls: avoid calling Buffer.byteLength multiple times
jasnell Jun 8, 2016
9e9d7b8
doc: general improvements to os.md copy
jasnell Jun 3, 2016
7aa2125
doc: add argument information for socket.destroy()
Trott Jun 8, 2016
580e110
test: refresh the tmpdir before using
Trott Jun 16, 2016
c236a13
test: mark test-vm-timeout flaky on windows
Trott Jun 22, 2016
0f434fe
doc: add RReverser to collaborators
RReverser Jun 22, 2016
ec515c5
doc: mention http request "aborted" events
kemitchell Jun 10, 2016
7a0718b
doc: add `added:` information for tls
italoacasas May 27, 2016
32e068a
tools: update certdata.txt
bnoordhuis Jun 22, 2016
3eb02b6
tools: output include guards in mk-ca-bundle.pl
bnoordhuis Jun 22, 2016
ef41c8b
crypto: update root certificates
bnoordhuis Jun 22, 2016
009858b
test: remove internet/test-tls-connnect-cnnic
bnoordhuis Jun 23, 2016
029af2c
doc: update build instructions for Windows
joaocgreis Jun 13, 2016
a04cd85
doc: fix repl defineCommand example
akki Jun 23, 2016
eed6597
doc: fix link in the stream doc
italoacasas Jun 21, 2016
0bbf2ef
test: fix flaky test-fs-watch-encoding on OS X
Trott Jun 22, 2016
962ac37
string_decoder: fix bad utf8 character handling
mscdex Jun 15, 2016
8f1733c
test: add more UTF-8 StringDecoder tests
gagern Jun 16, 2016
09a7c91
doc: update "who to cc in issues" chart
Fishrock123 May 11, 2016
4486ba9
doc: add lance to collaborators
lance Jun 24, 2016
16aff79
test: add test for exec() known issue
Trott Jun 22, 2016
457d244
test: fix flaky test-vm-timeout
addaleax Jun 22, 2016
55b87c0
vm: test for abort condition of current invocation
addaleax Jun 22, 2016
e30f32f
Revert "test: mark test-vm-timeout flaky on windows"
addaleax Jun 22, 2016
6b1fc63
readline: allow passing prompt to constructor
evanlucas Jun 3, 2016
b725437
doc: minor rewording to the GitHub issue/pr templates
Fishrock123 Jun 24, 2016
efce335
doc: add CTC meeting minutes 2016-06-15
joshgav Jun 16, 2016
ca95a84
repl: fix tab completion for defined commands
princejwesley Jun 22, 2016
44bc638
doc: clarify child_process stdout/stderr types
sartrey Jun 22, 2016
e7b8400
http: replace finish() callback with arrow function
originalfoo Jun 22, 2016
35c70b5
benchmark: `util._extend` vs `object.assign`
suryagh Jun 10, 2016
3475591
doc: fix "sign.verify" typo in crypto doc.
rus0000 Jun 24, 2016
5f766ad
doc: fix typographic error in process doc
Trott Jun 26, 2016
a4880b5
deps: `MASM.UseSafeExceptionHandlers` for OpenSSL
indutny Jun 26, 2016
fa9e6f7
crypto: Allow GCM ciphers to have a longer IV length
mwain Apr 25, 2016
84dd526
src: renaming ares_task struct to node_ares_task
danbev Jun 20, 2016
c39f6c0
repl: Enable tab completion for global properties
lance Jun 22, 2016
40211e8
assert: remove unneeded arguments special handling
Trott Jun 24, 2016
225f3b9
deps: update v8_inspector
targos Jun 23, 2016
fe580eb
inspector: print warning when used
evanlucas Jun 23, 2016
bc37e6a
doc: general improvements to timers.md
jasnell May 23, 2016
91744aa
build: configure --shared
stefanmb Mar 27, 2016
1c7b622
doc: add `added:` information for http
addaleax Jun 23, 2016
f269c00
doc: add `added:` information for https
addaleax Jun 23, 2016
58ae35c
doc: fix broken refs to url.parse() in http docs
addaleax Jun 23, 2016
365f520
test: test isFullWidthCodePoint with invalid input
Trott Jun 25, 2016
5830ec5
tools: update cpplint to r456
bnoordhuis Jun 28, 2016
e3662a4
tools: disable unwanted cpplint rules again
bnoordhuis Jun 28, 2016
01b7b9a
tools: add back --mode=tap to cpplint
bnoordhuis Jun 28, 2016
9d0641e
tools: allow cpplint to run outside git repo
bnoordhuis Jun 28, 2016
5dfa234
src: fix build/c++tr1 cpplint warnings
bnoordhuis Jun 28, 2016
6280ccd
src: fix build/header_guard cpplint warnings
bnoordhuis Jun 28, 2016
7fe758d
src: fix readability/braces cpplint warnings
bnoordhuis Jun 28, 2016
b7e006b
src: fix readability/constructors cpplint warnings
bnoordhuis Jun 28, 2016
5fd1585
src: fix readability/inheritance cpplint warnings
bnoordhuis Jun 28, 2016
43e8357
src: fix readability/namespace cpplint warnings
bnoordhuis Jun 28, 2016
1fa6dba
src: fix readability/nolint cpplint warnings
bnoordhuis Jun 28, 2016
88c5183
src: fix runtime/indentation_namespace warnings
bnoordhuis Jun 28, 2016
be0c575
src: fix runtime/int cpplint warnings
bnoordhuis Jun 28, 2016
1b3c1b0
src: fix runtime/references cpplint warnings
bnoordhuis Jun 28, 2016
f72259a
src: fix whitespace/blank_line cpplint warnings
bnoordhuis Jun 28, 2016
3fa643b
src: fix whitespace/indent cpplint warnings
bnoordhuis Jun 28, 2016
8a31b23
build: remove unused files from CPPLINT_FILES
bnoordhuis Jun 28, 2016
da0ebf6
src: lint node_win32_perfctr_provider.cc
bnoordhuis Jun 28, 2016
ca4fb08
src: lint node_lttng_tp.h
bnoordhuis Jun 28, 2016
001aa06
src: lint v8abbr.h
bnoordhuis Jun 28, 2016
e727cb5
tools: fix -Wunused-variable warning
bnoordhuis Jun 28, 2016
a5d8945
timers: optimize linkedlist
Apr 26, 2016
efb7a90
timers: optimize `setImmediate()`
Apr 28, 2016
44f0f94
benchmark: add `setImmediate()` benchmarks
Apr 27, 2016
c795d1e
src: check uv_async_init() return value
bnoordhuis Jun 22, 2016
3b1c19f
src: initialize encoding_ data member
bnoordhuis Jun 22, 2016
9945b4e
src: guard against starting fs watcher twice
bnoordhuis Jun 22, 2016
2228a65
src: remove unused data member write_queue_size_
bnoordhuis Jun 22, 2016
25bc7fe
src: remove unused md_ data members
bnoordhuis Jun 22, 2016
b7e661b
src: remove duplicate HMAC_Init calls
bnoordhuis Jun 22, 2016
2816418
src: remove deprecated HMAC_Init, use HMAC_Init_ex
bnoordhuis Jun 22, 2016
ce039c3
src: fix use-after-return in zlib bindings
bnoordhuis Jun 22, 2016
6fa560d
src: fix memory leak in WriteBuffers() error path
bnoordhuis Jun 22, 2016
8f7baff
src: fix bad logic in uid/gid checks
bnoordhuis Jun 22, 2016
4b0ab5b
test: add testcfg.py to test/abort/
bnoordhuis Jun 19, 2016
c7ab7a3
test: fix abort/test-abort-uncaught-exception
bnoordhuis Jun 19, 2016
6de80fc
test: don't use internal headers in add-on tests
bnoordhuis Jun 20, 2016
6cec90a
src: print backtrace on fatal error
bnoordhuis May 13, 2016
c96d701
src: print backtrace on abort/unreachable code
bnoordhuis May 13, 2016
517e715
test: add abort test for backtrace validation
cjihrig May 16, 2016
b8919b1
src: move ABORT() logic into node::Abort()
bnoordhuis Jun 19, 2016
57cc4e3
src: print backtrace on failed CHECK/ASSERT
bnoordhuis Jun 19, 2016
658ab3d
test: check types for http request and response
bnoordhuis May 26, 2016
d857e9a
tools: explicit path for V8 test tap output
Jun 28, 2016
c4aaf47
inspector: Do cleanups before notifying callback
Jun 27, 2016
12b1993
deps: update icu-small to include punycode datafiles
jasnell Jun 28, 2016
d0e2492
net: use icu's punycode implementation
jasnell Jun 21, 2016
8d18aed
doc: fixing minor typo in AtExit hooks section
danbev Jun 29, 2016
6151544
vm: don't print out arrow message for custom error
addaleax Jun 24, 2016
1bd6a62
build: drop unconditional openssl dep from cctest
bnoordhuis Jun 29, 2016
4891001
debugger: make listen address configurable
bnoordhuis Oct 10, 2015
7a7b8f7
repl: Default `useGlobal` to false in CLI REPL.
lance Mar 14, 2016
4a0fb6f
Revert "child_process: measure buffer length in bytes"
Trott Jun 22, 2016
2aa06b9
child_process: preserve argument type
Trott Jun 23, 2016
7d07a0b
doc: improve usage of `zero`/`0`
Trott Jun 28, 2016
b383fdd
test: remove common.PORT from http tests
Trott Jun 29, 2016
45f83e5
doc: add guide for Node.js Timers
ryanmurakami May 18, 2016
9b5be44
build: split CI rules in Makefile
joaocgreis Jun 15, 2016
6da49ac
test: handle SmartOS bug in test-tls-session-cache
Trott Jun 30, 2016
c132e9c
test: listen on and connect to 127.0.0.1
bnoordhuis Jul 2, 2016
63d361b
doc: fix documentation of process.argv
tarungarg546 Jun 27, 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
src: add linebreak to inspector message
Add linebreak to inspector ready message to wrap properly in
80 column (default) terminal windows.

Fixes: #7067
PR-URL: #7070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
nicolasromer authored and Fishrock123 committed Jul 5, 2016
commit 643b33b4979eb1d3acff40743c775908396b5624
2 changes: 1 addition & 1 deletion src/inspector_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace {
const char DEVTOOLS_PATH[] = "/node";

void PrintDebuggerReadyMessage(int port) {
fprintf(stderr, "Debugger listening on port %d. "
fprintf(stderr, "Debugger listening on port %d.\n"
"To start debugging, open the following URL in Chrome:\n"
" chrome-devtools://devtools/remote/serve_file/"
"@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?"
Expand Down