summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-19doc, win: improve os.setPriority documentationBartosz Sosnowski
2018-09-18doc: explain how to invoke gcisurusiri
2018-09-18worker: only stop inspector if startedAnna Henningsen
2018-09-18src: flip Atomics.notify aliasGus Caplan
2018-09-18tools: synchronize deepStrictEqual() message rulesRich Trott
2018-09-18inspector: workers debuggingEugene Ostroukhov
2018-09-18lib,doc: remove unused parameter, improve docsMaleDong
2018-09-18Revert "src: implement query callbacks for vm"Anna Henningsen
2018-09-18lib: move process.binding('js_stream') to internalBindingAnto Aravinth
2018-09-18test: don't inspect values if not necessaryRuben Bridgewater
2018-09-18crypto: fix edge case in authenticated encryptionTobias Nießen
2018-09-18crypto: remove unused scrypt validation parameterTobias Nießen
2018-09-18deps: add missing HandleScope in FieldType::PrintToYang Guo
2018-09-18tools: merge custom cpplint with cpplint v1.3.0Christopher Hiller
2018-09-17tools,win: fix find_python errorKyle Farnung
2018-09-17doc: add boneskull as collaboratorChristopher Hiller
2018-09-17build: do not lint fixtures in make lint-mdJoyee Cheung
2018-09-17errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-17doc: update 6.x to 8.x in backporting wikiKamat, Trivikram
2018-09-17string_decoder: support typed array or data viewBenjamin Chen
2018-09-17module: fix inconsistency between load and _findPathDenys Otrishko
2018-09-17tls: de-duplicate for TLSSocket methodsJon Moss
2018-09-17build: skip cctest on Windows shared lib buildYihong Wang
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