| Commit message (Expand) | Author | Age | Files | Lines |
* | test: adjust comments for upcoming lint rule | Rich Trott | 2020-10-13 | 2 | -27/+25 |
* | test: make test-tls-reuse-host-from-socket pass without internet | Rich Trott | 2020-09-01 | 1 | -37/+0 |
* | test: mark test-dgram-multicast-ssmv6-multi-process flaky | AshCripps | 2020-06-30 | 1 | -0/+26 |
* | test: fix test-dns-idna2008 | Rich Trott | 2020-05-16 | 1 | -19/+25 |
* | http2: wait for secureConnect before initializing | bcoe | 2020-04-27 | 1 | -0/+80 |
* | test: fix flaky test-dns-any.js | Rich Trott | 2020-03-02 | 1 | -22/+0 |
* | test: improve assertion message in test-dns-any | Rich Trott | 2020-02-10 | 1 | -3/+4 |
* | test: refactor common.expectsError | Ruben Bridgewater | 2019-12-31 | 1 | -5/+5 |
* | errors: improve ERR_INVALID_ARG_TYPE | Ruben Bridgewater | 2019-12-20 | 1 | -1/+1 |
* | test: refactor test-dgram-multicast-set-interface-lo.js | Taylor Gagne | 2019-11-21 | 1 | -16/+17 |
* | test: move test not requiring internet from internet to parallel | Rich Trott | 2019-11-21 | 1 | -37/+0 |
* | test: use reserved .invalid TLD for invalid address in test | Rich Trott | 2019-11-21 | 1 | -1/+1 |
* | test: improve assertion message in internet dgram test | Rich Trott | 2019-11-21 | 1 | -1/+1 |
* | tools: make doctool work if no internet available | Richard Lau | 2019-11-05 | 1 | -59/+0 |
* | dgram: add source-specific multicast support | Lucas Pardue | 2019-10-17 | 2 | -0/+458 |
* | lib: correct error.errno to always be numeric | Joyee Cheung | 2019-06-17 | 1 | -20/+40 |
* | doc,tools: get altDocs versions from CHANGELOG.md | Richard Lau | 2019-06-01 | 1 | -0/+59 |
* | test: use common.PORT instead of an extraneous variable | Benjamin Ki | 2019-05-13 | 1 | -5/+3 |
* | test: move dgram invalid host test to internet tests | Benjamin Ki | 2019-05-13 | 1 | -0/+21 |
* | test: fix test-dns-idna2008.js | Rich Trott | 2019-04-14 | 1 | -2/+12 |
* | test: refactor test-dgram-broadcast-multi-process | Rich Trott | 2019-03-23 | 1 | -22/+18 |
* | test: fix syntax error in test-dns-idna2008.js when failing | Refael Ackermann | 2019-03-12 | 1 | -3/+5 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -1/+1 |
* | test: de-flake test-dns-idna2008.js | Refael Ackermann | 2019-03-09 | 1 | -9/+27 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 2 | -3/+3 |
* | dns: use IDNA 2008 to encode non-ascii hostnames | Ben Noordhuis | 2019-01-28 | 1 | -0/+33 |
* | test: tune test-uv-threadpool-schedule | Rich Trott | 2019-01-07 | 1 | -2/+2 |
* | test: regression test for uv threadpool congestion | Gireesh Punathil | 2018-12-30 | 1 | -0/+65 |
* | test: improve internet/test-dns | Ilarion Halushka | 2018-12-12 | 1 | -30/+13 |
* | test: fixed the arguments order in `assert.strictEqual` | Lakshmi Shanmugam | 2018-11-17 | 1 | -1/+1 |
* | test: remove unused catch bindings | cjihrig | 2018-11-06 | 2 | -2/+2 |
* | benchmark,doc,lib,src,test,tools: fix typos | Brandon Smith | 2018-10-09 | 1 | -1/+1 |
* | test: add dns.onlookupall() to increase coverage | Masashi Hirano | 2018-09-27 | 1 | -1/+17 |
* | test: don't inspect values if not necessary | Ruben Bridgewater | 2018-09-18 | 1 | -1/+6 |
* | test: fix test-trace-events-dns | Rich Trott | 2018-09-03 | 1 | -2/+0 |
* | src: add trace points to dns | Chin Huang | 2018-09-02 | 1 | -0/+68 |
* | test: move test that depends on dns query to internet | Joyee Cheung | 2018-08-31 | 1 | -0/+30 |
* | dns: make process.binding('cares_wrap') internal | cjihrig | 2018-08-30 | 1 | -1/+3 |
* | test: rename some allegories | Vse Mozhet Byt | 2018-08-14 | 3 | -19/+19 |
* | test: remove setTimeout in test-net-connect-unref | conectado | 2018-07-26 | 1 | -4/+0 |
* | test: allow tests to pass without internet | Helio Frota | 2018-07-21 | 1 | -0/+42 |
* | test: make crashOnUnhandleRejection opt-out | Michaƫl Zasso | 2018-07-19 | 5 | -11/+1 |
* | dns: add promisified dns module | cjihrig | 2018-06-20 | 5 | -209/+435 |
* | test: update test-dns error message | Rich Trott | 2018-06-04 | 1 | -1/+1 |
* | test: verify inspector help url works | cjihrig | 2018-04-10 | 1 | -0/+37 |
* | tools: add 'spaced-comment' into eslint rules | Weijia Wang | 2018-04-01 | 1 | -7/+7 |
* | test: refactor http-https-default-ports | Ken Lin | 2018-03-09 | 1 | -2/+2 |
* | test: minor refactoring | Ruben Bridgewater | 2018-02-16 | 1 | -4/+1 |
* | test: remove assert.doesNotThrow() | Ruben Bridgewater | 2018-02-16 | 2 | -15/+7 |
* | test: do not check TXT content in test-dns-any | Joyee Cheung | 2018-02-07 | 1 | -3/+0 |