summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-05string_decoder: added support for UTF-16LEkoichik
2012-05-04Add HTTP Status codes from RFC 6585Mark Cavage
2012-05-05string_decoder: add support for CESU-8koichik
2012-05-04cluster: worker exit event to match child_processJ. Lee Coltrane
2012-05-04Merge branch 'v0.6-merge'isaacs
2012-05-04Fix incorrect merge choicesisaacs
2012-05-05net: signal localAddress bind failure in connectBrian Schroeder
2012-05-04Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-04http: Clean up parser usageisaacs
2012-05-04http: .once() usage in setTimeoutisaacs
2012-05-04http leak: Null links from parser to req/resisaacs
2012-05-04Fix #3179 HTTP memory leak using ClientRequest.vvo
2012-05-04http client: Destroy on timeoutisaacs
2012-05-04http: Remove socket ondata/onend in parser cleanupisaacs
2012-05-04Null references to request object on socket errors.isaacs
2012-05-04Merge branch 'http-memleak' into v0.6isaacs
2012-05-04http: Clean up parser usageisaacs
2012-05-03http: .once() usage in setTimeoutisaacs
2012-05-03http leak: Null links from parser to req/resisaacs
2012-05-03buffer: add UTF-16LE encoding name.koichik
2012-05-03Fix #3179 HTTP memory leak using ClientRequest.vvo
2012-05-03fs: fix file descriptor leak in sync functionsBen Noordhuis
2012-05-03fs: fix file descriptor leak in sync functionsBen Noordhuis
2012-05-03fs: fix ReadStream / WriteStream double close bugBen Noordhuis
2012-05-02http client: Destroy on timeoutisaacs
2012-05-02debugger: support mirroring Date objectsFedor Indutny
2012-05-01Return after emitting error in tty.jsisaacs
2012-05-01http: Remove socket ondata/onend in parser cleanupisaacs
2012-05-01Null references to request object on socket errors.isaacs
2012-05-01path: add path.sep to get the path separator.Yi, EungJun
2012-04-30tty: emit "error" instead of throwing when getWindowSize() failsNathan Rajlich
2012-04-30tty: throw an Error when getWindowSize() failsNathan Rajlich
2012-04-29console: throw when no such label exists in `console.timeEnd`Maciej MaƂecki
2012-04-29Merge branch 'v0.6'Bert Belder
2012-04-27Child process: support the `gid` and `uid` optionsBert Belder
2012-04-25repl: make tab completion read up the prototype of "global"Nathan Rajlich
2012-04-21repl: use Object.getPrototypeOf on functions for tab complete()Nathan Rajlich
2012-04-21readline: remove unused vars in _ttyWriteKyle Robinson Young
2012-04-18readline: _normalWrite() doesn't take a key modifier argKyle Robinson Young
2012-04-18readline: change char to ch to avoid reserved wordKyle Robinson Young
2012-04-18dns: add more error codesErik Dubbelboer
2012-04-18net, http: add backlog parameter to .listen()Erik Dubbelboer
2012-04-18net.js: lintisaacs
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-17lintisaacs
2012-04-17Domain featureisaacs
2012-04-17repl: update the `repl` for the new `readline` behaviorNathan Rajlich
2012-04-17readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich
2012-04-16Fixing ClientRequest setTimeout EventEmitter Leakssuda
2012-04-16tls: remove duplicate linefukayatsu