| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | test: improve readline test coverage for tty | Claudio Rodriguez | 2017-09-22 | 1 | -0/+136 |
* | test: fix flaky test-readline-interface | Rich Trott | 2017-09-03 | 1 | -24/+0 |
* | test: split out load-sensitive readline tests | Rich Trott | 2017-08-09 | 1 | -37/+1 |
* | test: fix test-readline-interface | Azard | 2017-08-08 | 1 | -2/+2 |
* | test: add block scoping to test-readline-interface | Rich Trott | 2017-08-06 | 1 | -318/+402 |
* | readline: remove max limit of crlfDelay | Azard | 2017-07-31 | 1 | -6/+65 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 1 | -3/+3 |
* | doc, lib, test: do not re-require needlessly | Vse Mozhet Byt | 2017-07-21 | 1 | -2/+1 |
* | test: remove common.noop | Rich Trott | 2017-07-03 | 1 | -4/+4 |
* | errors, readline: migrate to use internal/errors.js | Scott McKenzie | 2017-06-13 | 1 | -8/+4 |
* | test: use mustCall() in test-readline-interface | Rich Trott | 2017-05-31 | 1 | -1/+1 |
* | test: reduce string concatenations | Vse Mozhet Byt | 2017-05-05 | 1 | -4/+4 |
* | test,lib,doc: use function declarations | Rich Trott | 2017-05-01 | 1 | -3/+1 |
* | test: add common.noop, default for common.mustCall() | James M Snell | 2017-03-26 | 1 | -5/+5 |
* | readline: rename `deDupeHistory` option | Danny Nemer | 2017-03-22 | 1 | -6/+6 |
* | readline: add option to stop duplicates in history | Danny Nemer | 2017-03-17 | 1 | -0/+61 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | test: s/assert.equal/assert.strictEqual/ | Gibson Fahnestock | 2017-01-11 | 1 | -47/+54 |
* | test: use eslint to fix var->const/let | Gibson Fahnestock | 2017-01-11 | 1 | -14/+14 |
* | benchmark,lib,test: adjust for linting | Rich Trott | 2017-01-06 | 1 | -1/+1 |
* | tools: enforce linebreak after ternary operators | Michaël Zasso | 2016-12-22 | 1 | -3/+3 |
* | readline: key interval delay for \r & \n | Prince J Wesley | 2016-09-08 | 1 | -0/+51 |
* | test: improve chained property readability | Rich Trott | 2016-08-02 | 1 | -8/+16 |
* | test: test isFullWidthCodePoint with invalid input | Rich Trott | 2016-06-28 | 1 | -0/+5 |
* | readline: allow passing prompt to constructor | Evan Lucas | 2016-06-25 | 1 | -1/+28 |
* | repl: copying tabs shouldn't trigger completion | Eugene Obrezkov | 2016-05-13 | 1 | -1/+3 |
* | readline: remove deprecated methods | cjihrig | 2016-05-02 | 1 | -29/+25 |
* | readline: allow history to be disabled | surya panikkal | 2016-04-26 | 1 | -0/+19 |
* | test,benchmark: use deepStrictEqual() | Rich Trott | 2016-04-22 | 1 | -1/+1 |
* | buffer: add .from(), .alloc() and .allocUnsafe() | James M Snell | 2016-03-16 | 1 | -2/+2 |
* | test: fix variable redeclarations | Rich Trott | 2016-02-02 | 1 | -1/+1 |
* | test: fix style issues after eslint update | Michaël Zasso | 2016-01-13 | 1 | -1/+1 |
* | test: fix tests that check error messages | cjihrig | 2015-11-10 | 1 | -2/+1 |
* | test: load common.js to test for global leaks | Rich Trott | 2015-10-01 | 1 | -0/+1 |
* | readline: allow tabs in input | Rich Trott | 2015-08-04 | 1 | -0/+53 |
* | readline: fix freeze if `keypress` event throws | Alex Kocharin | 2015-07-11 | 1 | -0/+18 |
* | Revert "readline: allow tabs in input" | Jeremiah Senkpiel | 2015-06-12 | 1 | -53/+0 |
* | readline: allow tabs in input | Rich Trott | 2015-06-06 | 1 | -0/+53 |
* | test: enable linting for tests | Roman Reiss | 2015-05-19 | 1 | -11/+16 |
* | readline: turn emitKeys into a streaming parser | Alex Kocharin | 2015-05-10 | 1 | -25/+0 |
* | readline: fix calling constructor without new | Alex Kocharin | 2015-04-10 | 1 | -0/+12 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -23/+0 |
* | test: split test in parallel/sequential | Fedor Indutny | 2014-12-17 | 1 | -0/+342 |