aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-06-22module: fix stat with long paths on WindowsMichaël Zasso
2015-06-17module: reduce syscalls during require searchPierre Inglebert
2015-06-17net: Defer reading until listeners could be addedJames Hartig
2015-06-16util: dont repeat isBufferBrendan Ashworth
2015-06-16buffer: fix cyclic dependency with utilBrendan Ashworth
2015-06-16util: move deprecate() to internal moduleBrendan Ashworth
2015-06-16module: allow long paths for require on WindowsMichaël Zasso
2015-06-15zlib: prevent uncaught exception in zlibBufferMichaël Zasso
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-12Revert "readline: allow tabs in input"Jeremiah Senkpiel
2015-06-11tools: enable/add additional eslint rulesRoman Reiss
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-11tls: fix references to undefined `cb`Fedor Indutny
2015-06-10fs: make SyncWriteStream non-enumerableSakthipriyan Vairamani
2015-06-10fs: minor refactoringSakthipriyan Vairamani
2015-06-10fs: remove inStatWatchers and use Map for lookupSakthipriyan Vairamani
2015-06-10fs: removing unnecessary nullCheckCallNTSakthipriyan Vairamani
2015-06-10fs: improve error message descriptionsSakthipriyan Vairamani
2015-06-09cluster: wait on servers closing before disconnectOleg Elifantiev
2015-06-08crypto: add getCurves() to get supported ECsBrian White
2015-06-06readline: allow tabs in inputRich Trott
2015-06-05os: add homedir()cjihrig
2015-06-05fs: use `kMaxLength` from bindingVladimir Kurchatkin
2015-06-05debugger: improve ESRCH error messageJackson Tian
2015-06-05fs: Add string encoding option for Stream methodYosuke Furukawa
2015-06-04tls: prevent use-after-freeFedor Indutny
2015-06-04tls: emit errors on close whilst async actionFedor Indutny
2015-06-04smalloc: deprecate whole moduleVladimir Kurchatkin
2015-06-04util: introduce `printDeprecationMessage` functionVladimir Kurchatkin
2015-06-04dgram: partially revert 18d457bSaúl Ibarra Corretgé
2015-06-03fs: set encoding on fs.createWriteStreamYosuke Furukawa
2015-05-31http: revert deprecation of client propertyMichaël Zasso
2015-05-30src: fix module search path for preload modulesAli Ijaz Sheikh
2015-05-29http: flush stored headerVladimir Kurchatkin
2015-05-28child_process: expose ChildProcess constructorEvan Lucas
2015-05-27lib: speed up require(), phase 2Ben Noordhuis
2015-05-27lib: speed up require(), phase 1Ben Noordhuis
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-25http: simplify code and remove unused propertiesBrian White
2015-05-23net: return this from setNoDelay and setKeepAliveRoman Reiss
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss
2015-05-22buffer: optimize Buffer.byteLengthBrendan Ashworth
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns
2015-05-22tls: use `.destroy(err)` instead of destroy+emitFedor Indutny
2015-05-20util: speed up common case of formatting stringСковорода Никита Андреевич
2015-05-19net: persist net.Socket options before connectEvan Lucas
2015-05-17repl: remove unnecessary check for globalsYazhong Liu
2015-05-17repl: support non-array `.scope`, document itYazhong Liu
2015-05-16tls: fix tls handshake check in ssl errorShigeki Ohtsu
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas