Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
a17d684
src: fix deprecation warning in node_perf.cc
danbev Feb 20, 2018
205a84c
doc: remove CII badge in README
silverwind Feb 21, 2018
4fa1f31
cluster: fix inspector port assignment
santigimeno Feb 10, 2018
38797b5
vm: consolidate validation
timotew Feb 12, 2018
fc6ee39
tools: fix custom eslint rule errors
BridgeAR Feb 18, 2018
16ef386
build, win: vcbuild improvements
bzoz Nov 13, 2017
c7f9608
http: allow _httpMessage to be GC'ed
lpinca Feb 19, 2018
edba129
test: http2 compat response.write() error checks
trivikr Feb 18, 2018
01398b2
repl: fix tab-complete warning
killagu Feb 20, 2018
6e7aa3d
src: fix abort when taking a heap snapshot
bnoordhuis Feb 21, 2018
112c9a3
http: remove default 'drain' listener on upgrade
lpinca Feb 19, 2018
e447580
doc: fix link in onboarding.md
justin0022 Feb 20, 2018
38cf3cf
doc: update description of 'clientError' event
lpinca Feb 20, 2018
8532251
doc: remove extraneous "for example" text
Trott Feb 20, 2018
def51ba
url: reduce deplicated codes in `autoEscapeStr`
starkwang Feb 7, 2018
ec55965
deps: upgrade libuv to 1.19.2
cjihrig Feb 21, 2018
d255db3
tools: ignore VS compiler output in deps/v8
targos Feb 23, 2018
2282dce
src: remove node namespace qualifiers
danbev Feb 23, 2018
6f177e7
doc: `readable.push(undefined)` in non-object mode
Jan 21, 2018
b456e31
doc: add process.debugPort to doc/api/process.md
flickz Feb 11, 2018
4bc5423
doc: update 2fa information in onboarding.md
Trott Feb 24, 2018
4f454bd
doc: mention git-node in the collaborator guide
joyeecheung Feb 23, 2018
287946d
doc: remove `Returns: {undefined}`
Feb 21, 2018
237a363
build: make gyp user defined variables lowercase
danbev Oct 16, 2017
f869139
tools, test: fix prof polyfill readline
killagu Feb 11, 2018
f7e1402
build: include the libuv and zlib into node
yhwang Jan 17, 2018
cf0b95c
process: use more direct sync I/O for stdio
addaleax Dec 30, 2017
f17987b
src: remove `HasWriteQueue()`
addaleax Dec 30, 2017
f607577
src: use `DoTryWrite()` for not-all-Buffer writev()s too
addaleax Jan 10, 2018
38fd790
tty: fix console printing on Windows
addaleax Jan 17, 2018
cb5ed45
src: refactor stream callbacks and ownership
addaleax Jan 8, 2018
684684e
src: simplify handles for libuv streams
addaleax Jan 24, 2018
743cf33
test: introduce SetUpTestCase/TearDownTestCase
danbev Feb 3, 2018
738b0a1
lib: add `process` to internal module wrapper
addaleax Nov 21, 2017
d348496
process: refactor nextTick for clarity
apapirovski Dec 18, 2017
4acea14
process: do not directly schedule _tickCallback in _fatalException
apapirovski Dec 23, 2017
8474f86
timers: make setImmediate() immune to tampering
bnoordhuis Dec 18, 2017
07c6fb9
src: use AliasedBuffer for TickInfo
apapirovski Dec 27, 2017
37f253e
timers: refactor setImmediate error handling
apapirovski Dec 26, 2017
f2dd17b
timers: allow Immediates to be unrefed
apapirovski Jan 13, 2018
46fc507
src, test: node internals' postmortem metadata
Dec 26, 2017
35cddae
test: fix cctest -Wunused-variable warning
bnoordhuis Feb 2, 2018
189e566
src: do not redefine private for GenDebugSymbols
joyeecheung Feb 8, 2018
8c93499
build: add node_lib_target_name to cctest deps
danbev Feb 5, 2018
4de4c54
src: expose uv.errmap to binding
joyeecheung Dec 25, 2017
28fa906
util: implement util.getSystemErrorName()
joyeecheung Jan 16, 2018
b3fe55a
errors: improve the description of ERR_INVALID_ARG_VALUE
joyeecheung Jan 24, 2018
8e31bf4
util: skip type checks in internal getSystemErrorName
joyeecheung Feb 3, 2018
1246902
errors: move error creation helpers to errors.js
joyeecheung Feb 3, 2018
df0d78a
test: stdio pipe behavior tests
bzoz Feb 7, 2018
1be5e33
test: replace assert.throws with expectsError
sreepurnajasti Jan 5, 2018
b4c933d
promises: refactor rejection handling
apapirovski Jan 17, 2018
5ddef29
async_wrap: schedule destroy hook as unref
apapirovski Jan 18, 2018
296523a
src: remove unnecessary async hooks check
apapirovski Jan 21, 2018
dd917eb
doc: add pending-deprecation to deprecations list
ChALkeR Jan 29, 2018
4012ae8
build: fix coverage build
yhwang Jan 27, 2018
cfb78bc
process: use linked reusable queue for ticks
mafintosh Feb 6, 2018
be9777c
benchmark: add stream.pipe benchmarks
mafintosh Feb 6, 2018
7dd3c8a
test: add url type check in Module options
Feb 8, 2018
7fb72a5
deps,src: align ssize_t ABI between Node & nghttp2
addaleax Feb 4, 2018
efb4646
tls_wrap: use DoTryWrite()
addaleax Jan 28, 2018
fa691f7
src: only set JSStreamWrap write req after `write()`
addaleax Feb 8, 2018
3543c55
test: make sure WriteWrap tests are actually async
addaleax Feb 8, 2018
9169449
src: refactor WriteWrap and ShutdownWraps
addaleax Feb 8, 2018
484e06d
tls: use after free in tls_wrap
kfarnung Feb 18, 2018
e33b9fa
src: fix GetCpuProfiler() deprecation warning
bnoordhuis Feb 2, 2018
7853a7f
test: add test for stream unpipe with 'data' listeners
addaleax Feb 2, 2018
85bbd43
2018-03-01, Version 9.7.0 (Current)
rvagg Feb 27, 2018
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
tools: ignore VS compiler output in deps/v8
PR-URL: #18952
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
targos authored and addaleax committed Feb 26, 2018
commit d255db3ae7d44232819d277ea88397a18076d7bb
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ deps/uv/docs/src/guide/

# do not override V8's .gitignore
!deps/v8/**
# ignore VS compiler output unhandled by V8's .gitignore
deps/v8/src/Debug/
deps/v8/src/Release/
deps/v8/src/inspector/Debug/
deps/v8/src/inspector/Release/