summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade V8 to 3.1.2Ryan Dahl2011-02-09135-1766/+5878
* better debug messages in net and tlsRyan Dahl2011-02-092-6/+17
* Remove unused parameter from crypto::Handle*ErrorRyan Dahl2011-02-092-18/+12
* Fix fs.realpathSync on windowsBert Belder2011-02-081-1/+1
* Windows: child process fixesBert Belder2011-02-085-25/+22
* tls: split bio errors from ssl errorsRyan Dahl2011-02-082-17/+53
* Support caching for realpath, use in module loadisaacs2011-02-083-24/+109
* tls: only emit data after 'secure' eventRyan Dahl2011-02-081-5/+22
* Don't make unnecessary getcwd calls from path.resolveBert Belder2011-02-081-12/+10
* (won't) fix test-next-tick-orderingRyan Dahl2011-02-071-1/+3
* tls fixesRyan Dahl2011-02-073-1/+5
* Fix dns on windowsBert Belder2011-02-072-2/+28
* stderr should be EventEmitter even if it doesn't emit anythingRyan Dahl2011-02-071-6/+5
* Closes GH-609 Support array-ish args to Buffer ctorisaacs2011-02-072-2/+18
* Support octal strings for modesisaacs2011-02-074-19/+52
* Closes GH-645. Document tty.getWindowSizeRyan Dahl2011-02-071-8/+5
* UCS-2 supportKonstantin Käfer2011-02-076-2/+80
* Impove fs.WatchFile docRyan Dahl2011-02-071-2/+6
* http: fix buffer writes to outgoing messagesRussell Haering2011-02-072-1/+53
* cmake fixesDaniel Gröber2011-02-073-1/+10
* Remove incorrect doc about node_modulesRyan Dahl2011-02-071-8/+0
* support for package.jsonisaacs2011-02-075-0/+53
* corrected small typoskoichik2011-02-071-2/+2
* http: agent takes options instead of host, port pairMikeal Rogers2011-02-052-9/+7
* typoRyan Dahl2011-02-041-1/+1
* Now working on v0.4.0Ryan Dahl2011-02-041-3/+3
* Bump version to v0.3.8v0.3.8Ryan Dahl2011-02-045-6/+29
* http: handle abortsRyan Dahl2011-02-045-3/+137
* http-parser: Error on EOF errorsRyan Dahl2011-02-041-1/+8
* Upgrade http-parserRyan Dahl2011-02-042-4/+23
* Fix mingw buildBert Belder2011-02-042-0/+9
* Windows: open files in binary modeBert Belder2011-02-041-0/+5
* Expose errno with a string.Ryan Dahl2011-02-043-1/+5
* Fix debug flag in timers.jsRyan Dahl2011-02-041-1/+1
* StyleRyan Dahl2011-02-032-37/+40
* module: define functions only once.isaacs2011-02-031-25/+34
* Fix problem with libev/select on windows.Bert Belder2011-02-031-9/+25
* Revert "Workaround for libev handle caching bug on windows"Bert Belder2011-02-033-25/+0
* Add process.stderr streamRyan Dahl2011-02-032-0/+13
* Clean upRyan Dahl2011-02-031-1/+2
* TLS: fix throttlingRyan Dahl2011-02-033-11/+44
* TLS: Simplify error handlingRyan Dahl2011-02-021-18/+14
* TLS: flush buffer before destroyRyan Dahl2011-02-023-18/+111
* (suck, blow) -> (pull, push)Ryan Dahl2011-02-021-12/+12
* Upgrade V8 to 3.1.1Ryan Dahl2011-02-0280-861/+1898
* Closes GH-619 Make require.main be the main moduleisaacs2011-02-023-3/+20
* TLS: Set ssl.receivedShutdown after each readRyan Dahl2011-02-012-4/+25
* TLS: better error reporting at binding layerRyan Dahl2011-02-013-82/+114
* Longer nexttick ordering testJorge Chamorro Bieling2011-02-011-1/+1
* dgram: setMulticastTTL, setMulticastLoopback and addMembership.Joe Walnes2011-02-014-3/+185