summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: update ESLint to 7.0.0-alpha.1cjihrig2020-03-11118-452/+922
* tools: update ESLint to 7.0.0-alpha.0cjihrig2020-03-11336-16066/+10379
* Revert "src: keep main-thread Isolate attached to platform during Dispose"Anna Henningsen2020-03-111-5/+1
* src: discard tasks posted to platform TaskRunner during shutdownAnna Henningsen2020-03-111-2/+10
* stream: do not swallow errors with async iterators and pipelineMatteo Collina2020-03-112-15/+51
* test: mark test-timers-blocking-callback flaky on osxMyles Borins2020-03-111-0/+2
* src: elevate v8 namespaceRamanandPatil2020-03-111-2/+3
* http: detach socket from IncomingMessage on keep-aliveRobert Nagy2020-03-103-1/+46
* test: always skip vm-timeout-escape-queuemicrotaskDenys Otrishko2020-03-101-0/+5
* doc: change worker.takeHeapSnapshot to getHeapSnapshotGerhard Stoebich2020-03-101-15/+15
* http: align OutgoingMessage and ClientRequest destroyRobert Nagy2020-03-107-38/+155
* build: workaround for gclient python3 issuesMatheus Marchini2020-03-101-0/+1
* doc: official macOS builds now on 10.15 + Xcode 11Rod Vagg2020-03-101-1/+1
* deps: update term-size with signed versionRod Vagg2020-03-101-0/+0
* build: macOS package notarizationRod Vagg2020-03-106-1/+77
* src: use C++ style for struct with initializersSam Roberts2020-03-101-2/+2
* doc: remove personal pronoun usage in policy.mdRich Trott2020-03-091-3/+3
* doc: remove personal pronoun usage in fs.mdRich Trott2020-03-091-7/+7
* doc: remove personal pronoun usage in errors.mdRich Trott2020-03-091-1/+1
* doc: remove personal pronoun usage in addons.mdRich Trott2020-03-091-2/+2
* test: improve test-debug-usageRich Trott2020-03-091-5/+3
* tools: use per-process native Debug() printer in mkcodecacheJoyee Cheung2020-03-104-15/+34
* src: implement per-process native Debug() printerJoyee Cheung2020-03-104-0/+31
* src: refactor debug category parsingJoyee Cheung2020-03-107-93/+168
* src: make aliased_buffer.h self-containedJoyee Cheung2020-03-101-1/+1
* benchmark: remove special test entriesRuben Bridgewater2020-03-0941-81/+15
* test: refactor all benchmark tests to use the new test optionRuben Bridgewater2020-03-0932-324/+34
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-0938-200/+305
* benchmark: refactor helper into a classRuben Bridgewater2020-03-091-214/+215
* cli: allow --jitless V8 flag in NODE_OPTIONSAndrew Neitsch2020-03-094-13/+41
* test: warn when inspector process crashesMatheus Marchini2020-03-091-0/+3
* n-api: define release 6Gabriel Schulhof2020-03-0914-38/+22
* async_hooks: add sync enterWith to ALSStephen Belanger2020-03-093-3/+65
* doc: revise tools/icu/README.mdRich Trott2020-03-091-7/+5
* test: increase test timeout to prevent flakinessRuben Bridgewater2020-03-091-1/+1
* src: handle NULL env scenarioHarshitha KP2020-03-093-24/+43
* test: use index.js if package.json "main" is emptyBen Noordhuis2020-03-093-0/+28
* test: changed function to arrow functionProdipRoy892020-03-091-2/+2
* build: allow use of system-installed brotliAndré Draszik2020-03-091-0/+22
* build: allow passing multiple libs to pkg_configAndré Draszik2020-03-091-1/+5
* doc: link setRawMode() from signal docsAnna Henningsen2020-03-091-1/+2
* test: allow EAI_FAIL in test-net-dns-error.jsVita Batrla2020-03-091-3/+4
* src: simplify node_worker.cc using new KVStore APIDenys Otrishko2020-03-091-8/+4
* src: improve KVStore APIDenys Otrishko2020-03-092-20/+48
* src: add missing namespace using statements in node_watchdog.hlegendecas2020-03-092-4/+5
* src: create a getter for kernel versionJuan José Arboleda2020-03-094-30/+43
* fs: fix valid id range on chown, lchown, fchownhimself652020-03-092-17/+18
* doc: document self-referencing a package nameGil Tayar2020-03-091-0/+45
* src: fix -Wreorder compiler warningcjihrig2020-03-081-2/+2
* src: fix -Winconsistent-missing-override warningcjihrig2020-03-081-1/+1