summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-06-29, Version 8.1.3 (Current)v8.1.3Rod Vagg2017-06-293-2/+83
* doc: update backporting guideRefael Ackermann2017-06-242-54/+50
* test: refactor test-http-set-timeout-serverRich Trott2017-06-241-8/+6
* test: refactor test-stream2-writableRich Trott2017-06-241-1/+3
* tools: fix error in custom ESLint ruleRich Trott2017-06-241-1/+1
* tools: apply stricter indentation rules to toolsRich Trott2017-06-241-0/+12
* tools: fix indentation in required-modules.jsRich Trott2017-06-241-2/+2
* test: remove common module from test it thwartsRich Trott2017-06-241-16/+23
* stream: finish must always follow errorMatteo Collina2017-06-243-64/+175
* doc: make socket IPC examples more robustcjihrig2017-06-241-3/+13
* n-api: avoid crash in napi_escape_scope()Michael Dawson2017-06-214-8/+43
* stream: fix `undefined` in Readable object modeAnna Henningsen2017-06-212-2/+46
* doc: mention rebasing of v?.x-staging post releaseAnna Henningsen2017-06-211-1/+1
* src: don't set --icu_case_mapping flag on startupBen Noordhuis2017-06-211-8/+0
* test: fix RegExp nitsVse Mozhet Byt2017-06-2156-244/+301
* dgram: change parameter name in set(Multicast)TTLTobias Nießen2017-06-213-16/+12
* test: accommodate AIX by watching fileRich Trott2017-06-211-2/+2
* net: fix abort on bad address inputRuben Bridgewater2017-06-212-10/+27
* test: remove node-tap lookalikecjihrig2017-06-216-774/+497
* readline,repl,url,util: remove needless capturingVse Mozhet Byt2017-06-215-12/+12
* benchmark: remove needless RegExp capturingVse Mozhet Byt2017-06-212-2/+2
* test: make test-http(s)-set-timeout-server alikejklepatch2017-06-212-55/+22
* doc: `path.relative` uses `cwd`DuanPengfei2017-06-211-3/+3
* test: delete outdated fixtures/stdio-filter.jsVse Mozhet Byt2017-06-211-32/+0
* v8: fix RegExp nits in v8_prof_polyfill.jsVse Mozhet Byt2017-06-211-2/+3
* test: refactor test-fs-watch-stop-syncRich Trott2017-06-211-5/+16
* test: check zlib version for createDeflateRawDaniel Bevenius2017-06-211-5/+9
* test: add hasIntl to failing testDaniel Bevenius2017-06-215-2/+25
* doc: add hasIntl to test/common/README.mdDaniel Bevenius2017-06-211-0/+6
* tools: update ESLint to v4.0.0Rich Trott2017-06-211093-35550/+38148
* build: check for linter in bin rather than libRich Trott2017-06-212-2/+2
* test: improve http test reliabilityBrian White2017-06-211-3/+31
* doc: fix typo in changelogTeddy Katz2017-06-211-1/+1
* doc: small makeover for onboarding.mdAnna Henningsen2017-06-211-44/+61
* build: fail linter if linting not availableGibson Fahnestock2017-06-212-1/+2
* test: increase coverage for internal/module.jsTamás Hódi2017-06-211-0/+14
* test: refactor test-fs-read-streamRich Trott2017-06-211-147/+163
* src: fix decoding base64 with whitespaceNikolai Vavilov2017-06-212-2/+5
* util: ignore invalid format specifiersMichaël Zasso2017-06-212-0/+12
* test: refactor test-cluster-worker-isconnected.jscjihrig2017-06-211-19/+11
* test: fix nits in test-fs-mkdir-rmdir.jsVse Mozhet Byt2017-06-211-7/+8
* test: fix test-inspector-port-zero-clusterRefael Ackermann2017-06-213-22/+101
* src: remove void casts for clear_error_on_returnDaniel Bevenius2017-06-211-14/+0
* doc: fix a few n-api doc issuesMichael Dawson2017-06-211-20/+49
* doc: fix minor issues reported in #9538Tobias Nießen2017-06-217-160/+164
* inspector,cluster: fix inspect port assignmentcornholio2017-06-216-58/+166
* test: refactor test-fs-watch-stop-asyncRich Trott2017-06-211-1/+2
* test: change deprecated method to recommendedRich Trott2017-06-218-16/+16
* doc: fixes a typo in the async_hooks documentationChris Young2017-06-211-2/+2
* test: refactor test-fs-read-stream-inheritRich Trott2017-06-211-56/+59