summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-12-15Add callback paramenter to socket.connect()Ryan Dahl
2010-12-15Add callback to socket.write()Ryan Dahl
2010-12-15better option parsing for socket.write()Ryan Dahl
2010-12-11TLS: server should die on junkRyan Dahl
2010-12-11Rename node::SecureStream to node::crypto::ConnectionRyan Dahl
2010-12-11TLS: Simplify code from suck and blowRyan Dahl
2010-12-11Add CryptoStream.destroy()Ryan Dahl
2010-12-11Factor out CryptoStream.end; support data on end()Ryan Dahl
2010-12-11Add os module and getHostnameBrian White
2010-12-10Factor out some _cycle functionality into Cleartext and EncrypteStreamsRyan Dahl
2010-12-10Add receivedShutdown() bindingRyan Dahl
2010-12-10Add EncryptedStream and CleartextStream classesRyan Dahl
2010-12-10Start a simple TLS client verification testRyan Dahl
2010-12-09Add some verification code to tls.connect()Ryan Dahl
2010-12-09Move getPeerCertificate and getCipher to CryptoStreamRyan Dahl
2010-12-09Initial implementation of tls.connect()Ryan Dahl
2010-12-09pair.cleartext, pair.encrypted now instances of tls.CryptoStreamRyan Dahl
2010-12-08TLS: emit 'secureConnection' instead of two eventsRyan Dahl
2010-12-08remove old todoRyan 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-07Add broken, but detailed TLS verify testRyan Dahl
2010-12-05Move securepair stuff into tls.jsRyan Dahl
2010-12-05Server must not request cert.Ryan Dahl
2010-12-04Fix global leaksRyan Dahl
2010-12-04Fix global leaksRyan Dahl
2010-12-03Use more color in the repl, loosely inspired by TextMate's SunBurst themeDevin Torres
2010-12-03Make sure REPL doesn't get borked when invalid REPL keywords are enteredBrian White
2010-12-02Introduce require('tty')Ryan Dahl
2010-12-02lint util.js and src/node.jsRyan Dahl
2010-12-02lint url.jsisaacs
2010-12-01lintRyan Dahl
2010-12-01more lintRyan Dahl
2010-12-01more lintRyan Dahl
2010-12-01more lintRyan Dahl
2010-12-01lint child_process.jsRyan Dahl
2010-12-01lintRyan Dahl
2010-12-01New TLS server APIRyan Dahl
2010-12-01Stop watcher before calling .set() in Stream.prototype.resumeRyan Dahl
2010-12-01Remove useless shouldVerify assignmentsRyan Dahl
2010-12-01Better array check in Cert Authority listRyan Dahl
2010-12-01add shouldVerifyPeer param to SecurePairsRyan Dahl
2010-11-30fixed timers, whoops.Michael W
2010-11-30Move root certs out of JavaScriptRyan Dahl
2010-11-30styleRyan Dahl
2010-11-30Lazy load console objectRyan Dahl
2010-11-29buffer.copy targetStart defaults to 0Ryan Dahl
2010-11-29Document defaults for buffer.copy()Ryan Dahl
2010-11-29Fixed: clearTimeouts calling multiple timesMichael W