summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-23buffer: fix map and set parent to undefinedupstream/0.12.0Trevor Norris1-2/+4
2014-09-23http: write() after end() emits an error.Julien Gilli1-0/+12
2014-09-19buffer: improve Buffer constructorKang-Hao Kenny1-5/+1
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine3-15/+12
2014-09-16http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny1-1/+5
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis1-0/+4
2014-09-16dns: include host name in error message if availableMaciej Małecki1-1/+1
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston1-2/+6
2014-09-05lib: unexport http.parsersBen Noordhuis1-1/+0
2014-09-05lib: http: poison parser references after freeingBen Noordhuis3-10/+15
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis2-1/+4
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui6-30/+52
2014-09-03net,dgram: workers can listen on exclusive portscjihrig2-20/+46
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris3-2/+6
2014-09-03tls: support multiple keys/certsFedor Indutny1-4/+22
2014-09-03net: Improve Socket.prototype.write()Jackson Tian1-1/+1
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris1-0/+3
2014-09-02cluster: centralize removal from workers list.Julien Gilli1-16/+54
2014-08-29tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu1-2/+4
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu2-0/+4
2014-08-29crypto: introduce ECDHFedor Indutny1-0/+47
2014-08-27url: Add support for RFC 3490 separatorsMathias Bynens1-12/+5
2014-08-27querystring: fix unescape overrideTristan Berger1-8/+7
2014-08-27crypto: allow padding in RSA methodsFedor Indutny1-3/+6
2014-08-21http: avoid create difference hidden classJackson Tian1-0/+3
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson2-1/+5
2014-08-20dns: throw if hostname is not string or falseycjihrig1-1/+3
2014-08-18http: fix bailout for writeHeadAlex Kocharin1-8/+7
2014-08-12dgram: remove new keyword from errnoExceptionJackson Tian1-2/+2
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich1-1/+1
2014-08-12lib: don't use emitter.listeners(type).lengthJackson Tian1-4/+5
2014-08-11crypto: add RSA encryptionseishun1-0/+10
2014-08-08dns: always set variable family in lookup()cjihrig1-1/+3
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine3-4/+16
2014-08-07fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian1-1/+7
2014-08-07Cluster: fix shared handles on WindowsAlexis Campailla1-17/+1
2014-08-05fs: fs.readFile should not throw uncaughtExceptionJackson Tian1-4/+7
2014-08-04dns: fix GetAddrInfo assertTrevor Norris1-6/+1
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig2-13/+42
2014-08-04path: isAbsolute() should always return booleanHerman Lee1-1/+1
2014-08-02cluster: disconnect should not be synchronousSam Roberts1-2/+4
2014-08-02path: fix slice OOB in trimLucio M. Tato1-2/+2
2014-08-01stream: fix Readable.wrap objectMode falsy valuesJames Halliday1-1/+6
2014-08-01tls: throw an error, not stringJackson Tian1-1/+1
2014-08-01cluster: support options in Worker constructorcjihrig1-40/+54
2014-07-31Add fast path for simple URL parsingGabriel Wicke1-0/+22
2014-07-31module: eliminate double `getenv()`Maciej Małecki1-2/+3
2014-07-31streams: remove unused require('assert')Rod Vagg1-1/+0
2014-07-31timers: backport f8193abJulien Gilli2-13/+27
2014-07-31Revert "Cluster: fix shared handles on Windows"Fedor Indutny1-1/+17