| Commit message (Expand) | Author | Age | Files | Lines |
* | test: remove common.fileExists() | Rich Trott | 2018-08-08 | 1 | -4/+4 |
* | test: refactor test-tls-connect-memleak, move to parallel | Anna Henningsen | 2018-07-16 | 1 | -65/+0 |
* | test: refactor test-net-connect-memleak, move to parallel | Anna Henningsen | 2018-07-16 | 1 | -57/+0 |
* | test: swap arguments in strictEqual() | Sohail Rajdev | 2018-07-10 | 1 | -14/+15 |
* | test: fix test-tls-connect-memleak | Rich Trott | 2018-07-09 | 1 | -3/+1 |
* | test: fix pummel/test-net-connect-memleak | Rich Trott | 2018-07-06 | 1 | -2/+1 |
* | src: refactor timers to remove TimerWrap | Anatoli Papirovski | 2018-06-24 | 2 | -64/+0 |
* | tools: add 'spaced-comment' into eslint rules | Weijia Wang | 2018-04-01 | 4 | -16/+5 |
* | lib,test: remove yoda statements | Ruben Bridgewater | 2018-03-04 | 2 | -2/+2 |
* | test: minor refactoring | Ruben Bridgewater | 2018-02-16 | 2 | -3/+5 |
* | test: remove assert.doesNotThrow() | Ruben Bridgewater | 2018-02-16 | 2 | -43/+31 |
* | test: move tmpdir to submodule of common | Rich Trott | 2018-01-31 | 7 | -11/+23 |
* | test: use shorthand properties | Tobias Nießen | 2018-01-17 | 1 | -1/+1 |
* | test: improve to use template string | sreepurnajasti | 2018-01-17 | 5 | -9/+9 |
* | stream: rm {writeable/readable}State.length | Calvin Metcalf | 2017-12-18 | 2 | -2/+2 |
* | test: use ES6 classes instead of util.inherits | Tobias Nießen | 2017-11-12 | 1 | -13/+13 |
* | test: use common/fixtures module in hash-seed test | Javier Blanco | 2017-11-12 | 1 | -9/+9 |
* | test: remove error message | Jack Wang | 2017-10-19 | 1 | -2/+2 |
* | test: improve assert message in test-dh-regr | Mabry Cervin | 2017-10-13 | 1 | -3/+8 |
* | test: make use of common/fixtures.fixturesDir | Jem Bezooyen | 2017-10-12 | 1 | -1/+2 |
* | test: remove assert message | Joe Henry | 2017-10-10 | 1 | -2/+2 |
* | test: clarify assertion failure | ryshep111 | 2017-10-09 | 1 | -1/+2 |
* | test: continue normalizing fixtures use | Miguel Angel Asencio Hurtado | 2017-08-27 | 11 | -44/+36 |
* | test: fix conversion of microseconds in test | Nick Stanish | 2017-08-09 | 1 | -3/+3 |
* | test: adjust indentation for stricter linting | Rich Trott | 2017-07-27 | 3 | -46/+46 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 6 | -7/+8 |
* | doc, lib, test: do not re-require needlessly | Vse Mozhet Byt | 2017-07-21 | 1 | -2/+3 |
* | test: move test-fs-largefile to pummel | Rich Trott | 2017-07-20 | 1 | -0/+55 |
* | test: verify hash seed uniqueness | Ali Ijaz Sheikh | 2017-07-11 | 1 | -0/+20 |
* | test: simplify test skipping | Vse Mozhet Byt | 2017-07-04 | 16 | -103/+51 |
* | test: replace indexOf with includes and startsWith | Nataly Shrits | 2017-07-02 | 3 | -5/+5 |
* | test: remove unnecessary Buffer import | Steven Winston | 2017-06-24 | 1 | -1/+0 |
* | benchmark,lib,test: use braces for multiline block | Rich Trott | 2017-06-23 | 1 | -1/+2 |
* | test: fix RegExp nits | Vse Mozhet Byt | 2017-06-21 | 1 | -1/+1 |
* | test: remove needless RegExp flags | Vse Mozhet Byt | 2017-06-18 | 2 | -4/+4 |
* | test: move stream2 test from pummel to parallel | Rich Trott | 2017-05-24 | 1 | -475/+0 |
* | test: simplify assert usage in test-stream2-basic | Rich Trott | 2017-05-24 | 1 | -20/+17 |
* | test: check noop function invocations | Rich Trott | 2017-05-24 | 1 | -13/+13 |
* | vm: fix race condition with timeout param | Marcel Laverdet | 2017-05-23 | 1 | -0/+33 |
* | test: remove unneeded string splitting | Vse Mozhet Byt | 2017-05-15 | 1 | -2/+2 |
* | test: reduce string concatenations | Vse Mozhet Byt | 2017-05-05 | 23 | -66/+66 |
* | test,lib,doc: use function declarations | Rich Trott | 2017-05-01 | 2 | -6/+6 |
* | test: add common.noop, default for common.mustCall() | James M Snell | 2017-03-26 | 2 | -10/+9 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 45 | -0/+945 |
* | tools: enable one-var-declaration-per-line ESLint rule | Michaël Zasso | 2017-02-21 | 1 | -1/+2 |
* | test: improve coverage in test-crypto.dh | Eric Christie | 2017-02-19 | 1 | -9/+26 |
* | test: add common.mustNotCall() | cjihrig | 2017-02-06 | 3 | -4/+4 |
* | test: use repeat() instead of new Array().join() | Jackson Tian | 2017-02-01 | 1 | -1/+1 |
* | test: use common.fail() instead of assert(false) | cjihrig | 2017-01-23 | 1 | -5/+2 |
* | test: no unused args test-fs-watch-file.js | istinson | 2017-01-13 | 1 | -8/+8 |