summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-11-14, Version 9.2.0 (Current)v9.2.0v9.2.0-proposalEvan Lucas2017-11-144-5/+155
* events: remove emit micro-optimizationsAnatoli Papirovski2017-11-144-117/+51
* test: reuse existing PassThrough implementationTobias Nießen2017-11-141-9/+2
* test: use fixtures module for path resolvesercan yersen2017-11-141-2/+5
* deps: cherry-pick 3c8195d from V8 upstreamFranziska Hinkelmann2017-11-144-6/+36
* src: fix compiler warning in process.ppidcjihrig2017-11-141-2/+3
* src: turn inspector raw pointer into unique_ptrFranziska Hinkelmann2017-11-142-4/+5
* test: refactor comments in test-child-process-spawnsync-maxbufChrBergert2017-11-141-2/+4
* test: refactor addons-napi/test_promise/test.jska3e2017-11-141-14/+17
* tools: enforce no unused trailing arguments tools directoryRich Trott2017-11-141-0/+4
* tools: remove unused trailing function argumentsRich Trott2017-11-143-3/+3
* meta: 32 bit linux is experimentalRefael Ackermann2017-11-141-1/+2
* doc: recommend node-core-utils for metadataRich Trott2017-11-142-5/+4
* doc: fix typo in http2 docGus Caplan2017-11-141-1/+1
* deps: patch V8 to 6.2.414.44Myles Borins2017-11-1338-187/+486
* test: used fixturesDir from fixtures modulesKlemen Kogovsek2017-11-131-1/+3
* lib: replace string concatenation with templateSuryanarayana Murthy N2017-11-131-3/+3
* build: fix cctest compilationDaniel Bevenius2017-11-133-177/+229
* lib: guard inspector console using process varDaniel Bevenius2017-11-133-2/+48
* tools: fix inspector-check reportingDaniel Bevenius2017-11-131-4/+6
* test: refactor fs.write() testPatrick Heneise2017-11-131-28/+31
* test: add a test descriptionGrant Gasparyan2017-11-131-0/+5
* doc: reorganize COLLABORATOR_GUIDE.mdRich Trott2017-11-132-29/+33
* http2: multiple smaller code cleanupsJames M Snell2017-11-133-72/+57
* src: explain implementation of vm moduleFranziska Hinkelmann2017-11-131-0/+21
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-1355-96/+96
* loader: test search moduleCyril Lakech2017-11-131-0/+18
* test: use ES6 classes instead of util.inheritsTobias Nießen2017-11-1325-422/+364
* doc: drop support for VS2015Nikolai Vavilov2017-11-131-12/+7
* test: use common/fixtures module in hash-seed testJavier Blanco2017-11-131-9/+9
* test: make test-tls-external-accessor agnosticRich Trott2017-11-131-2/+2
* test: make test-require-json engine agnosticRich Trott2017-11-131-3/+2
* test: make test-repl engine agnosticRich Trott2017-11-131-17/+14
* test: make test-repl-syntax-error-stack agnosticRich Trott2017-11-131-1/+6
* test: make test-repl-harmony engine agnosticRich Trott2017-11-131-1/+3
* test: make test-querystring-escape engine agnosticRich Trott2017-11-131-6/+8
* test: make test-process-env-symbols agnosticRich Trott2017-11-131-3/+6
* test: make test-os-eol engine agnosticRich Trott2017-11-131-6/+3
* test: make error stack test engine agnosticRich Trott2017-11-131-4/+9
* test: make test-http-outgoing-proto agnosticRich Trott2017-11-131-2/+5
* test: make test-error-reporting engine agnosticRich Trott2017-11-131-6/+2
* test: make test-console engine agnosticRich Trott2017-11-131-2/+4
* test: make test-console-count engine agnosticRich Trott2017-11-131-3/+5
* test: make test-cli-syntax engine agnosticRich Trott2017-11-131-1/+3
* test: make test-buffer-slow engine agnosticRich Trott2017-11-131-1/+3
* test: improve template value for test messageStephan Smith2017-11-131-1/+2
* test: unmark flaky testAnna Henningsen2017-11-131-2/+0
* src: use unrefed async for GC trackingAnna Henningsen2017-11-132-0/+3
* doc: clarify the prerequisites for building with VS2017Nikolai Vavilov2017-11-131-3/+5
* lib: change concatenated string to templatePawan Jangid2017-11-131-1/+1