summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize wiredata __getitem__.Brian Wellington2020-06-171-1/+1
* make passing a socket to async routines actually workBob Halley2020-06-172-3/+3
* simplify TTL check when reading a zone fileBob Halley2020-06-171-10/+7
* Fix typo.Brian Wellington2020-06-171-1/+1
* 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
* 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-172-2/+8
* ignore unimportant stuff in coverageBob Halley2020-06-171-3/+3
* The dns.inet.AF_* portability scheme is no longer needed.Bob Halley2020-06-163-16/+11
* avoid unneeded coverage warningsBob Halley2020-06-161-2/+2
* Improve resolver coverage by:Bob Halley2020-06-161-16/+11
* lintBob Halley2020-06-162-2/+3
* 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
* Fix typo.Brian Wellington2020-06-161-1/+1
* simplify DoH POSTBob Halley2020-06-161-2/+1
* simplify DoH GETBob Halley2020-06-161-4/+4
* use dev<N> suffix for dev versionsBob Halley2020-06-161-1/+1
* set rc1 in versionBob Halley2020-06-161-2/+5
* Fix the DoH v6 literal fix.Bob Halley2020-06-161-11/+14
* lintBob Halley2020-06-163-7/+1
* 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
* avoid getaddrinfo() when we canBob Halley2020-06-151-3/+15
* Add one_rr_per_rrset mode to text reader, as it is handy for testing.Bob Halley2020-06-141-6/+19
* Merge pull request #504 from rthalley/asyncBob Halley2020-06-1416-480/+1149
|\
| * Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-134-9/+16
| * move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-136-22/+26
| * Add some comments about opportunities after 3.6 is not supported.Bob Halley2020-06-132-1/+5
| * only get_default_backend() when we need to, remove obsolete commentBob Halley2020-06-121-9/+6
| * fix typoBob Halley2020-06-121-1/+1
| * fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-124-20/+25
| * fix commentBob Halley2020-06-121-2/+2
| * make get_backend() shorter; improve sniffing; fail if we cannot tell the libraryBob Halley2020-06-121-25/+31
| * Add TLS for asyncio.Bob Halley2020-06-121-2/+4
| * add timeout to curio.open_connection()Bob Halley2020-06-121-4/+5
| * read_exactly -> _read_exactlyBob Halley2020-06-121-3/+3
| * Add TLS for Trio and Curio.Bob Halley2020-06-124-15/+112
| * add type infoBob Halley2020-06-123-0/+82
| * lintBob Halley2020-06-124-17/+18
| * async docoBob Halley2020-06-121-16/+58
| * Attempt to cope with python 3.6 asyncio.Bob Halley2020-06-111-3/+15
| * Support trio, curio, and asyncio with one API!Bob Halley2020-06-1112-475/+884
* | Fix bugs found by flake8.Bob Halley2020-06-121-3/+3
|/
* imnprove commentBob Halley2020-06-091-2/+3
* Updates to dns.edns module.Brian Wellington2020-06-081-27/+45
* Allow a socket to be passed to udp(), and a stream to stream().Bob Halley2020-06-062-36/+79