summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-02-24Read up the prototype of the 'env' object.Nathan Rajlich1-1/+10
2011-02-24Do not cache modules that throw exceptionsFelix Geisendörfer1-0/+12
2011-02-24Fix memleak in vm.runInNewContextRyan Dahl1-0/+27
2011-02-24In addition to 'aborted' emit 'close' from incoming requestsFelix Geisendörfer1-0/+34
2011-02-23fix process.on edge case with signal eventcloudhead1-0/+9
2011-02-19TLS sockets should not be writable after 'end'Ryan Dahl2-2/+31
2011-02-19test-tls-securepair-server: don't shutdown stdoutRyan Dahl1-1/+1
2011-02-19Closes GH-687 Don't read fs read stream if not openisaacs1-0/+5
2011-02-18Remove test-http-eof-before-eom - wasn't testing anything importantRyan Dahl1-72/+0
2011-02-18Use console.error in test-timersRyan Dahl1-2/+2
2011-02-18package.json main as indexed subdirisaacs3-0/+6
2011-02-18HTTP Agent sockets should not reconnect on errorRyan Dahl2-0/+47
2011-02-18Add failing test for broken HTTP responses with extra bytes.Matt Ranney1-0/+65
2011-02-17Add more broken testsRyan Dahl2-0/+135
2011-02-16Move test-tls-throttle to pummelRyan Dahl1-0/+0
2011-02-16Make test-http-curl-chunk-problem more portableRyan Dahl1-8/+13
2011-02-16Remove artificial timeout from test-https-large-responseRyan Dahl1-6/+0
2011-02-15https was missing 'end' event sometimesRyan Dahl1-0/+77
2011-02-15Fixed null signal preservationTj Holowaychuk1-0/+20
2011-02-15Disable test-tls-large-push, taking too longRyan Dahl1-0/+0
2011-02-15Fix: fs.open callback did not fireFelix Geisendörfer1-0/+17
2011-02-14Fix for DNS fail in HTTP requestRichard Rodger1-0/+40
2011-02-14Fixed field merging with progressive fields on writeHead()Tj Holowaychuk1-1/+14
2011-02-10Add support for mutable/implicit headers for http.Tim Caswell1-0/+119
2011-02-10TLS: CRL supportTheo Schlossnagle15-68/+136
2011-02-09Add 'pipe' eventMikeal Rogers1-0/+27
2011-02-09New DTrace probes from CA teamRyan Dahl1-1/+5
2011-02-09New keys, agent1-cert.pem was expiredRyan Dahl25-128/+132
2011-02-09Better assert in the node_modules testsisaacs2-4/+6
2011-02-09node_modules module lookup, +docs and test.isaacs7-0/+31
2011-02-08Support caching for realpath, use in module loadisaacs1-1/+27
2011-02-07(won't) fix test-next-tick-orderingRyan Dahl1-1/+3
2011-02-07Closes GH-609 Support array-ish args to Buffer ctorisaacs1-0/+10
2011-02-07Support octal strings for modesisaacs2-3/+3
2011-02-07UCS-2 supportKonstantin Käfer1-1/+9
2011-02-07http: fix buffer writes to outgoing messagesRussell Haering1-0/+52
2011-02-07support for package.jsonisaacs3-0/+8
2011-02-04http: handle abortsRyan Dahl2-0/+67
2011-02-04Expose errno with a string.Ryan Dahl1-0/+1
2011-02-03TLS: fix throttlingRyan Dahl2-3/+10
2011-02-02TLS: flush buffer before destroyRyan Dahl2-0/+63
2011-02-02Closes GH-619 Make require.main be the main moduleisaacs2-0/+12
2011-02-01Longer nexttick ordering testJorge Chamorro Bieling1-1/+1
2011-02-01dgram: setMulticastTTL, setMulticastLoopback and addMembership.Joe Walnes1-0/+4
2011-01-31Add simpler failing tls throttle testRyan Dahl1-0/+61
2011-01-31Add artificial timeout to broken test-https-large-responseRyan Dahl1-0/+6
2011-01-31Add socket.bufferSizeRyan Dahl2-1/+9
2011-01-28Slightly throttle https large body testTim Caswell1-1/+5
2011-01-27Fix pummel/text-execRyan Dahl1-2/+1
2011-01-27Add test-https-large-response.jsRyan Dahl1-0/+56