| Commit message (Expand) | Author | Age | Files | Lines |
* | test: allow tests to pass without internet | Daniel Bevenius | 2017-10-26 | 2 | -0/+330 |
* | test: improve assert message in internet test | Nikki St Onge | 2017-10-18 | 1 | -5/+1 |
* | dgram: added setMulticastInterface() | Will Young | 2017-09-14 | 1 | -1/+3 |
* | test: continue normalizing fixtures use | Miguel Angel Asencio Hurtado | 2017-08-27 | 1 | -2/+2 |
* | dns: add `verbatim` option to dns.lookup() | Ben Noordhuis | 2017-08-23 | 1 | -1/+1 |
* | test: use invalid host according to RFC2606 | Tobias Nießen | 2017-08-19 | 1 | -8/+8 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 5 | -17/+21 |
* | test: simplify test skipping | Vse Mozhet Byt | 2017-07-04 | 7 | -28/+16 |
* | test: fix require nits in some test-tls-* tests | Vse Mozhet Byt | 2017-07-04 | 1 | -1/+2 |
* | test: replace indexOf with includes and startsWith | Nataly Shrits | 2017-07-02 | 2 | -2/+2 |
* | test: remove unnecessary Buffer import | Steven Winston | 2017-06-24 | 1 | -1/+0 |
* | dns: add resolveAny support | XadillaX | 2017-06-09 | 1 | -0/+198 |
* | test: improve dns internet test case | Brian White | 2017-06-01 | 1 | -3/+4 |
* | test: refactor test-dns | Rich Trott | 2017-05-24 | 1 | -13/+9 |
* | dns: fix crash using dns.setServers after resolve4 | XadillaX | 2017-05-18 | 1 | -0/+12 |
* | test: refactor test-dns-regress-6244.js | Rich Trott | 2017-05-18 | 1 | -0/+28 |
* | dns: support promisified `lookup(Service)` | Anna Henningsen | 2017-05-09 | 2 | -0/+41 |
* | test: reduce string concatenations | Vse Mozhet Byt | 2017-05-05 | 4 | -4/+4 |
* | test: remove common.fail() | Rich Trott | 2017-04-12 | 3 | -3/+3 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 8 | -0/+168 |
* | benchmark,build,doc,lib,src,test: correct typos | Benjamin Fleischer | 2017-03-03 | 1 | -1/+1 |
* | test: remove unused args and comparison fix | Alexander | 2017-02-17 | 1 | -3/+3 |
* | test: add common.mustNotCall() | cjihrig | 2017-02-06 | 4 | -5/+5 |
* | test: use common.fail() instead of assert(false) | cjihrig | 2017-01-23 | 2 | -16/+6 |
* | test: fix linting for test-tls-add-ca-cert.js | Sam Roberts | 2017-01-12 | 1 | -1/+1 |
* | test: check tls server verification with addCACert | Sam Roberts | 2017-01-12 | 1 | -0/+55 |
* | test: s/assert.equal/assert.strictEqual/ | Gibson Fahnestock | 2017-01-11 | 1 | -2/+2 |
* | test: use eslint to fix var->const/let | Gibson Fahnestock | 2017-01-11 | 7 | -70/+70 |
* | benchmark,lib,test: adjust for linting | Rich Trott | 2017-01-06 | 2 | -75/+79 |
* | test: use const for all require() calls | cjihrig | 2017-01-02 | 7 | -17/+17 |
* | test: increase usage of assert.ifError() | cjihrig | 2017-01-02 | 4 | -23/+16 |
* | test: refactor the code in test-dns-ipv4 | Adrian Estrada | 2016-12-28 | 1 | -73/+70 |
* | test: refactor the code in test-dns-ipv6 | Adrian Estrada | 2016-12-19 | 1 | -68/+61 |
* | test: refactor test-http-dns-fail | Adrian Estrada | 2016-12-14 | 1 | -15/+6 |
* | dns: implement {ttl: true} for dns.resolve6() | Ben Noordhuis | 2016-11-18 | 1 | -0/+21 |
* | dns: implement {ttl: true} for dns.resolve4() | Ben Noordhuis | 2016-11-18 | 1 | -0/+20 |
* | test: clean up dgram-broadcast-multi-process test | Isobel Redelmeier | 2016-10-29 | 1 | -19/+24 |
* | test: refactor `assert` in internet test-dns.js | Junshu Okamoto | 2016-10-10 | 1 | -42/+42 |
* | test: fix ::1 error in test-dns-ipv6 | Gibson Fahnestock | 2016-09-01 | 1 | -1/+6 |
* | test: use common platform helpers everywhere | Santiago Gimeno | 2016-07-27 | 1 | -1/+1 |
* | test: use mustCall() for simple flow tracking | cjihrig | 2016-07-18 | 4 | -55/+14 |
* | test: s/assert.fail/common.fail as appropriate | cjihrig | 2016-07-15 | 1 | -1/+1 |
* | lib,benchmark,test: implement consistent braces | Rich Trott | 2016-07-12 | 1 | -2/+1 |
* | test: remove internet/test-tls-connnect-cnnic | Ben Noordhuis | 2016-06-23 | 1 | -21/+0 |
* | test: refactor test-tls-reuse-host-from-socket | Rich Trott | 2016-05-19 | 1 | -18/+8 |
* | test,dgram: add tests for setBroadcast() | Rich Trott | 2016-05-16 | 1 | -3/+5 |
* | test: remove common.getServiceName() | Rich Trott | 2016-05-13 | 2 | -37/+3 |
* | test: abstract skip functionality to common | Jeremiah Senkpiel | 2016-05-12 | 7 | -7/+7 |
* | test,tools: adjust function argument alignment | Rich Trott | 2016-04-28 | 1 | -1/+1 |
* | test: move dns test to test/internet | Ben Noordhuis | 2016-03-25 | 1 | -0/+27 |