summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-19Bump version to v0.4.1v0.4.1Ryan Dahl5-7/+38
2011-02-19TLS sockets should not be writable after 'end'Ryan Dahl4-3/+36
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 openisaacs2-0/+8
2011-02-19Fix os.cpus() on cygwinBrian White2-6/+15
2011-02-18Add startup memory script to benchmarksRyan Dahl1-0/+1
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-18cmake: dtrace support.Tom Hughes3-0/+61
2011-02-18cmake: Add gdbjit and oprofile options.Tom Hughes2-5/+16
2011-02-18cmake: cleanup.Tom Hughes2-5/+3
2011-02-18cmake: Fix mac snow leopard build.Tom Hughes1-2/+13
2011-02-18cmake: set pre and post memcheck commands.Tom Hughes1-0/+2
2011-02-18package.json main as indexed subdirisaacs4-1/+8
2011-02-18HTTP Agent sockets should not reconnect on errorRyan Dahl3-5/+57
2011-02-18HTTP Agent should not die on evil serverRyan Dahl1-2/+8
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-17Install node.d in the correct placeRyan Dahl1-1/+1
2011-02-17Fix test runner bug on windowsBert Belder1-1/+0
2011-02-17Make libev work on MinGW againBert Belder1-7/+10
2011-02-17Autodetect no-strict-aliasing, propagate toolchain option to SConsBert Belder3-29/+100
2011-02-16Move test-tls-throttle to pummelRyan Dahl1-0/+0
2011-02-16TLS: Make _cycle reentrant.Ryan Dahl1-1/+15
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-16Upgrade libev to 4.4Ryan Dahl17-103/+150
2011-02-16V8 Cygwin supportBert Belder6-4/+741
2011-02-16Upgrade V8 to 3.1.5Ryan Dahl208-3793/+8294
2011-02-15MinGW: OpenSSL supportBert Belder1-3/+44
2011-02-15https was missing 'end' event sometimesRyan Dahl3-6/+90
2011-02-15Fixed null signal preservationTj Holowaychuk2-6/+30
2011-02-15Disable test-tls-large-push, taking too longRyan Dahl1-0/+0
2011-02-15Refactor fs.open parameter handlingFelix Geisendörfer1-3/+5
2011-02-15Correct fs.open API documentationFelix Geisendörfer1-3/+3
2011-02-15Fix: fs.open callback did not fireFelix Geisendörfer2-1/+19
2011-02-15Improve V8 support for CygwinBert Belder4-151/+148
2011-02-15default to port 80 for http.requestRyan Dahl1-1/+2
2011-02-14escape chars on man pageRyan Dahl1-1/+1
2011-02-14fix docRyan Dahl1-1/+1
2011-02-14Add script for running V8 benchmarksRyan Dahl1-0/+15
2011-02-14Fix for DNS fail in HTTP requestRichard Rodger2-0/+47
2011-02-14Make the repl respect node_modules folders.isaacs1-0/+3
2011-02-14Fixed field merging with progressive fields on writeHead()Tj Holowaychuk2-8/+53
2011-02-14Add newline to platform-cygwin.ccRyan Dahl1-1/+2
2011-02-14Add http client to v0.4 announcementRyan Dahl1-0/+2
2011-02-14Now working on v0.4.1Ryan Dahl1-2/+2
2011-02-10Bump version to v0.4.0v0.4.0Ryan Dahl7-12/+137
2011-02-10Add support for mutable/implicit headers for http.Tim Caswell3-12/+269
2011-02-10TLS: CRL supportTheo Schlossnagle19-70/+186