summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Cluster: fix shared handles on WindowsAlexis Campailla1-17/+1
2014-07-31repl: proper `setPrompt()` and `multiline` supportFedor Indutny1-4/+10
2014-07-31Revert "repl: fix overwrite for this._prompt"Fedor Indutny2-12/+6
2014-07-29repl: fix overwrite for this._promptYazhong Liu2-6/+12
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny6-9/+13
2014-07-29buffer: fix sign overflow in `readUIn32BE`Fedor Indutny1-2/+2
2014-07-28cluster: enable error/message events using .workercjihrig1-0/+2
2014-07-24querystring: do not add sep for empty arraycjihrig1-10/+13
2014-07-23net: add remoteFamily for socketJackson Tian2-0/+6
2014-07-23child_process: do not access stderr when stdio set to 'ignore'cjihrig1-4/+4
2014-07-16tls_wrap: remove unused variableBrian White1-1/+0
2014-07-15lib: jslint string_decoder.jsFedor Indutny1-2/+2
2014-07-15stream2: flush extant data on read of ended streamChris Dickinson1-2/+21
2014-07-15cluster: include settings object in 'setup' eventRyan Graham1-3/+3
2014-07-15cluster: allow multiple calls to setupMaster()Ryan Graham1-3/+7
2014-07-12child_process: handle writeUtf8String errorFedor Indutny1-0/+1
2014-07-10lib: remove and restructure calls to isNaN()cjihrig3-3/+3
2014-07-10lib: noisy deprecation of child_process customFdsRyan Graham1-3/+6
2014-07-10streams: set default hwm properly for DuplexAndrew Oppenlander2-16/+15
2014-07-07module: don't require fs several timesRobert Kowalski1-5/+3
2014-07-03net: reset `errorEmitted` on reconnectEd Umansky1-0/+1
2014-07-02lint: fix indentationTrevor Norris1-2/+2
2014-07-02udp: make it possible to receive empty udp packetsAndrius Bentkus1-3/+4
2014-07-03tls: better error reporting at cert validationFedor Indutny2-7/+29
2014-07-02child_process: accept uid/gid everywhereFedor Indutny2-1/+5
2014-07-02net: don't emit listening if handle is closedEli Skeggs1-1/+3
2014-07-01events: Output the event that is leakingArnout Kazemier1-2/+2
2014-06-30Revert "stream: start old-mode read in a next tick"Fedor Indutny2-13/+3
2014-06-30repl: fix multi-line inputFedor Indutny1-6/+15
2014-06-30stream: only end reading on null, not undefinedJonathan Reem1-1/+1
2014-06-27zlib: do not crash on write after closeFedor Indutny1-0/+4
2014-06-27http: remove unused code blockFedor Indutny1-18/+3
2014-06-27buffer: construct new buffer from buffer toJSON() outputcjihrig1-2/+5
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé1-0/+32
2014-06-25crypto: add `honorCipherOrder` argumentFedor Indutny2-6/+11
2014-06-24dns: send lookup c-ares errors to callbackChris Dickinson1-1/+5
2014-06-24module: document important methodsFred K. Schott1-1/+14
2014-06-24tls: using %StringSplit to split `cert.subjectaltname`Yazhong Liu1-6/+9
2014-06-24child_process: don't throw on EAGAINCharles1-1/+3
2014-06-24child_process: use full path for cmd.exe on Win32Ed Morley1-1/+1
2014-06-23buffer: improve {read,write}{U}Int* methodsNick Apperson1-180/+50
2014-06-12console: console.dir() accepts options objectXavi Magrinyà1-6/+3
2014-06-12Added support for options parameter in console.dir()Xavi Magrinyà1-2/+7
2014-06-11lib: remove unused variablesBrian White11-55/+8
2014-06-11readline: remove doubled case.Roman Klauke1-4/+0
2014-06-11cluster: restore v0.10.x setupMaster() behaviourRyan Graham1-10/+10
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine4-33/+58
2014-06-08http: add 308 status_code, see RFC7238Yazhong Liu1-0/+1
2014-06-08fs: remove duplicate checkBrian White1-1/+1
2014-06-06string_decoder: Add more commentsFelix Geisendörfer1-0/+25