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/lib
AgeCommit message (Expand)Author
2010-12-22Add more functionality to the os moduleBrian White
2010-12-21fix assert.throwsOleg Slobodskoi
2010-12-21_Partial_ fix for backslash path separator support in path.jsBert Belder
2010-12-21url.parse(url, true) defaults query field to {}Jeremy Martin
2010-12-20Add callback to CryptoStream.writeRyan Dahl
2010-12-19cleartext.socket always existsRyan Dahl
2010-12-19TLS: check we're not disconnected before Cleartext blowRyan Dahl
2010-12-18Parse issuer and subject from CryptoStream.getPeerCertificateRyan Dahl
2010-12-18Add optional filters to stream.pipe()Ryan Dahl
2010-12-17Add os module to repl's built-in lib listBrian White
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-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-11Factor out some _cycle functionality into Cleartext and EncrypteStreamsRyan Dahl
2010-12-11Add receivedShutdown() bindingRyan Dahl
2010-12-11Add EncryptedStream and CleartextStream classesRyan Dahl
2010-12-11Start 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-06Move securepair stuff into tls.jsRyan Dahl
2010-12-06Server must not request cert.Ryan Dahl
2010-12-05Fix global leaksRyan Dahl
2010-12-05Fix global leaksRyan Dahl
2010-12-04Use 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-03Introduce require('tty')Ryan Dahl
2010-12-02lint util.js and src/node.jsRyan Dahl
2010-12-02lint url.jsisaacs
2010-12-02lintRyan Dahl
2010-12-02more lintRyan Dahl
2010-12-02more lintRyan Dahl
2010-12-02more lintRyan Dahl
2010-12-02lint child_process.jsRyan Dahl
2010-12-02lintRyan Dahl
2010-12-02New TLS server APIRyan Dahl
2010-12-01Stop watcher before calling .set() in Stream.prototype.resumeRyan Dahl