1775 Commits (01d146c29f318fb3dce485e49c2541f53dc4a952)

Author SHA1 Message Date
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n' 13 years ago
isaacs b9bfb1bc91 child_process: Emit err rather than throw for IPC write failure 13 years ago
Bert Belder 40b7302af8 fs.readFile: don't make the callback before the fd is closed 13 years ago
Zachary Scott d73b257d65 docs: grammar and spelling on lib/cluster.js 13 years ago
isaacs 01d46f3a20 Fix #3052 Handle errors properly in zlib 13 years ago
isaacs 2726c22f0b Revert "tty: add keypress event for backwards-compat" 13 years ago
isaacs 90ce5b3d41 cluster: Rename 'death' back to 'exit' 13 years ago
Ben Noordhuis 1ab95a536a udp_wrap: use new slab allocator 13 years ago
Nathan Rajlich 304f1fcf86 tty: clarify that tty.setRawMode() has moved to process.stdin 13 years ago
Yosef Dinerstein d7c96cf289 tls: reduce memory overhead, reuse buffer 13 years ago
ssuda 44eb279ef8 zlib: don't use C++ templates 13 years ago
Shigeki Ohtsu 238e12af22 tty: show deprecated warn of tty.setRawMode() 13 years ago
Shigeki Ohtsu b521ff3b4f tty: add keypress event for backwards-compat 13 years ago
Ben Noordhuis b031671138 tty, readline: fix style errors 13 years ago
Ben Noordhuis 285d8c6589 buffer: align fast buffers on 8 byte boundary 13 years ago
Nathan Rajlich 48bbdde66b repl: don't write a newline on the readline 'end' event 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich b187e96ec9 repl: add a 'writer' option to the repl 13 years ago
Nathan Rajlich 228ddddc1c repl: ensure that 'repl.ignoreUndefined' is a boolean 13 years ago
Nathan Rajlich e7065eaa93 repl: ensure that 'repl.useGlobal' is a boolean 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Nathan Rajlich 698e795a5f repl: fix 'terminal' mode autodetection on global repls 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin ab518ae50e readline: fix for terminals that insert newlines automatically 13 years ago
Igor Zinkovsky 0dcc43316f don't crash when queued write fails 13 years ago
Shigeki Ohtsu e1199fa335 tls: fix CryptoStream.setKeepAlive() 13 years ago
isaacs 81cd3a3cd6 lint readline.js - single-quotes preferred 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Nathan Rajlich 8517089b3e Revert "readline: add multiline support" 13 years ago
Alex Kocharin 415bff26fe repl: fix space autocompletion bug 13 years ago
Shigeki Ohtsu 891f9defeb No need to have NativeModule.require('fs') in Module._findPath() 13 years ago
isaacs dce8682827 cluster: English language fixing 13 years ago
Andreas Madsen 94d337eb0f cluster: kill workers when master dies 13 years ago
Andreas Madsen d927fbc9ab cluster: add graceful disconnect support 13 years ago
Andreas Madsen ab32e9e043 child_process: emit 'channel closed' error instead of throwing 13 years ago
Fedor Indutny 7418905aef debugger: breakOnException 13 years ago
Fedor Indutny b6cb6ce0d3 debugger: remove 'repl' command from builtinLibs 13 years ago
Fedor Indutny f61d4b7a87 debugger: exit process on repl exit 13 years ago
Charlie McConnell c7b8073afc child_process: Separate 'close' event from 'exit' 13 years ago
Nathan Rajlich 928ea564d1 events: don't delete the listeners array in removeListener() 13 years ago
Ben Noordhuis 78dc13fbf9 events: don't delete the listeners array 13 years ago
Ben Noordhuis 7fc835afe3 timers: handle negative or non-numeric timeout values 14 years ago
Micheil Smith 19fd5301bf Expose original argv as process.execArgv for cluster and child_process.fork() 13 years ago
Nathan Rajlich f214758dd1 repl: better SIGINT handling behavior 13 years ago
Nathan Rajlich 6b5a34cdf3 repl: remove redundant check of rli.rine.length 13 years ago
Nathan Rajlich b7ddd30181 repl: make sure the REPL always flushes with a newline 13 years ago
Nathan Rajlich 659d449460 repl: make REPLServer emit an "exit" event 13 years ago
Nathan Rajlich 4f63f9f327 repl: make REPLServer inherit from EventEmitter 13 years ago
Nathan Rajlich 109b16d488 repl: use path.resolve() for the module.filename 13 years ago
Christian Ress c15e6905c4 Added destroy method to Zlib object in zlib.js module 13 years ago