aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-17doc: improve asymmetric crypto docsAnna Henningsen
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-17http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-17assert: add default operator to `assert.fail()`Ruben Bridgewater
2018-09-17doc: add missing options for crypto sign.sign()Mohit kumar Bajoria
2018-09-17src: move no_async_hooks_checks to envDaniel Bevenius
2018-09-16tools: prevent string literals in some assertionsRich Trott
2018-09-16test: prepare test-assert for strictEqual lintingRich Trott
2018-09-16test: remove string literal from assertionRich Trott
2018-09-16test: remove string literal from assertionRich Trott
2018-09-16test: remove string literal arg from assertionRich Trott
2018-09-16test: remove string literal message from assertionRich Trott
2018-09-16test: remove string literal from assertionRich Trott
2018-09-16test: refactor flag checkRich Trott
2018-09-16test: simplify assertion in http2 testsRich Trott
2018-09-16test: improve assertion in test-inspector.jsRich Trott
2018-09-16test: remove string literal message in assertionsRich Trott
2018-09-16test: remove string literal message from assertionRich Trott
2018-09-16tools: update ESLint to 5.6.0Rich Trott
2018-09-16path: remove unnecessary if statementWilliam Chargin
2018-09-16tracing: remove shutdown-on-signalAnna Henningsen
2018-09-16src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-15fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-14doc: add withFileTypes option to fsPromises.readdirBryan English
2018-09-14doc: fix typo in dns docsMohammed Essehemy
2018-09-14src: move DebugPortGetter/Setter to node_process.ccJames M Snell
2018-09-14src: move getActiveResources/Handles to node_process.ccJames M Snell
2018-09-14doc: update AUTHORS listAnna Henningsen
2018-09-14tools: implement update-authors in JSAnna Henningsen
2018-09-14worker: correct (de)initialization orderAnna Henningsen
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-14lib: simplify 'processChunkSync'MaleDong
2018-09-14inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-09-14src: added URL::FromFilePath methodAlexey Kozyatinskiy
2018-09-14deps: cherry-pick dbfcc48 from upstream V8Alexey Kozyatinskiy
2018-09-13trace_events: avoid flusing uninitialized tracesAli Ijaz Sheikh
2018-09-13deps: cherry-pick 2363cdf from upstream V8Ali Ijaz Sheikh
2018-09-13doc: add reference to guide for N-API additionsMichael Dawson
2018-09-13doc: document http2 timeoutsSagi Tsofan
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-09-13test: minor refactor in common/index.jsJames M Snell
2018-09-13util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater
2018-09-13lib: remove unnecessary symbolsMaleDong
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-12test: checks on napi factory wrap’s finalizationLucas Woo
2018-09-12n-api: add generic finalizer callbackGabriel Schulhof
2018-09-12doc: add gabrielschulhof to TSCRich Trott