summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-12-03stream: be less eager with readable flagBrian White
2015-12-03lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung
2015-12-02meta: remove use of profanity in sourceMyles Borins
2015-12-02streams: update .readable/.writable to falseBrian White
2015-12-02util: determine object types in C++cjihrig
2015-12-02timers: optimize callback call: bind -> arrowAndrei Sedoi
2015-12-02util: make inspect more reliableEvan Lucas
2015-12-01repl: allow leading period in multiline inputZirak
2015-12-01buffer: fix writeInt{B,L}E for some neg valuesPeter A. Bigot
2015-12-01child_process: flush consuming streamsDave
2015-11-30util: fix constructor/instanceof checksBrian White
2015-11-30util: move .decorateErrorStack to internal/utilBen Noordhuis
2015-11-30module,repl: remove repl require() hackBen Noordhuis
2015-11-27path: make format() consistent and more functionalNathan Woltman
2015-11-25repl: attach location info to syntax errorscjihrig
2015-11-25util: add decorateErrorStack()cjihrig
2015-11-25buffer: default to UTF8 in byteLength()Tom Gallacher
2015-11-24net: add local address/port for better errorsJan Schär
2015-11-24util,src: allow lookup of hidden valuescjihrig
2015-11-20net: small code cleanupJan Schär
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-11-20buffer: move checkFloat from lib into srcMatt Loring
2015-11-20lib: add 'pid' prefix in `internal/util`Minwoo Jung
2015-11-19readline: deprecate undocumented exportscjihrig
2015-11-18util: remove pumpWyatt Preul
2015-11-18tty: Remove deprecated setRawMode wrapperWyatt Preul
2015-11-18util: Remove exec, has been deprecated for yearsWyatt Preul
2015-11-17debugger: introduce exec method for debuggerJackson Tian
2015-11-16module: cache regular expressionsEvan Lucas
2015-11-16tls: use SHA1 for sessionIdContextStefan Budeanu
2015-11-16tls: Use SHA1 for sessionIdContext in FIPS modeStefan Budeanu
2015-11-16debugger: also exit when the repl emits 'exit'Felix Böhm
2015-11-15util: use Object.create(null) for dictionary objectMinwoo Jung
2015-11-14zlib: only apply drain listener if given callbackCraig Cavalier
2015-11-14zlib: pass kind to recursive calls to flushMyles Borins
2015-11-14util: improve typed array formattingBen Noordhuis
2015-11-13querystring: Parse multiple separator charactersYosuke Furukawa
2015-11-13console: delete timers that have endedVladimir Varankin
2015-11-12child_process: add safety checks on stdio accesscjihrig
2015-11-11fs: return null error on readFile() successZheng Chaoping
2015-11-11cluster: send suicide message on disconnectcjihrig
2015-11-11lib,test: remove publicly exposed freelistcjihrig
2015-11-10console: use 'label' argument for time and timeEndRoman Reiss
2015-11-10test: fix tests that check error messagescjihrig
2015-11-09repl: To exit, press ^C again or type .exit.Hemanth.HM
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-11-06cluster: remove handles when disconnecting workerBen Noordhuis
2015-11-06util: use regexp instead of str.replace().join()qinjia
2015-11-05module: remove unnecessary JSON.stringifyAndres Suarez
2015-11-05http: remove unneeded cb check from setTimeout()Ashok Suthar