162 Commits (83ff5b3708805a4de1ec835ccc4696cbccf44c66)

Author SHA1 Message Date
Azard 8604772960
readline: remove max limit of crlfDelay 7 years ago
Rich Trott 62de339327
tools: remove legacy indentation linting 7 years ago
Rich Trott 0cacd6c89e
lib: normalize indentation in parentheses 8 years ago
Rich Trott 4dabeeecdd
lib: remove excess indentation 8 years ago
Danny Nemer e9f33e392d
readline: rename `deDupeHistory` option 8 years ago
Danny Nemer 8bd6ab7870
readline: add option to stop duplicates in history 9 years ago
Rich Trott fb2f449acc
tools: update ESLint to current version 8 years ago
Jackson Tian dc88b6572d
readline: refactor construct Interface 9 years ago
Umair Ishaq f7c6ad2df9
readline: update 6 comparions to strict 8 years ago
Miguel Angel Asencio Hurtado 4c194ee7bd readline: fix `concievably` typo in readline.js 8 years ago
Prince J Wesley 408308f2e6 readline: key interval delay for \r & \n 8 years ago
Prince J Wesley 6f20f477c4 repl: Auto alignment for .editor mode 8 years ago
Prince J Wesley fbc5805e65 readline: keypress trigger for escape character 9 years ago
Evan Lucas 6b1fc63dcb readline: allow passing prompt to constructor 9 years ago
Anna Henningsen 72d659a000 readline: return old status from _setRawMode 9 years ago
Eugene Obrezkov 226b9668db repl: copying tabs shouldn't trigger completion 9 years ago
James M Snell 74582aa590 lib: replace legacy uses of __defineGetter__ 9 years ago
surya panikkal 9c6ef5b3e1 readline: allow history to be disabled 9 years ago
Jackson Tian 91466b855f lib: refactor code with startsWith/endsWith 9 years ago
Kohei TAKATA ad63d350d4 readline: Remove XXX and output debuglog 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
cjihrig ca2e8b292f readline: deprecate undocumented exports 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Matt Harrison e29e470c14 readline: fix tab completion bug 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 10 years ago
Rich Trott 4cffaa3f55 readline: allow tabs in input 10 years ago
Alex Kocharin bd01603201 readline: fix freeze if `keypress` event throws 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 10 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 10 years ago
Jeremiah Senkpiel d9e250295b Revert "readline: allow tabs in input" 10 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Rich Trott 4b3d493c4b readline: allow tabs in input 10 years ago
Alex Kocharin aed6bce906 readline: turn emitKeys into a streaming parser 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new 10 years ago
Vladimir Kurchatkin b41dbc2737 readline: use native `codePointAt` 10 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
Julien Gilli 862cc28183 readline: should not require an output stream. 10 years ago
Jicheng Li f3473d7db6 readline: fix performance issue when large line 10 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 11 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 11 years ago
Roman Klauke 4d04c7b5ee readline: remove doubled case. 11 years ago
Dan Kaplun 655ec2113a readline: fixes scoping bug 11 years ago
Dan Kaplun 4a90f51bfe readline: implements keypress buffering 11 years ago
Yazhong Liu e1aa066fe1 readline: fix close event of readline.Interface() 11 years ago
Yazhong Liu 93c3674ff7 readline: consider newlines for cursor position 11 years ago