summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tools: enable/add additional eslint rulesRoman Reiss2015-06-111-0/+1
* lib: don't use global BufferRoman Reiss2015-06-1121-0/+22
* tls: fix references to undefined `cb`Fedor Indutny2015-06-111-2/+2
* fs: make SyncWriteStream non-enumerableSakthipriyan Vairamani2015-06-101-2/+5
* fs: minor refactoringSakthipriyan Vairamani2015-06-101-28/+29
* fs: remove inStatWatchers and use Map for lookupSakthipriyan Vairamani2015-06-101-13/+10
* fs: removing unnecessary nullCheckCallNTSakthipriyan Vairamani2015-06-101-5/+1
* fs: improve error message descriptionsSakthipriyan Vairamani2015-06-101-9/+14
* cluster: wait on servers closing before disconnectOleg Elifantiev2015-06-091-2/+16
* crypto: add getCurves() to get supported ECsBrian White2015-06-081-2/+7
* readline: allow tabs in inputRich Trott2015-06-061-13/+14
* os: add homedir()cjihrig2015-06-051-0/+2
* fs: use `kMaxLength` from bindingVladimir Kurchatkin2015-06-051-1/+1
* debugger: improve ESRCH error messageJackson Tian2015-06-051-3/+12
* fs: Add string encoding option for Stream methodYosuke Furukawa2015-06-051-2/+16
* tls: prevent use-after-freeFedor Indutny2015-06-041-1/+6
* tls: emit errors on close whilst async actionFedor Indutny2015-06-041-0/+15
* smalloc: deprecate whole moduleVladimir Kurchatkin2015-06-043-27/+5
* util: introduce `printDeprecationMessage` functionVladimir Kurchatkin2015-06-044-26/+25
* dgram: partially revert 18d457bSaúl Ibarra Corretgé2015-06-041-4/+1
* fs: set encoding on fs.createWriteStreamYosuke Furukawa2015-06-031-0/+3
* http: revert deprecation of client propertyMichaël Zasso2015-05-311-11/+1
* src: fix module search path for preload modulesAli Ijaz Sheikh2015-05-301-0/+14
* http: flush stored headerVladimir Kurchatkin2015-05-291-2/+3
* child_process: expose ChildProcess constructorEvan Lucas2015-05-283-848/+877
* lib: speed up require(), phase 2Ben Noordhuis2015-05-271-4/+5
* lib: speed up require(), phase 1Ben Noordhuis2015-05-271-20/+14
* lib: simplify nextTick() usageBrian White2015-05-257-57/+42
* http: simplify code and remove unused propertiesBrian White2015-05-253-10/+11
* net: return this from setNoDelay and setKeepAliveRoman Reiss2015-05-231-2/+6
* net,dgram: return this from ref and unref methodsRoman Reiss2015-05-232-2/+14
* buffer: optimize Buffer.byteLengthBrendan Ashworth2015-05-221-17/+49
* tls: emit errors happening before handshake finishMalte-Thorben Bruns2015-05-221-1/+2
* tls: use `.destroy(err)` instead of destroy+emitFedor Indutny2015-05-221-14/+22
* util: speed up common case of formatting stringСковорода Никита Андреевич2015-05-201-0/+2
* net: persist net.Socket options before connectEvan Lucas2015-05-191-6/+25
* repl: remove unnecessary check for globalsYazhong Liu2015-05-171-1/+1
* repl: support non-array `.scope`, document itYazhong Liu2015-05-171-1/+1
* tls: fix tls handshake check in ssl errorShigeki Ohtsu2015-05-161-1/+1
* http,net,tls: return this from setTimeout methodsEvan Lucas2015-05-165-2/+8
* os: refine tmpdir() trailing slash strippingcjihrig2015-05-131-1/+4
* events: provide better error message for unhandled errorEvan Lucas2015-05-121-1/+4
* tls: update default ciphers to use gcm and aes128Mike MacCana2015-05-111-2/+7
* dgram: call send callback asynchronouslyYosuke Furukawa2015-05-101-1/+4
* readline: turn emitKeys into a streaming parserAlex Kocharin2015-05-101-94/+167
* lib: fix eslint stylesYosuke Furukawa2015-05-0921-37/+42
* cluster: disconnect event not emitted correctlyOleg Elifantiev2015-05-081-0/+1
* repl: fix for a+ fd clearing the file on readChris Dickinson2015-05-041-2/+7
* repl: fix _debugger by properly proxying replChris Dickinson2015-05-042-14/+21
* tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич2015-05-041-2/+9