summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-07-01repl: remove obsolete TODORich Trott
2015-06-30net: wrap connect in nextTickEvan Lucas
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-06-30url: fix typo in commentRich Trott
2015-06-26net: fix debug for dnsoptsEvan Lucas
2015-06-25buffer: prevent abort on bad protoTrevor Norris
2015-06-25buffer: optimize Buffer#toString()Ben Noordhuis
2015-06-25repl: make 'Unexpected token' errors recoverableJulien Gilli
2015-06-25repl: fix tab completion for a non-global contextSangmin Yoon
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