summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: avoid create difference hidden classJackson Tian2014-08-211-0/+3
* net,stream: add isPaused, don't read() when pausedChris Dickinson2014-08-202-1/+5
* dns: throw if hostname is not string or falseycjihrig2014-08-201-1/+3
* http: fix bailout for writeHeadAlex Kocharin2014-08-181-8/+7
* dgram: remove new keyword from errnoExceptionJackson Tian2014-08-121-2/+2
* querystring: remove prepended ? from query fieldEzequiel Rabinovich2014-08-121-1/+1
* lib: don't use emitter.listeners(type).lengthJackson Tian2014-08-121-4/+5
* crypto: add RSA encryptionseishun2014-08-111-0/+10
* dns: always set variable family in lookup()cjihrig2014-08-081-1/+3
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-08-073-4/+16
|\
| * fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian2014-08-071-1/+7
| * cluster: disconnect should not be synchronousSam Roberts2014-08-021-2/+4
| * stream: fix Readable.wrap objectMode falsy valuesJames Halliday2014-08-011-1/+6
| * module: eliminate double `getenv()`Maciej MaƂecki2014-07-311-2/+3
| * streams: remove unused require('assert')Rod Vagg2014-07-311-1/+0
| * timers: backport f8193abJulien Gilli2014-07-312-13/+27
* | Cluster: fix shared handles on WindowsAlexis Campailla2014-08-071-17/+1
* | fs: fs.readFile should not throw uncaughtExceptionJackson Tian2014-08-051-4/+7
* | dns: fix GetAddrInfo assertTrevor Norris2014-08-041-6/+1
* | net: don't prefer IPv4 addresses during resolutioncjihrig2014-08-042-13/+42
* | path: isAbsolute() should always return booleanHerman Lee2014-08-041-1/+1
* | path: fix slice OOB in trimLucio M. Tato2014-08-021-2/+2
* | tls: throw an error, not stringJackson Tian2014-08-011-1/+1
* | cluster: support options in Worker constructorcjihrig2014-08-011-40/+54
* | Add fast path for simple URL parsingGabriel Wicke2014-07-311-0/+22
* | Revert "Cluster: fix shared handles on Windows"Fedor Indutny2014-07-311-1/+17
* | Cluster: fix shared handles on WindowsAlexis Campailla2014-07-311-17/+1
* | repl: proper `setPrompt()` and `multiline` supportFedor Indutny2014-07-311-4/+10
* | Revert "repl: fix overwrite for this._prompt"Fedor Indutny2014-07-312-12/+6
* | repl: fix overwrite for this._promptYazhong Liu2014-07-292-6/+12
* | Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny2014-07-296-9/+13
|\ \ | |/
| * buffer: fix sign overflow in `readUIn32BE`Fedor Indutny2014-07-291-2/+2
| * lib: jslint string_decoder.jsFedor Indutny2014-07-151-2/+2
| * stream2: flush extant data on read of ended streamChris Dickinson2014-07-151-2/+21
| * child_process: handle writeUtf8String errorFedor Indutny2014-07-121-0/+1