summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Bump version to v0.3.8v0.3.8Ryan Dahl5-6/+29
2011-02-04http: handle abortsRyan Dahl5-3/+137
2011-02-04http-parser: Error on EOF errorsRyan Dahl1-1/+8
2011-02-04Upgrade http-parserRyan Dahl2-4/+23
2011-02-04Fix mingw buildBert Belder2-0/+9
2011-02-04Windows: open files in binary modeBert Belder1-0/+5
2011-02-04Expose errno with a string.Ryan Dahl3-1/+5
2011-02-04Fix debug flag in timers.jsRyan Dahl1-1/+1
2011-02-03StyleRyan Dahl2-37/+40
2011-02-03module: define functions only once.isaacs1-25/+34
2011-02-03Fix problem with libev/select on windows.Bert Belder1-9/+25
2011-02-03Revert "Workaround for libev handle caching bug on windows"Bert Belder3-25/+0
2011-02-03Add process.stderr streamRyan Dahl2-0/+13
2011-02-03Clean upRyan Dahl1-1/+2
2011-02-03TLS: fix throttlingRyan Dahl3-11/+44
2011-02-02TLS: Simplify error handlingRyan Dahl1-18/+14
2011-02-02TLS: flush buffer before destroyRyan Dahl3-18/+111
2011-02-02(suck, blow) -> (pull, push)Ryan Dahl1-12/+12
2011-02-02Upgrade V8 to 3.1.1Ryan Dahl80-861/+1898
2011-02-02Closes GH-619 Make require.main be the main moduleisaacs3-3/+20
2011-02-01TLS: Set ssl.receivedShutdown after each readRyan Dahl2-4/+25
2011-02-01TLS: better error reporting at binding layerRyan Dahl3-82/+114
2011-02-01Longer nexttick ordering testJorge Chamorro Bieling1-1/+1
2011-02-01dgram: setMulticastTTL, setMulticastLoopback and addMembership.Joe Walnes4-3/+185
2011-01-31TLS: Add _pendingBytes()Ryan Dahl1-0/+10
2011-01-31Add simpler failing tls throttle testRyan Dahl1-0/+61
2011-01-31tls: superficial clean upRyan Dahl1-30/+29
2011-01-31Workaround for V8 bug 884Bert Belder1-1/+1
2011-01-31Upgrade V8 to 3.1.0Ryan Dahl29-158/+306
2011-01-31Make availability of UDP bindings more apparentRyan Dahl2-3/+3
2011-01-31net: Add hook for when writeQueue changesRyan Dahl1-0/+11
2011-01-31Add artificial timeout to broken test-https-large-responseRyan Dahl1-0/+6
2011-01-31Add socket.bufferSizeRyan Dahl4-1/+47
2011-01-28Slightly throttle https large body testTim Caswell1-1/+5
2011-01-28getaddrinfo exists on windowsRyan Dahl1-6/+0
2011-01-28Fix versionRyan Dahl1-1/+1
2011-01-28REPL: disable colors in windows for nowRyan Dahl1-1/+5
2011-01-28Workaround for V8 bug 884Bert Belder1-1/+1
2011-01-28Upgrade V8 to 3.0.12Ryan Dahl117-2670/+5383
2011-01-27Now working on v0.3.8Ryan Dahl1-1/+1
2011-01-27Bump version to v0.3.7v0.3.7Ryan Dahl5-8/+46
2011-01-27Fix pummel/text-execRyan Dahl1-2/+1
2011-01-27Revert "Use html5 spec stylesheet for docs"Ryan Dahl3-220/+237
2011-01-27Simplify websiteRyan Dahl4-119/+11
2011-01-27Add test-https-large-response.jsRyan Dahl1-0/+56
2011-01-27Fix option parsing in tls.connect()Ryan Dahl1-23/+14
2011-01-27Helpful error when child_process.exec hit maxBufferRyan Dahl2-1/+17
2011-01-27debugger: prevent crash when backtrace doesn't come backRyan Dahl1-0/+6
2011-01-27Remove more process.assertRyan Dahl2-3/+3
2011-01-27Another fix for process.assertRyan Dahl7-6/+7