summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-09-30http: Improve _addHeaderLines methodJackson Tian
2014-09-29buffer: fix and cleanup fill()Trevor Norris
2014-09-29http: cleanup setHeader()Trevor Norris
2014-09-25child_process: improve spawn() argument handlingcjihrig
2014-09-25readline: fix performance issue when large lineJicheng Li
2014-09-24net: Make server.connections un-enumerablePatrick Mooney
2014-09-23buffer: fix map and set parent to undefinedTrevor Norris
2014-09-23http: write() after end() emits an error.Julien Gilli
2014-09-19buffer: improve Buffer constructorKang-Hao Kenny
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-16http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16dns: include host name in error message if availableMaciej MaƂecki
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-05lib: unexport http.parsersBen Noordhuis
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
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-03net: Improve Socket.prototype.write()Jackson Tian
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-09-02cluster: centralize removal from workers list.Julien Gilli
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-27querystring: fix unescape overrideTristan Berger
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-08-21http: avoid create difference hidden classJackson Tian
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson
2014-08-20dns: throw if hostname is not string or falseycjihrig
2014-08-18http: fix bailout for writeHeadAlex Kocharin
2014-08-12dgram: remove new keyword from errnoExceptionJackson Tian
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich
2014-08-12lib: don't use emitter.listeners(type).lengthJackson Tian
2014-08-11crypto: add RSA encryptionseishun
2014-08-08dns: always set variable family in lookup()cjihrig
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-08-07fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian
2014-08-07Cluster: fix shared handles on WindowsAlexis Campailla
2014-08-05fs: fs.readFile should not throw uncaughtExceptionJackson Tian
2014-08-04dns: fix GetAddrInfo assertTrevor Norris
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-08-04path: isAbsolute() should always return booleanHerman Lee
2014-08-02cluster: disconnect should not be synchronousSam Roberts
2014-08-02path: fix slice OOB in trimLucio M. Tato
2014-08-01stream: fix Readable.wrap objectMode falsy valuesJames Halliday
2014-08-01tls: throw an error, not stringJackson Tian