Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-18n-api: use module name macroMichael Dawson
2017-10-18test: remove error messages for readabilityFadi Asfour
2017-10-18test: fix test-esm-addonsRich Trott
2017-10-11test: check that this != new.target in addonBen Noordhuis
2017-10-04test: skip test when checking async_hooksTrevor Norris
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-20test: add regression test for 5691Anna Henningsen
2017-09-20src: refactor async callback handlingAnna Henningsen
2017-09-12test,doc: make module name match gyp target nameGabriel Schulhof
2017-09-12test: extend async addon testAnna Henningsen
2017-09-12test: remove unused parametersDaniil Shakir
2017-08-07test: support odd value for kStringMaxLengthMichaƫl Zasso
2017-08-01test: add check on an addon that does not registerEzequiel Garcia
2017-07-19async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-19test: simplify test skippingVse Mozhet Byt
2017-07-19test: replace indexOf with includes and startsWithNataly Shrits
2017-07-18test: remove undef NDEBUG from at-exit addons testDaniel Bevenius
2017-07-18test: remove unneeded HandleScope usageEzequiel Garcia
2017-07-11async_hooks: proper id stacking for PromisesAnna Henningsen
2017-07-11async_hooks: rename currentId and triggerIdAndreas Madsen
2017-07-11async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-05-28test: add AsyncResource addon testAnna Henningsen
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-05-15test: add not-called check to heap-profiler testRich Trott
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-02test,lib,doc: use function declarationsRich Trott
2017-04-07test: add a second argument to assert.throws()dave-k
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-04test: make tests pass when configured without-sslDaniel Bevenius
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-09test: improve module version mismatch error checkcjihrig
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-03test: use const for all require() callscjihrig
2016-12-01test: replace assert.equal with assert.strictEqualbrad-decker
2016-11-21test: add new.target add-on regression testBen Noordhuis
2016-11-10test: refactor make-callback-recurse testRich Trott
2016-10-25src: make cross-context MakeCallback() calls workBen Noordhuis
2016-10-19test: rename target to exports for consistencyDaniel Bevenius
2016-10-17test: enable node-module-version/test.js with debugDaniel Bevenius
2016-10-10src: update module version mismatch error messageJames M Snell
2016-10-06test: enable addons test to pass with debug buildDaniel Bevenius
2016-09-21tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-08-18test: add an zlib binding addon testAnna Henningsen
2016-08-05test: remove internal headers from addonsGibson Fahnestock
2016-07-19test: use mustCall() for simple flow trackingcjihrig
2016-07-05build: export openssl symbols on windowsBen Noordhuis
2016-06-29test: don't use internal headers in add-on testsBen Noordhuis
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis