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
2012-01-24net, tls, http: remove socket.ondrainBen Noordhuis
2012-01-23Merge branch 'v0.6'Fedor Indutny
2012-01-17tls: fix double 'error' events on HTTPS Requestskoichik
2012-01-09tls: Allow establishing secure connection on the existing socketkoichik
2012-01-08tls: make `tls.connect` accept port and host in `options`Maciej Małecki
2011-12-27tls: fix test-https-client-reject failskoichik
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-21tls: Fix node swallows openssl error on requestkoichik
2011-12-21tls: remove duplicate assignmentBen Noordhuis
2011-12-07tls: enable rejectUnauthorized option to clientkoichik
2011-11-27tls: fix https with fs.openReadStream hangskoichik
2011-11-17tls: make cipher list configurableBen Noordhuis
2011-10-31tls, https: add passphrase optionkoichik
2011-10-26tls: add address(), remoteAddress/remotePortkoichik
2011-10-26tls: does not emit 'end' from EncryptedStreamkoichik
2011-10-22Merge remote branch 'origin/v0.4'Ryan Dahl
2011-10-22Emit 'end' from crypto streams on closeRyan Dahl
2011-10-15tls: The TLS API is inconsistent with the TCP APIkoichik
2011-10-14tls: requestCert unusable with Firefox and Chromekoichik
2011-09-30tls: Improve TLS flow controlkoichik
2011-09-19tls: remove superfluous setOptions() callBen Noordhuis
2011-09-07tls: add client-side session resumption supportSean Cunningham
2011-08-30tls: x509 certificate subject parsing failkoichik
2011-08-10Add NPN and SNI documentation.Fedor Indutny
2011-07-30Add support for TLS SNIFedor Indutny
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-07-15Merge branch 'v0.4'Ryan Dahl
2011-07-14Fixes #1304. The Connection instance may be destroyed by abort() when process...Stefan Rusu
2011-05-20Merge branch 'v0.4'Ryan Dahl
2011-05-20CryptoStream.prototype.readyState shoudn't reference fdRyan Dahl
2011-05-20Share SSL context between server connectionsFedor Indutny
2011-05-17Merge branch 'v0.4'Ryan Dahl
2011-05-15Make https 'timeout' events bubble upFelix Geisendörfer
2011-05-08Merge branch 'v0.4'isaacs
2011-05-07TLS: simplify logicRyan Dahl
2011-05-03cleartextstream.destroy() should destroy socket.Ryan Dahl
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-19Merge branch 'v0.4'Ryan Dahl
2011-04-14CryptoStream.write returns false when queue > 128kbRyan Dahl
2011-04-14TLS use RC4-SHA by defaultRyan Dahl
2011-04-14allow setting of ciphers in credentialsTheo Schlossnagle
2011-04-14TLS: Add secureOptions flagTheo Schlossnagle
2011-04-14Pass secureProtocol through on tls.Server creationTheo Schlossnagle
2011-03-29Increase TLS pool size for perf increaseRyan Dahl
2011-03-22Fix GH-820. CryptoStream.end shouldn't throw if not writableRyan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-14TLS: Finer locks on _cycle.Theo Schlossnagle
2011-03-09CryptoStream.prototype.destroySoon shouldn't die if not writableRyan Dahl
2011-02-25Revert "Add extra debug print statement to tls.js"Ryan Dahl
2011-02-24Add extra debug print statement to tls.jsRyan Dahl