summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-25openssl: fix compilation issues on SmartOS x64Bert Belder
2012-09-25test: Fix premature close in test-http-client-timeout-agentisaacs
2012-09-25tls: lintisaacs
2012-09-25domain: Remove stray console.logisaacs
2012-09-25openssl: use optimized asm code on x86 and x64Bert Belder
2012-09-25openssl: add generated asm codeBert Belder
2012-09-25openssl: add 'clean' target to asm MakefileBert Belder
2012-09-25openssl: generate asm code with a MakefileBen Noordhuis
2012-09-25openssl: disable HT sidechannel attack mitigationBert Belder
2012-09-25openssl: revert empty_OPENSSL_cpuid_setup.patchBert Belder
2012-09-25openssl: fix perlasm issueBert Belder
2012-09-25openssl: add optimized bignum x64 asm code for windowsBert Belder
2012-09-25tls: use slab allocatorFedor Indutny
2012-09-25npm: upgrade to 1.1.62isaacs
2012-09-25doc: put API table of contents in alphabetical orderAdam Blackburn
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-09-22uv: upgrade to 39ca621Bert Belder
2012-09-21v8: loosen artificial mmap constraintBryan Cantrill
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-09-17blog: Post for 0.9.2isaacs
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis
2012-09-17doc: fix three typosRobin Lee
2012-09-17process: fix setuid() and setgid() error reportingBen Noordhuis
2012-09-14fs: fix assert in fs.watch()Ben Noordhuis
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis
2012-09-13v8: Replace VFP by VFP2 in common.gypiNathan Rajlich
2012-09-13v8: Relax requirement from VFP3 to VFP2 where possible.yangguo@chromium.org
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-12doc: fs: clarfify fs.watch() documentationBen Noordhuis
2012-09-12doc: http: expand request.headers documentationBen Noordhuis
2012-09-11Now working on 0.8.10isaacs
2012-09-11blog: Post for 0.8.9isaacs
2012-09-11Merge branch 'v0.8.9-release' into v0.8isaacs
2012-09-112012.09.11, Version 0.8.9 (Stable)isaacs
2012-09-11Update doc and test for sunos/solaris switchisaacs
2012-09-11doc: Fork me image should be full urlisaacs
2012-09-11doc: Put current version on homepageisaacs
2012-09-11doc: Add Node Dublin to community pageisaacs
2012-09-10stream.pipe: Don't call destroy() unless it's a functionisaacs
2012-09-10npm: Upgrade to 1.1.61isaacs
2012-09-09configure: add a "--dest-os" option to force a gyp "flavor"Nathan Rajlich
2012-09-08util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-09-06cluster.worker description and examples ere missing from the top level of docsPooya Karimian
2012-09-06v8: fix semaphore on MacOSFedor Indutny
2012-09-06v8: reapply floating patchesBert Belder
2012-09-06v8: upgrade to 3.11.10.22Bert Belder
2012-09-04doc: don't use 'Bert Belder
2012-09-04doc: fix typo in api/clusterAtsuya Takagi