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-07module: Allow runMain to be ESMBradley Farias
2017-09-07http2: use session not socket timeout, testsAnatoli Papirovski
2017-09-07http2: add compat trailers, adjust multi-headersAnatoli Papirovski
2017-09-07http2: fix closedCode NaN, increase test coverageAnatoli Papirovski
2017-09-07test: refactor test-fs-readfile-unlinkRich Trott
2017-09-05tls: re-allow falsey option valuesAnna Henningsen
2017-09-05test: http2 test coverage for NghttpErrorJames M Snell
2017-09-05test: http2 test coverage for assertValidPseudoHeaderJames M Snell
2017-09-05test: http2 test coverage for updateOptionsBufferJames M Snell
2017-09-05http2: guard against destroyed session, timeoutsJames M Snell
2017-09-05assert: use SameValueZero in deepStrictEqualRuben Bridgewater
2017-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-09-05test: split test-cli-node-optionsRefael Ackermann
2017-09-04net: multiple listen() events fail silentlyEduard Bondarenko
2017-09-04crypto: accept decimal Number in randomBytesBenjamin Gruenbaum
2017-09-04http2: correct emit error in onConnect, full testsAnatoli Papirovski
2017-09-04http2: adjust error types, test coverageAnatoli Papirovski
2017-09-04test: increase Http2ServerResponse test coverageAnatoli Papirovski
2017-09-04test,process: run 'abort' suite on WindowsRefael Ackermann
2017-09-03test: remove envPlus, use Object.assign everywhereGibson Fahnestock
2017-09-03net: check EADDRINUSE after binding localPortJoyee Cheung
2017-09-03test: fix flaky test-readline-interfaceRich Trott
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-01repl: force editorMode in .loadLance Ball
2017-09-01test: split path tests into multiple filesMichaël Zasso
2017-09-01assert: handle errors properly with deep*EqualRuben Bridgewater
2017-09-01errors: convert 'fs'matzavinos
2017-08-31module: mark DEP0019 as EOL and remove compat codeRoman Reiss
2017-08-31lib: simplify the readonly properties of icuJackson Tian
2017-08-31tools: add eslint rule for inspector checkingDaniel Bevenius
2017-08-31tools: add eslint rule for hasCrypto checkingDaniel Bevenius
2017-08-30repl: remove REPLServer.createContext side effectsLance Ball
2017-08-30n-api: adds function to adjust external memoryChris Young
2017-08-30http2: handle 100-continue flow & writeContinueAnatoli Papirovski
2017-08-30tls: fix object prototype type confusionBen Noordhuis
2017-08-30test: add a test for Expect & checkExpectationAnatoli Papirovski
2017-08-30test: add http2 test for method CONNECTAnatoli Papirovski
2017-08-30test: increase coverage for internal/errors.jsWeijia Wang
2017-08-30path: fix normalize on directories with two dotsMichaël Zasso
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-29test: remove unused param in test-graph.pipeSimon Brewster
2017-08-29test: increase coverage for http2 response headersAnatoli Papirovski
2017-08-29test: fix hijackStdout behavior in consoleXadillaX
2017-08-29test: add regression test for 14814Anna Henningsen
2017-08-29crypto: fix error of createCipher in wrap modeShigeki Ohtsu
2017-08-29assert: handle sparse arrays in deepStrictEqualRuben Bridgewater
2017-08-28test: continue normalizing fixtures useMiguel Angel Asencio Hurtado
2017-08-27http2: refactor error handlingMatteo Collina
2017-08-27timers: Migrate to use internal/errorsWeijia Wang
2017-08-27tls: type checking for `key`, `cert` and `ca` optionsJimmy Cann