summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-272012.09.27, Version 0.8.11 (Stable)v0.8.11isaacs2-1/+6
2012-09-26test: pick another CNAME record to test dns queriesBert Belder1-1/+1
2012-09-26fs: fix stat() reporting for large filesBen Noordhuis1-2/+12
2012-09-25blog: Post about v0.8.10isaacs1-0/+93
2012-09-25Now working on 0.8.11isaacs1-2/+2
2012-09-25Merge branch 'v0.8.10-release' into v0.8isaacs651-42855/+93722
2012-09-252012.09.25, Version 0.8.10 (Stable)v0.8.10isaacs3-2/+51
2012-09-25openssl: fix compilation issues on SmartOS x64Bert Belder1-8/+14
2012-09-25test: Fix premature close in test-http-client-timeout-agentisaacs1-3/+10
2012-09-25tls: lintisaacs1-1/+1
2012-09-25domain: Remove stray console.logisaacs1-2/+0
2012-09-25openssl: use optimized asm code on x86 and x64Bert Belder4-27/+199
2012-09-25openssl: add generated asm codeBert Belder78-0/+91015
2012-09-25openssl: add 'clean' target to asm MakefileBert Belder1-0/+4
2012-09-25openssl: generate asm code with a MakefileBen Noordhuis1-0/+178
2012-09-25openssl: disable HT sidechannel attack mitigationBert Belder2-4/+4
2012-09-25openssl: revert empty_OPENSSL_cpuid_setup.patchBert Belder5-18/+1
2012-09-25openssl: fix perlasm issueBert Belder1-1/+1
2012-09-25openssl: add optimized bignum x64 asm code for windowsBert Belder1-0/+1679
2012-09-25tls: use slab allocatorFedor Indutny1-17/+48
2012-09-25npm: upgrade to 1.1.62isaacs556-42780/+525
2012-09-25doc: put API table of contents in alphabetical orderAdam Blackburn1-24/+24
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich2-0/+71
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich2-0/+7
2012-09-22uv: upgrade to 39ca621Bert Belder8-84/+190
2012-09-21v8: loosen artificial mmap constraintBryan Cantrill1-4/+13
2012-09-21domain: Properly exit() on domain disposalisaacs3-5/+85
2012-09-17blog: Post for 0.9.2isaacs1-0/+95
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis2-1/+45
2012-09-17doc: fix three typosRobin Lee3-3/+3
2012-09-17process: fix setuid() and setgid() error reportingBen Noordhuis1-0/+2
2012-09-14fs: fix assert in fs.watch()Ben Noordhuis1-5/+10
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis3-40/+83
2012-09-13v8: Replace VFP by VFP2 in common.gypiNathan Rajlich1-2/+2
2012-09-13v8: Relax requirement from VFP3 to VFP2 where possible.yangguo@chromium.org14-165/+192
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain2-0/+96
2012-09-12doc: fs: clarfify fs.watch() documentationBen Noordhuis1-5/+8
2012-09-12doc: http: expand request.headers documentationBen Noordhuis1-1/+10
2012-09-11Now working on 0.8.10isaacs1-2/+2
2012-09-11blog: Post for 0.8.9isaacs1-0/+97
2012-09-11Merge branch 'v0.8.9-release' into v0.8isaacs6-5/+62
2012-09-112012.09.11, Version 0.8.9 (Stable)v0.8.9isaacs2-2/+47
2012-09-11Update doc and test for sunos/solaris switchisaacs2-2/+2
2012-09-11doc: Fork me image should be full urlisaacs1-1/+1
2012-09-11doc: Put current version on homepageisaacs1-0/+2
2012-09-11doc: Add Node Dublin to community pageisaacs1-0/+10
2012-09-10stream.pipe: Don't call destroy() unless it's a functionisaacs1-1/+1
2012-09-10npm: Upgrade to 1.1.61isaacs657-290/+43313
2012-09-09configure: add a "--dest-os" option to force a gyp "flavor"Nathan Rajlich1-0/+8
2012-09-08util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich2-2/+13