| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add missing type of removeEventListener in question | Deokjin Kim | 2022-12-01 | 1 | -0/+18 |
* | test: improve lib/readline.js coverage | MURAKAMI Masahiko | 2022-09-15 | 1 | -0/+13 |
* | readline: fix question stack overflow | Eugene Chapko | 2022-06-12 | 1 | -0/+24 |
* | lib: refactor `validateInt32` and `validateUint32` | mawaregetsuka | 2022-05-22 | 1 | -5/+1 |
* | readline: fix question still called after closed | Xuguang Mei | 2022-04-08 | 1 | -0/+34 |
* | readline: bind keystroke `ctrl`+`6` to redo | Ray | 2022-02-07 | 1 | -4/+16 |
* | readline: add feature yank and yank pop | Ray | 2022-01-22 | 1 | -0/+71 |
* | readline: undo previous edit when get key code 0x1F | Ray | 2022-01-21 | 1 | -0/+22 |
* | test: improve coverage for `question` in readline | Qingyu Deng | 2021-05-26 | 1 | -0/+12 |
* | test: refactor `test-readline-interface` to be shorter | Juan José Arboleda | 2021-05-17 | 1 | -27/+9 |
* | test: replace function with arrow function and remove unused argument | Andres | 2021-04-21 | 1 | -8/+8 |
* | test: prepare for consistent comma-dangle lint rule | Rich Trott | 2021-04-01 | 1 | -3/+3 |
* | readline: fix pre-aborted signal question handling | Nitzan Uziely | 2021-04-01 | 1 | -0/+25 |
* | readline: add AbortSignal support to interface | Nitzan Uziely | 2021-04-01 | 1 | -1/+56 |
* | test,doc,lib: adjust object literal newlines for lint rule | Rich Trott | 2021-01-26 | 1 | -1/+2 |
* | readline: add history event and option to set initial history | Mattias Runge-Broberg | 2021-01-25 | 1 | -27/+54 |
* | readline: add support for the AbortController to the question method | Mattias Runge-Broberg | 2021-01-23 | 1 | -0/+46 |
* | test: increase coverage for readline | Zijian Liu | 2020-12-07 | 1 | -0/+13 |
* | readline: add getPrompt to get the current prompt | Mattias Runge-Broberg | 2020-11-10 | 1 | -1/+11 |
* | lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING | Denys Otrishko | 2020-09-11 | 1 | -6/+6 |
* | test: skip some console tests on dumb terminal | Adam Majer | 2020-05-08 | 1 | -0/+1 |
* | test: replace flag expose_internals to expose-internals | Juan José Arboleda | 2020-04-02 | 1 | -1/+1 |
* | readline: make tab size configurable | Ruben Bridgewater | 2020-02-07 | 1 | -0/+52 |
* | test: abstract common assertions in readline-interface test | Ruben Bridgewater | 2020-02-05 | 1 | -102/+41 |
* | test: refactor test-readline-interface.js | Ruben Bridgewater | 2020-02-05 | 1 | -1096/+791 |
* | util: improve unicode support | Ruben Bridgewater | 2020-01-22 | 1 | -28/+27 |
* | test: stricten readline keypress failure test condition | Ruben Bridgewater | 2020-01-12 | 1 | -4/+9 |
* | readline: improve getStringWidth() | Ruben Bridgewater | 2020-01-10 | 1 | -44/+16 |
* | readline,repl: improve history up/previous | Ruben Bridgewater | 2020-01-10 | 1 | -6/+14 |
* | readline,repl: add substring based history search | Ruben Bridgewater | 2020-01-10 | 1 | -2/+34 |
* | test: refactor common.expectsError | Ruben Bridgewater | 2019-12-31 | 1 | -12/+12 |
* | readline: promote _getCursorPos to public api | Jeremy Albright | 2019-12-16 | 1 | -34/+34 |
* | lib: rename lib/internal/readline.js | cjihrig | 2019-07-20 | 1 | -1/+1 |
* | readline: fix position computation | Benoît Zugmeyer | 2019-07-03 | 1 | -1/+18 |
* | readline: error on falsy values for callback | Sam Roberts | 2019-06-10 | 1 | -0/+20 |
* | readline: replace quadratic regex with linear one | Thomas | 2019-03-30 | 1 | -0/+23 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -5/+5 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -9/+9 |
* | readline: improve Unicode handling | Avi ד | 2019-03-01 | 1 | -0/+166 |
* | 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 | -3/+3 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -6/+6 |
* | test: remove unused variable from catch | Paige Kato | 2018-10-14 | 1 | -1/+1 |
* | test: improve coverage for readline.Interface | Masashi Hirano | 2018-05-23 | 1 | -0/+171 |
* | test: remove assert.doesNotThrow() | Ruben Bridgewater | 2018-02-16 | 1 | -17/+6 |
* | readline: use Date.now() and move test to parallel | Anatoli Papirovski | 2018-02-07 | 1 | -0/+77 |
* | test: fix spelling in test case comments | Tobias Nießen | 2018-01-11 | 1 | -1/+1 |
* | test: replace assert.throws w/ common.expectsError | Anatoli Papirovski | 2017-12-11 | 1 | -12/+12 |
* | test: use ES6 classes instead of util.inherits | Tobias Nießen | 2017-11-12 | 1 | -8/+5 |
* | test: increase test coverage of readline-interface | Daniel Kostro | 2017-10-09 | 1 | -0/+83 |