summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2010-11-29Simplify execution from "big if statement"Travis Swicegood
2010-11-29Remove cruft that dealt with env parameterTravis Swicegood
2010-11-29Fix number of args emitted by EventEmitter during "fast case" (lte 3 args)Jeremy Martin
2010-11-29assert.throws can now accept as RegExpOleg Slobodskoi
2010-11-29fix a typo in commentTravis Swicegood
2010-11-29Fix variable leak.Evan Larkin
2010-11-29Simplify state transitions in http.ClientRyan Dahl
2010-11-29Improve HTTP debug messagesRyan Dahl
2010-11-29styleRyan Dahl
2010-11-28styleRyan Dahl
2010-11-28Add simple securepair client testRyan Dahl
2010-11-27Use a proper tty test.isaacs
2010-11-23Fix test-securepair-serverRyan Dahl
2010-11-23Fix buffer.slice(0, 0)Ryan Dahl
2010-11-21Support CNAME lookups in DNS module.Ben Noordhuis
2010-11-21fix style in path.jsRyan Dahl
2010-11-20stream.pipe should remove listeners on dest closeRyan Dahl
2010-11-20Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20update repl to distinguish JSON.parse SyntaxErrors from the restMarco Rogers
2010-11-19Add some comments to securepairRyan Dahl
2010-11-19Fix styleRyan Dahl
2010-11-18Fix typoRyan Dahl
2010-11-18Only try to flush big buffers onceRyan Dahl
2010-11-18Add todo about test-pipe.js and throwing on resume()Ryan Dahl
2010-11-18Fix socket.end() problem on non-empty queueRyan Dahl
2010-11-18Small clean upsRyan Dahl