index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tty.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-03
util: prepend '(node) ' to deprecation messages
Sakthipriyan Vairamani
1
-2
/
+4
2015-06-15
lib,test: fix whitespace issues
Roman Reiss
1
-1
/
+0
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-3
/
+2
2015-01-21
lib: use const to define constants
cjihrig
1
-6
/
+6
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2013-08-15
lib: remove unused variables and functions
Brian White
1
-1
/
+0
2013-07-20
src, lib: update after internal api change
Ben Noordhuis
1
-5
/
+7
2013-07-20
src, lib: deduplicate errnoException
Ben Noordhuis
1
-9
/
+3
2013-02-28
lib, src: remove errno global
Ben Noordhuis
1
-1
/
+1
2013-02-21
stream: remove lowWaterMark feature
isaacs
1
-1
/
+0
2012-12-21
stdio: Do not read from stdout/err
isaacs
1
-11
/
+2
2012-12-14
tty/stdin: Refactor for streams2
isaacs
1
-15
/
+20
2012-06-21
Add --no-deprecation and --trace-deprecation flags
isaacs
1
-3
/
+3
2012-05-22
deps: upgrade libuv to a478847
Ben Noordhuis
1
-2
/
+0
2012-05-01
Return after emitting error in tty.js
isaacs
1
-0
/
+1
2012-04-30
tty: emit "error" instead of throwing when getWindowSize() fails
Nathan Rajlich
1
-1
/
+1
2012-04-30
tty: throw an Error when getWindowSize() fails
Nathan Rajlich
1
-2
/
+16
2012-03-30
Revert "tty: add keypress event for backwards-compat"
isaacs
1
-2
/
+0
2012-03-29
tty: clarify that tty.setRawMode() has moved to process.stdin
Nathan Rajlich
1
-1
/
+1
2012-03-28
tty: show deprecated warn of tty.setRawMode()
Shigeki Ohtsu
1
-0
/
+1
2012-03-28
tty: add keypress event for backwards-compat
Shigeki Ohtsu
1
-0
/
+2
2012-03-29
tty, readline: fix style errors
Ben Noordhuis
1
-1
/
+1
2012-03-26
readline: migrate ansi/vt100 logic from tty to readline
Nathan Rajlich
1
-313
/
+35
2012-03-20
readline: row-agnostic multiline readline implementation
Alex Kocharin
1
-0
/
+5
2012-01-28
tty: emit 'unknown' key event if key sequence not found
Dan VerWeire
1
-0
/
+4
2012-01-18
Add missing TTY key translations for F1-F5 on Windows
Brandon Benvie
1
-0
/
+7
2011-12-05
Fix #2257 pause/resume semantics for stdin
isaacs
1
-0
/
+11
2011-10-11
Remove tty_legacy
Ryan Dahl
1
-0
/
+376
2011-09-27
Initial pass at new TTY js layer
Ryan Dahl
1
-34
/
+0
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-01-18
Implement tty.ReadStream and tty.WriteStream
Bert Belder
1
-31
/
+6
2011-01-10
getWindowSize/setWindowSize
Ryan Dahl
1
-1
/
+2
2011-01-10
tty.open() returns stream instead of slaveFD
Ryan Dahl
1
-3
/
+12
2010-12-02
Introduce require('tty')
Ryan Dahl
1
-0
/
+28