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
2017-01-18tools: rename eslintrc to an undeprecated formatSakthipriyan Vairamani
2017-01-17test: refactor test-fs-read-zero-length.jsabouthiroppy
2017-01-17test: improving coverage for dgramabouthiroppy
2017-01-17test: improve code in test-console-instanceAdrian Estrada
2017-01-17test: refactor test-child-process-spawnsync-maxbufcjihrig
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2017-01-17test: improve code in test-domain-multiAdrian Estrada
2017-01-17crypto,tls: fix mutability of return valuesRich Trott
2017-01-17test: fix broken assertioncjihrig
2017-01-17test: improve test-stream2-large-read-stallstefan judis
2017-01-17test: improve the code in test-process-cpuUsageAdrian Estrada
2017-01-17test: increase test-crypto.js strictnessRich Trott
2017-01-16test: improve code in test-http-host-headersAdrian Estrada
2017-01-16test: refactor test-cli-eval.jsSumit Goel
2017-01-16test: improve test-fs-write-stream-throw-typeAdrian Estrada
2017-01-16test,util: remove lint workaroundsRich Trott
2017-01-16test: delete duplicate test of noAssert in readUInt*larissayvette
2017-01-16test: add msg validation to test-buffer-compareJosh Hollandsworth
2017-01-16test: add test case to test-http-response-statuscode.jsabouthiroppy
2017-01-16test: add http_incoming's matchKnownFields testabouthiroppy
2017-01-16test: skip test-icu-transcode if Intl is not presentDaijiro Wachi
2017-01-16test: validate errors in test-buffer-indexofAdrian Estrada
2017-01-16test,repl: add coverage for repl .clear+useGlobalRich Trott
2017-01-15test,net: add tests for server.connectionsRich Trott
2017-01-14Revert "fs: ensure readFile[Sync] reads from the beginning"Sakthipriyan Vairamani (thefourtheye)
2017-01-14fs: ensure readFile[Sync] reads from the beginningNikolai Vavilov
2017-01-14cluster: refactor module into multiple filescjihrig
2017-01-14test: add http.ClientRequest defaults testBrian White
2017-01-13test: check error msg test-writeint.jsIrene Li
2017-01-13test: no unused args test-fs-watch-file.jsistinson
2017-01-13test: improve the code in test-crypto-dhAdrian Estrada
2017-01-13test: improve tests in pummel/test-execChase Starr
2017-01-13test: use realpath for NODE_TEST_DIR in common.jsGibson Fahnestock
2017-01-13test: fix linting for test-tls-add-ca-cert.jsSam Roberts
2017-01-12test: getgroups() may contain duplicate GIDsSam Roberts
2017-01-12doc,test: tls .ca option supports multi-PEM filesSam Roberts
2017-01-12test: tls cert chain completion scenariosSam Roberts
2017-01-12test: check tls server verification with addCACertSam Roberts
2017-01-12test: move common tls connect setup into fixturesSam Roberts
2017-01-12test: improve test stream transform constructorAdrian Estrada
2017-01-12test: move resource intensive test to sequentialRich Trott
2017-01-12src: enable writev for pipe handles on UnixAlexey Orlenko
2017-01-12test: add test for noAssert option in buf.read*()larissayvette
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11tools, test: require const/let in testGibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-11https: Use secureProtocol in Agent#getNameAndreas Lind
2017-01-11test: refactor cluster-preload.jsabouthiroppy
2017-01-11test: refactor test-crypto-padding-aes256adelmann
2017-01-10child_process: support Uint8Array input to methodsAnna Henningsen