summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* simplify TTL check when reading a zone fileBob Halley2020-06-171-10/+7
* Fix typo.Brian Wellington2020-06-171-1/+1
* Test `dns.name.from_unicode` with escapes.Brian Wellington2020-06-171-0/+5
* do not omit rdtypes on coverage summaryBob Halley2020-06-171-1/+1
* test bad class in zoneBob Halley2020-06-171-0/+5
* Add a basic test of retrieving entropy.Brian Wellington2020-06-171-0/+6
* improve coverageBob Halley2020-06-171-0/+88
* remove unneeded exception catching from rhs setting in $GENERATE code (cut-an...Bob Halley2020-06-171-5/+2
* Treat OSErrors during resolution as permanent failures, in line with otherBob Halley2020-06-171-3/+3
* Improve EDNS option test coverage.Brian Wellington2020-06-171-8/+13
* some IDNA 2008 tests were not getting skipped if idna was not availableBob Halley2020-06-175-0/+11
* Now that rdata are immutable, there is no point to the validate() method, soBob Halley2020-06-171-15/+0
* fix sniffio-less asyncio detection on 3.6.xBob Halley2020-06-171-0/+1
* improve async coverageBob Halley2020-06-173-2/+127
* ignore unimportant stuff in coverageBob Halley2020-06-171-3/+3
* remove debugging printsBob Halley2020-06-171-2/+0
* exclude unwanted from coverage reportBob Halley2020-06-171-1/+1
* The dns.inet.AF_* portability scheme is no longer needed.Bob Halley2020-06-165-21/+16
* full coverage for _destination_and_source()Bob Halley2020-06-161-0/+46
* further test low_level_address_tuple()Bob Halley2020-06-161-0/+21
* make skip message accurateBob Halley2020-06-161-4/+2
* avoid unneeded coverage warningsBob Halley2020-06-161-2/+2
* Improve resolver coverage by:Bob Halley2020-06-163-26/+35
* lintBob Halley2020-06-162-2/+3
* Test AXFR with TSIG.Brian Wellington2020-06-161-0/+9
* Add support for TSIG on multi-message responses.Brian Wellington2020-06-161-9/+12
* Add support for multi-message TSIG.Brian Wellington2020-06-161-5/+19
* Fix typo.Brian Wellington2020-06-161-1/+1
* Take nameservers that are not IPv4/v6 addresses or https URLs out of theBob Halley2020-06-161-5/+4
* Test sending a query with TSIG.Brian Wellington2020-06-161-0/+39
* Add nanonameserver support for TSIG.Brian Wellington2020-06-161-2/+4
* Fix typo.Brian Wellington2020-06-161-1/+1
* simplify DoH POSTBob Halley2020-06-161-2/+1
* simplify DoH GETBob Halley2020-06-161-4/+4
* Add missing comma.Bob Halley2020-06-161-1/+1
* Add an IPv6 address for Cloudflare DoH that works.Bob Halley2020-06-161-2/+1
* use dev<N> suffix for dev versionsBob Halley2020-06-161-1/+1
* set rc1 in versionBob Halley2020-06-163-4/+7
* Fix the DoH v6 literal fix.Bob Halley2020-06-161-11/+14
* lintBob Halley2020-06-163-7/+1
* test DoH with both v4 and v6Bob Halley2020-06-161-17/+53
* Overhaul _destination_and_source.Bob Halley2020-06-161-32/+45
* Use the proper URL syntax for IPv6 address literals.Bob Halley2020-06-161-10/+10
* add azure badgeBob Halley2020-06-151-0/+1
* test IPv4 and IPv6 according to availabilityBob Halley2020-06-152-157/+212
* avoid getaddrinfo() when we canBob Halley2020-06-151-3/+15
* attempt to fix the last windows errorBob Halley2020-06-151-1/+1
* compare files in a way that avoids newlines issues on windows and gives bette...Bob Halley2020-06-151-19/+27
* print out more if file comparison failsBob Halley2020-06-151-0/+11
* Set up CI with Azure PipelinesBob Halley2020-06-151-0/+30