summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc,test: remove unnecessary await with return instancesRich Trott2017-11-303-7/+7
* test: make CreateParams stack-allocatedDaniel Bevenius2017-12-011-1/+1
* test: use v8 Default Allocator in cctest fixtureDaniel Bevenius2017-12-011-17/+3
* tools: add cpplint rule for NULL usageDaniel Bevenius2017-12-018-19/+49
* src: use nullptr instead of NULLDaniel Bevenius2017-12-0115-46/+48
* tools: add docs for prefer-util-format-errors ruleJon Moss2017-11-301-0/+5
* src: fix typo in NODE_OPTIONS whitelistEvan Lucas2017-11-302-1/+2
* tools: add Boxstarter scriptBartosz Sosnowski2017-11-303-0/+79
* tools,test: use Execute instead of check_outputRefael Ackermann2017-11-291-10/+7
* deps: backport 3c8195d from V8 upstreamMyles Borins2017-11-304-6/+28
* Revert "deps: cherry-pick 3c8195d from V8 upstream"Myles Borins2017-11-304-36/+6
* doc: add guide to maintaining npmMyles Borins2017-11-301-0/+68
* doc: fix doc example for cctestMatheus Marchini2017-11-291-2/+2
* errors, child_process: use internal/errors codesJon Moss2017-11-299-159/+209
* module: Set dynamic import callbackJan Krems2017-11-298-3/+201
* deps: cherry-pick 1420e44db0 from upstream V8Timothy Gu2017-11-292-4/+6
* process: add flag for uncaught exception abortAnna Henningsen2017-11-2916-74/+320
* src: introduce USE() for silencing compiler warningsAnna Henningsen2017-11-293-17/+16
* src: remove `ClearFatalExceptionHandlers()`Anna Henningsen2017-11-294-78/+51
* test: replace function with arrow functionLeko2017-11-295-40/+40
* module: print better message on esm syntax errorBen Noordhuis2017-11-2910-7/+40
* build: fix test-v8 targetMichaël Zasso2017-11-291-0/+1
* tls: set ecdhCurve default to 'auto'Hativ2017-11-293-6/+3
* build,win,msi: support WiX with VS2017João Reis2017-11-282-3/+19
* doc: clarify fast-track of reversionsRefael Ackermann2017-11-281-1/+1
* timers: clean up for readabilityAnatoli Papirovski2017-11-2810-174/+148
* module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton2017-11-283-9/+9
* test: remove common.tmpDirNameRich Trott2017-11-283-9/+4
* doc: fix typo in stream.mdMatthew Leon2017-11-281-2/+2
* http2: use more descriptive namesJames M Snell2017-11-281-15/+15
* http2: remove unnecessary event handlersJames M Snell2017-11-281-16/+0
* test: fixup test-http2-create-client-secure-sessionJames M Snell2017-11-281-30/+24
* http2: use 'close' event instead of 'streamClosed'James M Snell2017-11-2825-47/+45
* http2: reduce code duplication in settingsJames M Snell2017-11-282-81/+35
* http2: general cleanupsJames M Snell2017-11-281-22/+27
* http2: use correct connect event for TLS SocketJames M Snell2017-11-281-1/+3
* test: mock the lookup function in parallel testsJoyee Cheung2017-11-283-23/+49
* test: add common.dns.errorLookupMockJoyee Cheung2017-11-282-4/+43
* process: slightly simplify next tick executionAnatoli Papirovski2017-11-288-53/+81
* module: fix for #17130 shared loader cjs depGuy Bedford2017-11-284-3/+28
* tools: update to ESLint 4.12.0cjihrig2017-11-27231-19748/+6170
* test: replace function with ES6 arrow functionJunichi Kajiwara2017-11-271-9/+9
* tools: prohibit notDeepEqual usageRuben Bridgewater2017-11-282-7/+10
* assert: add strict functionality exportRuben Bridgewater2017-11-284-8/+132
* doc: improve assert documentationRuben Bridgewater2017-11-281-46/+44
* test: add es6 module global leakage testsWhoMeNope2017-11-285-0/+113
* test: Enable specifying flaky tests on fipsNikhil Komawar2017-11-281-0/+19
* lib: add `process` to internal module wrapperAnna Henningsen2017-11-282-2/+12
* tools: add lint fixer for `require-buffer`Bamieh2017-11-282-5/+42
* module: be lazy when creating CJS facadesBradley Farias2017-11-281-5/+11