1728 Commits (88f94fa28c4bc7f8a0cd080943a8169098bb33b2)

Author SHA1 Message Date
Nathan Rajlich 327286dbcd repl: update the `repl` for the new `readline` behavior 13 years ago
Nathan Rajlich 9c3559f0ad readline: re-add the Interface#close() method; rename "end" to "close" 13 years ago
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
fukayatsu 0f95a93a2c tls: remove duplicate line 13 years ago
ssuda 48d52d85c3 http, https: fix .setTimeout() 13 years ago
Maciej Małecki f065c87bcf events: remove misleading comment 13 years ago
Mustansir Golawala 7ee15457ed os: add cross platform EOL character 13 years ago
Ben Noordhuis b7b7b29f50 dns: remove unused functions 13 years ago
Ben Noordhuis 16fca262be net: honor 'enable' flag in .setNoDelay() 13 years ago
Andreas Madsen 5b43c63c88 child_process: emit error when .kill fails 13 years ago
isaacs 06ada03ed9 fs.WriteStream: Handle modifications to fs.open 13 years ago
Nathan Rajlich 78eb174ea2 readline: use StringDecoder for decoding "normal" data 13 years ago
Nathan Rajlich ca8dea83a9 repl: make the completer use newlines 13 years ago
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
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
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