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
path: root/test
AgeCommit message (Expand)Author
2018-09-25inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-25module: add createRequireFunction methodGus Caplan
2018-09-25test: check parameter type of fs.mkdir()Masashi Hirano
2018-09-25url: provide pathToFileURL and fileURLToPathguybedford
2018-09-25test: add comment describing test-fs-mkdirJennifer Bland
2018-09-25fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-09-24tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-24http2: add ping eventJames M Snell
2018-09-24test: fix flaky sequential/test-fs-watch-system-limitAnna Henningsen
2018-09-24doc,test: fix inspect's sorted compare functionMichaël Zasso
2018-09-24util: add order option to `.inspect()`Ruben Bridgewater
2018-09-24util: use a shared symbol for util.inspect.customchocolateboy
2018-09-24util: improve inspect performanceRuben Bridgewater
2018-09-24benchmark: refactor util benchmarksRuben Bridgewater
2018-09-23repl: improve error outputRuben Bridgewater
2018-09-23fs: improve fs.watch ENOSPC error messageAnna Henningsen
2018-09-23test: remove string literals for strictEquals/notStrictEqualsMaleDong
2018-09-23http2: do not falsely emit 'aborted' on pushAnatoli Papirovski
2018-09-23test: do not export common.leakedGlobals()Rich Trott
2018-09-23http2: add origin frame supportJames M Snell
2018-09-23test: increase coverage for worker_threadsRich Trott
2018-09-21test: fix flaky key pair generation testTobias Nießen
2018-09-21test: remove common.hasSmallICURich Trott
2018-09-21crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-21crypto: add API for key pair generationTobias Nießen
2018-09-20test: add tests to check error in dns.lookupService.Masashi Hirano
2018-09-20lib: added common.restoreStderr(); to end of fileMark Abel
2018-09-20http2: check if stream is not destroyed before sending trailersMatteo Collina
2018-09-20test: mark some tests as flakyJoão Reis
2018-09-20doc, win: improve os.setPriority documentationBartosz Sosnowski
2018-09-20tools: prevent string literals in some assertionsRich Trott
2018-09-20test: prepare test-assert for strictEqual lintingRich Trott
2018-09-20test: remove string literal from assertionRich Trott
2018-09-20test: remove string literal from assertionRich Trott
2018-09-20test: remove string literal arg from assertionRich Trott
2018-09-20test: remove string literal message from assertionRich Trott
2018-09-20test: remove string literal from assertionRich Trott
2018-09-20test: refactor flag checkRich Trott
2018-09-20test: simplify assertion in http2 testsRich Trott
2018-09-20test: improve assertion in test-inspector.jsRich Trott
2018-09-20test: remove string literal message in assertionsRich Trott
2018-09-20test: remove string literal message from assertionRich Trott
2018-09-20test: don't inspect values if not necessaryRuben Bridgewater
2018-09-20crypto: fix edge case in authenticated encryptionTobias Nießen
2018-09-20errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-20string_decoder: support typed array or data viewBenjamin Chen
2018-09-20src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-20http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-20assert: add default operator to `assert.fail()`Ruben Bridgewater