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
2011-01-05Merge branch 'master' of git://github.com/ry/nodeBert Belder
2011-01-04First pass at new https serverRyan Dahl
2011-01-03Merge branch 'debugger'Ryan Dahl
2011-01-03Fix REPL for named functionsRyan Dahl
2011-01-03Merge remote branch 'origin/master'Bert Belder
2011-01-02Fix openssl version checkRyan Dahl
2011-01-02Disable TLS tests when node doesn't have OpenSSL.Ryan Dahl
2011-01-02Add '{a:1}' to REPL testsRyan Dahl
2010-12-31Fix some errors in debugger testsRyan Dahl
2010-12-31debugger: Fix some parser issuesRyan Dahl
2010-12-30Debugger client emits ready after recving initial resRyan Dahl
2010-12-30Add more debugger testsRyan Dahl
2010-12-30Fix test-debugger-clientRyan Dahl
2010-12-30Add beginning of build-in debuggerRyan Dahl
2010-12-22Add more functionality to the os moduleBrian White
2010-12-22Don't access buffer data before initializing it.Tom Hughes
2010-12-21fix assert.throwsOleg Slobodskoi
2010-12-21Work around intermittent mkdir failures in testcfg.pyBert Belder
2010-12-21url.parse(url, true) defaults query field to {}Jeremy Martin
2010-12-20Add callback to CryptoStream.writeRyan Dahl
2010-12-18Parse issuer and subject from CryptoStream.getPeerCertificateRyan Dahl
2010-12-17Remove toJSON usage - it was removed from V8Ryan Dahl
2010-12-16Add 5 sec timeout to test-tls-securepair-clientRyan Dahl
2010-12-16Add callback paramenter to socket.connect()Ryan Dahl
2010-12-16Add callback to socket.write()Ryan Dahl
2010-12-16better option parsing for socket.write()Ryan Dahl
2010-12-14Prefer require.cache over native module cacheFelix Geisendörfer
2010-12-11TLS: server should die on junkRyan Dahl
2010-12-11Factor out CryptoStream.end; support data on end()Ryan Dahl
2010-12-11Add os module and getHostnameBrian White
2010-12-11Rename the securepair test to be prefixed with tlsRyan Dahl
2010-12-11Start a simple TLS client verification testRyan Dahl
2010-12-09Move getPeerCertificate and getCipher to CryptoStreamRyan Dahl
2010-12-09pair.cleartext, pair.encrypted now instances of tls.CryptoStreamRyan Dahl
2010-12-09Accept Buffers as well as strings for addCert, addKeyRyan Dahl
2010-12-08TLS: emit 'secureConnection' instead of two eventsRyan Dahl
2010-12-08test-tls-server-verify: add ca2 test caseRyan Dahl
2010-12-08TLS: emit 'end' on both streamsRyan Dahl
2010-12-08TLS: don't use events when control hasn't been invertedRyan Dahl
2010-12-08Some TLS clean upsRyan Dahl
2010-12-08clients without certs are unauthed.Ryan Dahl
2010-12-07Add broken, but detailed TLS verify testRyan Dahl
2010-12-06Move securepair stuff into tls.jsRyan Dahl
2010-12-06GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-06GJSLint all simple tests exclude http-*, url, pathOleg Efimov
2010-12-06test-fs-realpath: Put junk in tmp, not fixtures.isaacs
2010-12-06test-fs-realpath: move absDir fetching to separate functionisaacs
2010-12-06test-fs-realpath: lintisaacs
2010-12-05GJSLint continueOleg Efimov
2010-12-05Check for global leaks in all testsRyan Dahl