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-09-12http2: fix refs to status 205, add testsAnatoli Papirovski
2017-09-12http2: store headersSent after stream destroyedAnatoli Papirovski
2017-09-12fs: add fs.copyFile{Sync}cjihrig
2017-09-12console: improve console.group()Rich Trott
2017-09-12console: implement minimal `console.group()`Rich Trott
2017-09-12net: check EADDRINUSE after binding localPortJoyee Cheung
2017-09-12crypto: fix error of createCipher in wrap modeShigeki Ohtsu
2017-09-12crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-09-12test,doc: make module name match gyp target nameGabriel Schulhof
2017-09-12tls: multiple PFX in createSecureContextYury Popov
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12test: split test-cli-node-optionsRefael Ackermann
2017-09-12test: remove envPlus, use Object.assign everywhereGibson Fahnestock
2017-09-12test: fix flaky test-readline-interfaceRich Trott
2017-09-12doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-12test: continue normalizing fixtures useMiguel Angel Asencio Hurtado
2017-09-12src: fix build on certain platformsAnna Henningsen
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12buffer: fix MAX_LENGTH constant exportAnna Henningsen
2017-09-12inspector: enable async stack tracesMiroslav Bajtoš
2017-09-12test: fix inspector helper port sniffingTimothy Gu
2017-09-12inspector: rewrite inspector test helperEugene Ostroukhov
2017-09-12test: preserve env in test casesBeth Griggs
2017-09-12async_hooks: don't abort unnecessarilyTrevor Norris
2017-09-12async_wrap: return undefined if domain is disposedTrevor Norris
2017-09-12n-api: implement napi_run_scriptGabriel Schulhof
2017-09-12doc: add missing space in test/README.mdVse Mozhet Byt
2017-09-12promises: more robust stringificationTimothy Gu
2017-09-12http2: set decodeStrings to false, testAnatoli Papirovski
2017-09-12test: add http2 compat setTimeout testsAnatoli Papirovski
2017-09-12test: add test-benchmark-bufferRich Trott
2017-09-12inspector: log exceptions in message handlersEugene Ostroukhov
2017-09-12http2: use session not socket timeout, testsAnatoli Papirovski
2017-09-12http2: add compat trailers, adjust multi-headersAnatoli Papirovski
2017-09-12http2: fix closedCode NaN, increase test coverageAnatoli Papirovski
2017-09-12test: refactor test-fs-readfile-unlinkRich Trott
2017-09-12test: http2 test coverage for NghttpErrorJames M Snell
2017-09-12test: http2 test coverage for assertValidPseudoHeaderJames M Snell
2017-09-12test: http2 test coverage for updateOptionsBufferJames M Snell
2017-09-12http2: guard against destroyed session, timeoutsJames M Snell
2017-09-12http2: correct emit error in onConnect, full testsAnatoli Papirovski
2017-09-12http2: adjust error types, test coverageAnatoli Papirovski
2017-09-12test: increase Http2ServerResponse test coverageAnatoli Papirovski
2017-09-12repl: force editorMode in .loadLance Ball
2017-09-12test: split path tests into multiple filesMichaël Zasso
2017-09-12assert: handle errors properly with deep*EqualRuben Bridgewater
2017-09-12lib: simplify the readonly properties of icuJackson Tian
2017-09-12tools: add eslint rule for inspector checkingDaniel Bevenius
2017-09-12tools: add eslint rule for hasCrypto checkingDaniel Bevenius
2017-09-12n-api: adds function to adjust external memoryChris Young