summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'forward/v0.12'Ben Noordhuis2014-10-2914-92/+464
|\
| * net: add pauseOnConnect option to createServer()cjihrig2014-10-271-3/+13
| * lint: fix whitespace issuesTrevor Norris2014-10-251-4/+5
| * path: resolve normalize drive letter to lower casedead-horse2014-10-201-0/+5
| * streams: make setDefaultEncoding() throwBrian White2014-10-091-5/+3
| * crypto: createDiffieHellman throw for bad argsTrevor Norris2014-10-081-0/+5
| * cluster: do not signal children in debug modeFedor Indutny2014-10-081-5/+23
| * deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+4
| * buffer, doc: misc. fix and cleanupTrevor Norris2014-10-081-24/+37
| * src: fix jslint warningTrevor Norris2014-10-081-1/+2
| * smalloc: update use of ExternalArrayType constantsTrevor Norris2014-10-081-1/+2
| * streams: set default encoding for writable streamsJohnny Ray2014-10-071-0/+11
| * url: fixed encoding for slash switching emulation.Evan Rutledge Borden2014-10-061-4/+8
| * util: add es6 Symbol support for `util.inspect`gyson2014-10-031-0/+4
| * buffer: add generic functions for (u)int opsYazhong Liu2014-10-031-0/+151
| * buffer: mv floating point read/write checks to JSTrevor Norris2014-10-011-0/+80
| * readline: should not require an output stream.Julien Gilli2014-10-011-14/+40
| * url: make query() consistentGabriel Wicke2014-10-011-0/+3
| * http: Improve _addHeaderLines methodJackson Tian2014-09-301-1/+2
| * buffer: fix and cleanup fill()Trevor Norris2014-09-291-0/+23
| * http: cleanup setHeader()Trevor Norris2014-09-291-10/+14
| * child_process: improve spawn() argument handlingcjihrig2014-09-251-22/+18
| * readline: fix performance issue when large lineJicheng Li2014-09-251-1/+4
| * net: Make server.connections un-enumerablePatrick Mooney2014-09-241-1/+1
| * buffer: fix map and set parent to undefinedTrevor Norris2014-09-231-2/+4
| * http: write() after end() emits an error.Julien Gilli2014-09-231-0/+12
| * buffer: improve Buffer constructorKang-Hao Kenny2014-09-191-5/+1
* | stream: remove duplicated expressionYazhong Liu2014-10-091-3/+3
* | net: remove use of arguments in Server constructorcjihrig2014-09-301-12/+12
|/
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-163-15/+12
|\
| * http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-161-1/+5
| * url: Add support for RFC 3490 separatorsMathias Bynens2014-08-271-12/+5
| * querystring: fix unescape overrideTristan Berger2014-08-271-8/+7
* | lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-161-0/+4
* | dns: include host name in error message if availableMaciej MaƂecki2014-09-161-1/+1
* | tls: `checkServerIdentity` optionTrevor Livingston2014-09-091-2/+6
* | lib: unexport http.parsersBen Noordhuis2014-09-051-1/+0
* | lib: http: poison parser references after freeingBen Noordhuis2014-09-053-10/+15
* | lib, src: don't make http parser handles weakBen Noordhuis2014-09-052-1/+4
* | lib: improved forEach object performanceMajid Arif Siddiqui2014-09-056-30/+52
* | net,dgram: workers can listen on exclusive portscjihrig2014-09-032-20/+46
* | src: be more intelligent about use of "arguments"Trevor Norris2014-09-033-2/+6
* | tls: support multiple keys/certsFedor Indutny2014-09-031-4/+22
* | net: Improve Socket.prototype.write()Jackson Tian2014-09-031-1/+1
* | stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+3
* | cluster: centralize removal from workers list.Julien Gilli2014-09-021-16/+54
* | tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu2014-08-291-2/+4
* | tls, crypto: add DHE supportShigeki Ohtsu2014-08-292-0/+4
* | crypto: introduce ECDHFedor Indutny2014-08-291-0/+47
* | crypto: allow padding in RSA methodsFedor Indutny2014-08-271-3/+6