2165 Commits (c048c814c79a8706f177573c76bfcba3cda0b633)

Author SHA1 Message Date
Kyle Robinson Young e67a0f80e0 readline: _normalWrite() doesn't take a key modifier arg 13 years ago
Kyle Robinson Young 57148f54e1 readline: change char to ch to avoid reserved word 13 years ago
Erik Dubbelboer ecfe32e3a0 dns: add more error codes 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
isaacs 33c76f19de net.js: lint 13 years ago
isaacs d8b33dc147 lint 13 years ago
isaacs 963459d736 Domain feature 13 years ago
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 c75f71dd72 fs.WriteStream: Handle modifications to fs.open 13 years ago
isaacs 06ada03ed9 fs.WriteStream: Handle modifications to fs.open 13 years ago
isaacs 45b772d8cb fs.readFile: Emit 'close' if we don't expect a close later 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
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