| Commit message (Expand) | Author | Age | Files | Lines |
* | readline: error on falsy values for callback | Sam Roberts | 2019-06-10 | 1 | -1/+1 |
* | lib: require globals instead of using the global proxy | Joyee Cheung | 2019-04-16 | 1 | -0/+1 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -1/+1 |
* | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
* | readline: make Symbol.asyncIterator support stable | Matteo Collina | 2019-04-03 | 1 | -3/+0 |
* | readline: replace quadratic regex with linear one | Thomas | 2019-03-30 | 1 | -2/+8 |
* | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -24/+25 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -13/+13 |
* | readline: remove usage of require('util') | dnlup | 2019-03-23 | 1 | -1/+1 |
* | readline: support TERM=dumb | Vladislav Kaminsky | 2019-03-21 | 1 | -7/+51 |
* | lib: refactor deprecated function in readline.js | gengjiawen | 2019-03-13 | 1 | -2/+2 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -7/+7 |
* | readline: improve Unicode handling | Avi ד | 2019-03-01 | 1 | -10/+32 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -4/+4 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -5/+5 |
* | lib: refactor argument validation using validateString | ZYSzys | 2018-12-13 | 1 | -4/+2 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -2/+2 |
* | Revert "lib: repl multiline history support" | Ruben Bridgewater | 2018-12-05 | 1 | -25/+0 |
* | Revert "repl: handle buffered string logic on finish" | Ruben Bridgewater | 2018-12-05 | 1 | -3/+3 |
* | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+1 |
* | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -2/+2 |
* | readline: add support for async iteration | Timothy Gu | 2018-11-20 | 1 | -0/+43 |
* | repl: handle buffered string logic on finish | Anto Aravinth | 2018-11-19 | 1 | -3/+3 |
* | lib: repl multiline history support | Anto Aravinth | 2018-11-02 | 1 | -0/+25 |
* | lib: add escapeCodeTimeout as an option to createInterface | Raoof | 2018-10-25 | 1 | -2/+15 |
* | readline,zlib: named anonymous functions | Anto Aravinth | 2018-08-01 | 1 | -1/+1 |
* | repl: changes ctrl+u to delete from cursor to line start | Shobhit Chittora | 2018-05-18 | 1 | -4/+2 |
* | string_decoder: lazy loaded | Ruben Bridgewater | 2018-05-18 | 1 | -1/+9 |
* | lib: port errors to new system | Michaël Zasso | 2018-03-05 | 1 | -14/+9 |
* | lib: switch to Number.isNaN | Ruben Bridgewater | 2018-02-16 | 1 | -1/+1 |
* | readline: use Date.now() and move test to parallel | Anatoli Papirovski | 2018-02-07 | 1 | -6/+4 |
* | readline: update references to archived repository | Tobias Nießen | 2018-01-03 | 1 | -1/+2 |
* | readline: refactor filter() callback | Rich Trott | 2017-12-28 | 1 | -3/+1 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -1/+1 |
* | lib: use Timer.now() in readline module | Rich Trott | 2017-08-09 | 1 | -4/+6 |
* | readline: remove max limit of crlfDelay | Azard | 2017-07-31 | 1 | -3/+2 |
* | readline: name some anonymous functions | Flandre Scarlet | 2017-07-23 | 1 | -18/+24 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 1 | -2/+2 |
* | readline: remove the caching variable | Lyall Sun | 2017-07-21 | 1 | -2/+2 |
* | lib: improve lazy requires | Ruben Bridgewater | 2017-07-19 | 1 | -4/+2 |
* | lib: normalize indentation in parentheses | Rich Trott | 2017-07-10 | 1 | -2/+1 |
* | lib: remove excess indentation | Rich Trott | 2017-07-07 | 1 | -4/+4 |
* | readline: properly handle 0-width characters | Timothy Gu | 2017-06-28 | 1 | -3/+4 |
* | benchmark,lib,test: use braces for multiline block | Rich Trott | 2017-06-23 | 1 | -2/+4 |
* | readline,repl,url,util: remove needless capturing | Vse Mozhet Byt | 2017-06-19 | 1 | -4/+4 |
* | errors, readline: migrate to use internal/errors.js | Scott McKenzie | 2017-06-13 | 1 | -4/+14 |
* | Revert "readline: clean up event listener in onNewListener" | Anna Henningsen | 2017-06-10 | 1 | -3/+0 |
* | readline: clean up event listener in onNewListener | Gibson Fahnestock | 2017-06-01 | 1 | -0/+3 |
* | readline: move escape codes into internal/readline | James M Snell | 2017-05-07 | 1 | -11/+20 |
* | readline: multiple code cleanups | James M Snell | 2017-05-07 | 1 | -19/+18 |