0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n'
In "terminal: false" mode.

(And fire it multiple times if multiple lines arrive at once.)

This is necessary because the Windows telnet client sends every single
keystroke as it's typed.

See: http://stackoverflow.com/questions/9962197/node-js-readline-not-waiting-for-a-full-line-on-socket-connections

Closes #3059.
2012-04-06 16:13:40 -07:00
..
_debugger.js repl: add a 'useColors' option to the repl 2012-03-27 18:00:59 -07:00
_linklist.js
assert.js docs: correct the description of assert.ok() 2012-03-12 02:27:55 +01:00
buffer_ieee754.js
buffer.js buffer: align fast buffers on 8 byte boundary 2012-03-29 01:31:31 +02:00
child_process.js child_process: Emit err rather than throw for IPC write failure 2012-04-06 14:16:09 -07:00
cluster.js docs: grammar and spelling on lib/cluster.js 2012-04-06 01:44:03 +02:00
console.js
constants.js
crypto.js
dgram.js udp_wrap: use new slab allocator 2012-03-30 21:24:02 +02:00
dns.js
events.js events: don't delete the listeners array in removeListener() 2012-03-15 17:01:29 -07:00
freelist.js
fs.js
http.js Emit end event only once 2012-03-07 13:37:39 -08:00
https.js
module.js No need to have NativeModule.require('fs') in Module._findPath() 2012-03-19 18:58:58 -07:00
net.js
os.js
path.js
punycode.js
querystring.js
readline.js readline: buffer data to only emit 'line' on '\n' 2012-04-06 16:13:40 -07:00
repl.js repl: don't write a newline on the readline 'end' event 2012-03-28 08:42:40 -07:00
stream.js
string_decoder.js
sys.js
timers.js timers: handle negative or non-numeric timeout values 2012-03-15 13:56:30 -07:00
tls.js tls: reduce memory overhead, reuse buffer 2012-03-29 17:17:15 +02:00
tty.js Revert "tty: add keypress event for backwards-compat" 2012-03-30 17:37:35 -07:00
url.js Ignore an empty port component when parsing URLs. 2012-03-12 12:46:56 -07:00
util.js
vm.js
zlib.js Fix #3052 Handle errors properly in zlib 2012-04-02 13:48:10 -07:00