summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert from Python 3.8 back to 3.7Test-Python3-on-Travis-CIChristian Clauss2019-10-161-1/+1
* fixup: Upgrade to Python 3.8Christian Clauss2019-10-161-4/+2
* build: test Python 3.7 on Travis CI AGAINChristian Clauss2019-10-151-2/+4
* deps: update npm to 6.12.0isaacs2019-10-15263-1502/+3150
* doc: prepare miscellaneous docs for new markdown lint rulesRich Trott2019-10-154-143/+145
* n-api: add `napi_detach_arraybuffer`legendecas2019-10-146-1/+92
* vm: add Synthetic modulesGus Caplan2019-10-1419-537/+769
* test: fix fs benchmark testRich Trott2019-10-141-8/+9
* doc: fix --enable-source-maps flag in v12.12.0 changelogUnlocked2019-10-141-1/+1
* http: do not emit end after abortedRobert Nagy2019-10-137-11/+44
* process: add lineLength to source-map-cachebcoe2019-10-136-55/+118
* stream: throw unhandled error for readable with autoDestroyRobert Nagy2019-10-132-2/+28
* fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy2019-10-132-0/+20
* build: fix version checks in gyp filesBen Noordhuis2019-10-133-3/+8
* src: implement v8 host weakref hooksGus Caplan2019-10-1311-0/+94
* tools: fix test runner in presence of NODE_REPL_EXTERNAL_MODULEGus Caplan2019-10-131-0/+4
* tools: fix GYP MSVS solution generator for Python 3Michaël Zasso2019-10-131-2/+3
* build: always use strings for compiler version in gyp filesMichaël Zasso2019-10-134-11/+11
* tools: port Python 3 compat patches from node-gyp to gypMichaël Zasso2019-10-1310-29/+36
* deps: patch V8 to 7.8.279.17Michaël Zasso2019-10-135-6/+62
* src: render N-API weak callbacks as cleanup hooksGabriel Schulhof2019-10-138-33/+288
* domain: do not import util for a simple type checkRuben Bridgewater2019-10-121-2/+1
* test: add more recursive fs.rmdir() testsMaria Paktiti2019-10-121-11/+73
* fs: make FSWatcher.start privateLucas Holmquist2019-10-123-20/+14
* doc: nest code fence under unordered listNick Schonning2019-10-121-9/+9
* doc: remove double word "where"Nick Schonning2019-10-121-1/+1
* test: do not force the process to exitLuigi Pinca2019-10-128-10/+6
* doc,meta: reduce npm PR wait period to one weekRich Trott2019-10-121-1/+1
* fs: add runtime deprecate for file stream open()Robert Nagy2019-10-124-21/+113
* doc: fix some recent nits in fs.mdVse Mozhet Byt2019-10-121-42/+44
* crypto: reject public keys properlyTobias Nießen2019-10-112-1/+25
* doc: add brackets to implicit markdown linksNick Schonning2019-10-113-3/+3
* http: add reusedSocket property on client requestthemez2019-10-124-3/+64
* src: fix largepages regressionGabriel Schulhof2019-10-111-2/+1
* net: treat ENOTCONN at shutdown as successAnna Henningsen2019-10-121-2/+3
* module: warn on require of .js inside type: moduleGuy Bedford2019-10-114-5/+67
* doc: fs dir modifications may not be reflected by dir.readAnna Henningsen2019-10-111-8/+16
* fs: buffer dir entries in opendir()Anna Henningsen2019-10-115-45/+143
* repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan2019-10-115-30/+62
* 2019-10-11, Version 12.12.0 (Current)Ruben Bridgewater2019-10-119-22/+110
* doc: use the WHATWG URL API in http code examplesThomas Watson2019-10-111-3/+3
* deps: V8: cherry-pick 53e62afMichaël Zasso2019-10-112-1/+2
* deps: patch V8 to 7.8.279.15Michaël Zasso2019-10-1110-41/+75
* doc: escape brackets not used as markdown reference linksNick Schonning2019-10-1041-465/+465
* doc: correct typos in security release processNick Schonning2019-10-101-3/+3
* doc: indent code fence under list itemNick Schonning2019-10-101-3/+3
* benchmark: remove double word "then" in commentsNick Schonning2019-10-102-2/+2
* util: validate formatWithOptions inspectOptionsRuben Bridgewater2019-10-102-5/+29
* doc: return type is numberexoego2019-10-101-2/+2
* http2: fix file close error condition at respondWithFdAnna Henningsen2019-10-101-4/+1