summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src: deprecate V8 date conversion helpersAnna Henningsen2018-10-041-3/+10
* doc: improve Download section of READMERich Trott2018-10-031-12/+16
* doc: remove GA trackingBen Noordhuis2018-10-046-56/+7
* test: add process.stdin.end() TTY regression testMatteo Collina2018-10-042-0/+8
* src: remove public API for option variablesAnna Henningsen2018-10-036-57/+10
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-0330-198/+140
* doc: move gibfahn to TSC EmeritusGibson Fahnestock2018-10-031-2/+2
* doc: clarify assigning issues to the TSCFranziska Hinkelmann2018-10-031-3/+7
* doc: improve Release Types text in READMERich Trott2018-10-031-27/+21
* http2: set nghttp2_option_set_no_closed_streamsDavid Halls2018-10-032-0/+57
* test: add more descriptive err message to assertJosh Broomfield2018-10-031-1/+5
* test: error when empty buffer is passed to fs.read()shisama2018-10-031-0/+10
* http2: don't send trailers on a closed connectionAndré Cruz2018-10-031-1/+1
* crypto: extract throwInvalidArgType functionDaniel Bevenius2018-10-031-20/+12
* test: fix broken testcjihrig2018-10-031-1/+2
* doc: simplify support section of READMERich Trott2018-10-021-6/+6
* tools,gyp: don't force build actions with multiple outputs10.0.0-proposalRefael Ackermann2018-10-021-2/+4
* tools,gyp: cosmetic change to GYP `make` generator outputsRefael Ackermann2018-10-021-6/+6
* build: encapsulate node/inspector gyp scafoldingRefael Ackermann2018-10-022-194/+150
* build: reduce chance of unneeded rebuildRefael Ackermann2018-10-024-58/+49
* util: change %o depth defaultRuben Bridgewater2018-10-022-2/+5
* util: change util.inspect depth defaultRuben Bridgewater2018-10-026-27/+62
* repl: do not swallow errors in nested REPLsRich Trott2018-10-024-2/+73
* build: exclude npm test directories on WindowsRichard Lau2018-10-022-10/+20
* test: mark some flakesRefael Ackermann2018-10-022-1/+14
* util: handle null prototype on inspectAnto Aravinth2018-10-022-43/+142
* util: update definition of DISALLOW_COPY_AND_ASSIGN macroNitish Sakhawalkar2018-10-021-3/+1
* crypto: make PEM parsing RFC7468-compliantTobias Nießen2018-10-021-32/+51
* crypto: add support for PEM-level encryptionTobias Nießen2018-10-023-17/+97
* deps: patch V8 to 7.0.276.22Michaël Zasso2018-10-023-3/+3
* stream: improve buffer list inspectionRuben Bridgewater2018-10-022-3/+20
* doc: fix incorrect anchoring (#vcbuild.bat -> #vcbuildbat)Justin Lee2018-10-021-2/+2
* doc: fix minor typo (to early -> too early)Justin Lee2018-10-021-1/+1
* doc: remove recommendation to use node-epsRichard Lau2018-10-021-5/+0
* test: improve test-gc-http-clientRich Trott2018-10-011-1/+0
* timers: use custom inspection for linked listsRuben Bridgewater2018-10-023-0/+41
* src: fix indentation for `AsyncResource`Anna Henningsen2018-10-011-78/+78
* crypto: replace gotosTobias Nießen2018-10-011-12/+4
* tools: unify .editorconfig rules for 2-spaceRoman Reiss2018-10-011-22/+8
* Replace vague 'may not' with definitive 'will not'Mike MacCana2018-10-011-4/+5
* doc: add contents table to CONTRIBUTING.mdZYSzys2018-10-011-0/+7
* doc: move perf tools and APIs to Tier 3Matheus Marchini2018-10-011-7/+7
* url: use foreach-style C++ loopTobias Nießen2018-10-011-3/+2
* cluster: move handle tracking out of utilscjihrig2018-10-012-3/+3
* src: remove unused using declarationsDaniel Bevenius2018-10-011-4/+0
* src: remove unused locale.hDaniel Bevenius2018-10-011-1/+0
* util: set `super_` property to non-enumerableRuben Bridgewater2018-10-012-2/+14
* build: add --quiet to lint-cppDaniel Bevenius2018-10-011-1/+1
* tools: fix cpplint --quiet optionDaniel Bevenius2018-10-011-3/+2
* tools: update ESLint to 5.6.1cjihrig2018-10-01205-1149/+1735