48 Commits (70664bf5a1914e74726cd3d17659cbba8f553f94)

Author SHA1 Message Date
Ruben Bridgewater c474f88987
lib: fix typos 7 years ago
Gautam Mittal 3630ed1c82 errors,tty: migrate to use internal/errors.js 8 years ago
Trevor Norris 4b9d84df51
tty_wrap: throw when uv_tty_init() returns error 8 years ago
Jeremiah Senkpiel 1b63fa1096
tty: remove NODE_TTY_UNSAFE_ASYNC 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Dmitry Tsvettsikh 3f02b47b8a
tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
Jeremiah Senkpiel ab3306ad51
tty: set the handle to blocking mode 8 years ago
Jeremiah Senkpiel 98de4abae3 tty: use blocking mode on OS X 9 years ago
Evan Lucas b6475b9a9d Revert "tty: don't read from console stream upon creation" 9 years ago
Alexis Campailla 4611389294 tty: don't read from console stream upon creation 9 years ago
Rich Trott fdeb862f2b lib: remove unused modules 9 years ago
Wyatt Preul a2c0aa84e0 tty: Remove deprecated setRawMode wrapper 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs 244924823e stdio: Do not read from stdout/err 12 years ago
isaacs bb56dcc450 tty/stdin: Refactor for streams2 12 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
isaacs fb400b4868 Return after emitting error in tty.js 13 years ago
Nathan Rajlich f4403f90f8 tty: emit "error" instead of throwing when getWindowSize() fails 13 years ago
Nathan Rajlich f1f5de1c8d tty: throw an Error when getWindowSize() fails 13 years ago
isaacs 2726c22f0b Revert "tty: add keypress event for backwards-compat" 13 years ago
Nathan Rajlich 304f1fcf86 tty: clarify that tty.setRawMode() has moved to process.stdin 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
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Dan VerWeire e4afb2f724 tty: emit 'unknown' key event if key sequence not found 13 years ago
Brandon Benvie f7b612550a Add missing TTY key translations for F1-F5 on Windows 13 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Ryan Dahl e6092f337c tty.WritableStream should be writable 13 years ago
Ryan Dahl 7cf787a2d1 Upgrade libuv to 5656e3 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl e1dc6e6d73 Bind uv_tty_get_winsize 13 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 13 years ago
Ryan Dahl 0aad61e802 Use net_uv instead of net_legacy for stdio 13 years ago
Ryan Dahl 8527f00c3c Lazy load a few modules 13 years ago
Yoshihiro KIKUCHI 99b210d7ea tiny fixes in tty_posix.js 14 years ago