summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-16Now working on 0.10.33Timothy J Fontaine
2014-09-16Merge branch 'v0.10.32-release' into v0.10Timothy J Fontaine
2014-09-162014.09.16, Version 0.10.32 (Stable)Timothy J Fontaine
2014-09-16npm: Update to 1.4.28Timothy J Fontaine
2014-09-16http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny
2014-09-16crypto: use domains for any callback-taking methodChris Dickinson
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16dns: include host name in error message if availableMaciej Małecki
2014-09-16doc: document `process.env` betterMaciej Małecki
2014-09-15tls: fix encoding in certificate-related functionsAdam Lippai
2014-09-15doc: fix modules require.resolve documentationMathias Schreck
2014-09-09deps: backport 60c316 from v8 trunkFedor Indutny
2014-09-09gyp: fix post-mortem in v0.11Fedor Indutny
2014-09-09deps: cherry-pick r21466 from v8 trunkBen Noordhuis
2014-09-09deps: cherry-pick r21297 from v8 trunkBen Noordhuis
2014-09-09deps: fix up v8 postmortem codegenBen Noordhuis
2014-09-09v8: Upgrade 3.26.33 with 14 patchesTrevor Norris
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-05src: remove Environment::GetCurrentChecked()Ben Noordhuis
2014-09-05lib: unexport http.parsersBen Noordhuis
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-09-05src: update and expand comments in base-object.hBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2014-09-05src: add ClearWrap() to util.hBen Noordhuis
2014-09-05src: fix handle leak in Parser::Execute()Ben Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-09-04test: listen on exclusive port in cluster workerscjihrig
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-09-03tls_wrap: fix use after freeFedor Indutny
2014-09-03crypto: use less memory for storing keysFedor Indutny
2014-09-03configure: add --openssl-no-asm flagFedor Indutny
2014-09-03net: Improve Socket.prototype.write()Jackson Tian
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-09-02node,async-wrap: verify domain enter/exit are setTrevor Norris
2014-09-02tests: add test for non-integer delay timers.Julien Gilli
2014-09-02configure: generate a fully statically linked execJesús Leganés Combarro "piranna
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-09-02crypto: unsigned value can't be negativeBrian White
2014-09-02crypto: avoid memory leakBrian White
2014-09-02src: reading/owner/onread/onconnection for tcpJackson Tian
2014-09-01crypto: wrap ECDH constants in HAVE_OPENSSLIsaac Burns
2014-08-29tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27url: Add support for RFC 3490 separatorsMathias Bynens
2014-08-27src: Add function name for .byteLength/.compareJackson Tian
2014-08-27querystring: fix unescape overrideTristan Berger