summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-14os: add cross platform EOL characterMustansir Golawala
2012-04-13dns: remove unused functionsBen Noordhuis
2012-04-12net: honor 'enable' flag in .setNoDelay()Ben Noordhuis
2012-04-12child_process: emit error when .kill failsAndreas Madsen
2012-04-09fs.WriteStream: Handle modifications to fs.openisaacs
2012-04-06readline: use StringDecoder for decoding "normal" dataNathan Rajlich
2012-04-06repl: make the completer use newlinesNathan Rajlich
2012-04-06readline: buffer data to only emit 'line' on '\n'Nathan Friedly
2012-04-06child_process: Emit err rather than throw for IPC write failureisaacs
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott
2012-04-02Fix #3052 Handle errors properly in zlibisaacs
2012-03-30Revert "tty: add keypress event for backwards-compat"isaacs
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-30udp_wrap: use new slab allocatorBen Noordhuis
2012-03-29tty: clarify that tty.setRawMode() has moved to process.stdinNathan Rajlich
2012-03-29tls: reduce memory overhead, reuse bufferYosef Dinerstein
2012-03-29zlib: don't use C++ templatesssuda
2012-03-28tty: show deprecated warn of tty.setRawMode()Shigeki Ohtsu
2012-03-28tty: add keypress event for backwards-compatShigeki Ohtsu
2012-03-29tty, readline: fix style errorsBen Noordhuis
2012-03-29buffer: align fast buffers on 8 byte boundaryBen Noordhuis
2012-03-28repl: don't write a newline on the readline 'end' eventNathan Rajlich
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich
2012-03-27repl: add a 'writer' option to the replNathan Rajlich
2012-03-27repl: ensure that 'repl.ignoreUndefined' is a booleanNathan Rajlich
2012-03-27repl: ensure that 'repl.useGlobal' is a booleanNathan Rajlich
2012-03-27repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich
2012-03-26repl: fix 'terminal' mode autodetection on global replsNathan Rajlich
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-26readline: fix for terminals that insert newlines automaticallyAlex Kocharin
2012-03-23tls: fix CryptoStream.setKeepAlive()Shigeki Ohtsu
2012-03-20lint readline.js - single-quotes preferredisaacs
2012-03-20readline: row-agnostic multiline readline implementationAlex Kocharin
2012-03-20Revert "readline: add multiline support"Nathan Rajlich
2012-03-20repl: fix space autocompletion bugAlex Kocharin
2012-03-19No need to have NativeModule.require('fs') in Module._findPath()Shigeki Ohtsu
2012-03-19cluster: English language fixingisaacs
2012-03-19cluster: kill workers when master diesAndreas Madsen
2012-03-19cluster: add graceful disconnect supportAndreas Madsen
2012-03-19child_process: emit 'channel closed' error instead of throwingAndreas Madsen
2012-03-19debugger: breakOnExceptionFedor Indutny
2012-03-19debugger: remove 'repl' command from builtinLibsFedor Indutny
2012-03-19debugger: exit process on repl exitFedor Indutny
2012-03-15child_process: Separate 'close' event from 'exit'Charlie McConnell
2012-03-15events: don't delete the listeners array in removeListener()Nathan Rajlich
2012-03-16events: don't delete the listeners arrayBen Noordhuis
2012-03-15timers: handle negative or non-numeric timeout valuesBen Noordhuis
2012-03-15Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith
2012-03-13Merge branch 'v0.7.6-release'isaacs
2012-03-13repl: better SIGINT handling behaviorNathan Rajlich