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
/
readline.js
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-08
lib: refactor code with startsWith/endsWith
Jackson Tian
1
-1
/
+1
2016-02-15
readline: Remove XXX and output debuglog
Kohei TAKATA
1
-1
/
+2
2016-02-15
lib: fix style issues after eslint update
Michaƫl Zasso
1
-2
/
+2
2015-09-23
lib,src: remove usage of events.EventEmitter
Sakthipriyan Vairamani
1
-1
/
+1
2015-09-20
readline: fix tab completion bug
Matt Harrison
1
-1
/
+4
2015-08-20
events: deprecate static listenerCount function
Sakthipriyan Vairamani
1
-4
/
+4
2015-08-04
readline: allow tabs in input
Rich Trott
1
-13
/
+14
2015-07-11
readline: fix freeze if `keypress` event throws
Alex Kocharin
1
-1
/
+9
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-06-12
Revert "readline: allow tabs in input"
Jeremiah Senkpiel
1
-14
/
+13
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-06-06
readline: allow tabs in input
Rich Trott
1
-13
/
+14
2015-05-10
readline: turn emitKeys into a streaming parser
Alex Kocharin
1
-94
/
+167
2015-04-30
repl: add mode detection, cli persistent history
Chris Dickinson
1
-1
/
+11
2015-04-10
readline: fix calling constructor without new
Alex Kocharin
1
-1
/
+4
2015-02-22
readline: use native `codePointAt`
Vladimir Kurchatkin
1
-4
/
+5
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-22
/
+23
2015-01-21
lib: use const to define constants
cjihrig
1
-10
/
+10
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
2014-10-01
readline: should not require an output stream.
Julien Gilli
1
-14
/
+40
2014-09-25
readline: fix performance issue when large line
Jicheng Li
1
-1
/
+4
2014-07-31
Revert "repl: fix overwrite for this._prompt"
Fedor Indutny
1
-7
/
+1
2014-07-29
repl: fix overwrite for this._prompt
Yazhong Liu
1
-1
/
+7
2014-06-11
readline: remove doubled case.
Roman Klauke
1
-4
/
+0
2014-05-17
readline: fixes scoping bug
Dan Kaplun
1
-10
/
+9
2014-05-13
readline: implements keypress buffering
Dan Kaplun
1
-181
/
+191
2014-05-12
readline: fix close event of readline.Interface()
Yazhong Liu
1
-5
/
+9
2014-03-12
readline: consider newlines for cursor position
Yazhong Liu
1
-1
/
+7
2014-02-17
readline: fix `line` event, if input emit 'end'
Yazhong Liu
1
-0
/
+8
2013-09-24
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2013-09-23
readline: handle input starting with control chars
Eric Schrock
1
-1
/
+1
2013-09-04
stream: return this from pause()/resume()
isaacs
1
-0
/
+2
2013-08-19
fixes #6031 spelling errors
Matthew Aynalem
1
-1
/
+1
2013-08-17
readline: pause stdin before turning off terminal raw mode
Daniel Chatfield
1
-1
/
+1
2013-08-17
readline: pause stdin before turning off terminal raw mode
Daniel Chatfield
1
-1
/
+1
2013-08-15
lib: remove unused variables and functions
Brian White
1
-3
/
+0
2013-08-01
src: Replace macros with util functions
isaacs
1
-12
/
+12
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-12
/
+12
2013-06-25
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-0
/
+6
2013-06-17
readline: strip ctrl chars for prompt width calc
Krzysztof Chrapka
1
-4
/
+19
2013-06-17
readline: make `ctrl + L` clear the screen
Yuan Chuan
1
-0
/
+6
2013-03-15
readline: handle wide characters properly
Nao Iizuka
1
-16
/
+144
2013-03-01
events: add check for listeners length
Trevor Norris
1
-4
/
+4
2013-01-29
lint
isaacs
1
-1
/
+1
2013-01-29
readline: treat bare \r as a line ending
isaacs
1
-4
/
+26
2013-01-29
readline: make \r\n emit one 'line' event
Ben Noordhuis
1
-3
/
+8
2012-11-06
readline: use a "string_decoder" to parse "keypress" events
Nathan Rajlich
1
-3
/
+5
2012-11-06
readline: don't emit "line" events with a trailing '\n' char
Nathan Rajlich
1
-1
/
+1
[next]