summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-02-18, Version 12.16.1 'Erbium' (LTS)v12.16.1-proposalMyles Borins2020-02-173-2/+67
* src: inform callback scopes about exceptions in HTTP parserAnna Henningsen2020-02-172-0/+31
* Revert "events: allow monitoring error events"Myles Borins2020-02-173-69/+2
* async_hooks: ensure event after been emitted on runInAsyncScopelegendecas2020-02-143-45/+19
* Revert "src: make --use-largepages a runtime option"Myles Borins2020-02-1410-101/+58
* Revert "build: re-introduce --use-largepages as no-op"Myles Borins2020-02-141-10/+0
* Revert "build: switch realpath to pwd"Myles Borins2020-02-141-2/+2
* Revert "src: make large_pages node.cc include conditional"Myles Borins2020-02-141-2/+0
* Revert "build: warn upon --use-largepages config option"Myles Borins2020-02-141-7/+0
* src: keep main-thread Isolate attached to platform during DisposeAnna Henningsen2020-02-141-1/+5
* module: 12.x self resolve flag as experimental modulesGuy Bedford2020-02-132-0/+17
* src: fix -Winconsistent-missing-override warningcjihrig2020-02-131-1/+1
* Working on v12.16.1Michaƫl Zasso2020-02-111-2/+2
* 2020-02-11, Version 12.16.0 'Erbium' (LTS)v12.16.0v12.16.0-proposalMyles Borins2020-02-1124-66/+771
* assert: implement `assert.match()` and `assert.doesNotMatch()`Ruben Bridgewater2020-02-063-4/+220
* doc: make `AssertionError` a linkRuben Bridgewater2020-02-061-40/+45
* doc: update assert.throws() examplesRuben Bridgewater2020-02-061-6/+9
* assert: DRY .throws codeRuben Bridgewater2020-02-061-43/+45
* assert: fix generatedMessage propertyRuben Bridgewater2020-02-061-3/+10
* util: improve prototype inspection using `inspect()` and `showHidden`Ruben Bridgewater2020-02-062-13/+28
* src: accept single argument in getProxyDetailsRuben Bridgewater2020-02-062-3/+8
* util: add (typed) array length to the default outputRuben Bridgewater2020-02-066-73/+69
* util: refactor inspect code for constistencyRuben Bridgewater2020-02-062-92/+80
* util: inspect (user defined) prototype propertiesRuben Bridgewater2020-02-064-22/+198
* util: fix built-in detectionRuben Bridgewater2020-02-061-1/+1
* util: never trigger any proxy traps using `format()`Ruben Bridgewater2020-02-062-0/+10
* util: improve performance inspecting proxiesRuben Bridgewater2020-02-064-11/+22
* benchmark: add more util inspect and format benchmarksRuben Bridgewater2020-02-063-6/+18
* util: fix .format() not always calling toString when it should beRuben Bridgewater2020-02-062-22/+94
* n-api: implement napi_is_detached_arraybufferDenys Otrishko2020-02-065-0/+90
* http2: make HTTP2ServerResponse more streams compliantRobert Nagy2020-02-062-40/+74
* deps: V8: cherry-pick 0dfd9ea51241bcoe2020-02-063-1/+39
* test,module: add test for exports cjs loader checkRich Trott2020-02-065-0/+177
* module: fix check exports issue in cjs module loadingGuy Bedford2020-02-061-1/+1
* module: unflag conditional exportsGuy Bedford2020-02-069-100/+20
* module: logical conditional exports orderingGuy Bedford2020-02-067-86/+152
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-02-0635-344/+744
* deps: V8: cherry-pick d89f4ef1cd62Milad Farazmand2020-02-062-3/+3
* buffer: release buffers with free callbacks on env exitAnna Henningsen2020-02-064-10/+95
* src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen2020-02-069-4/+86
* lib: move initialization of APIs for changing process stateAnna Henningsen2020-02-064-56/+55
* wasi: refactor destructuring object on constructorhimself652020-02-061-4/+2
* benchmark: use let instead of var in dgramdnlup2020-02-065-18/+17
* test: change buffer offset to accommodate V8 BackingStoreThang Tran2020-02-061-4/+8
* http2: set default enableConnectProtocol to 0ZYSzys2020-02-067-21/+68
* perf_hooks: use for...ofKamat, Trivikram2020-02-061-6/+4
* lib: do not catch user errorsRuben Bridgewater2020-02-061-8/+4
* doc: remove extra backtickcjihrig2020-02-061-1/+1
* doc: use code markup/markdown in headersRuben Bridgewater2020-02-065-99/+141
* http: http_outgoing rename var to let and consttelenord2020-02-061-14/+14