| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Optimize wiredata __getitem__. | Brian Wellington | 2020-06-17 | 1 | -1/+1 |
| * | make passing a socket to async routines actually work | Bob Halley | 2020-06-17 | 2 | -3/+3 |
| * | simplify TTL check when reading a zone file | Bob Halley | 2020-06-17 | 1 | -10/+7 |
| * | Fix typo. | Brian Wellington | 2020-06-17 | 1 | -1/+1 |
| * | remove unneeded exception catching from rhs setting in $GENERATE code (cut-an... | Bob Halley | 2020-06-17 | 1 | -5/+2 |
| * | Treat OSErrors during resolution as permanent failures, in line with other | Bob Halley | 2020-06-17 | 1 | -3/+3 |
| * | Now that rdata are immutable, there is no point to the validate() method, so | Bob Halley | 2020-06-17 | 1 | -15/+0 |
| * | fix sniffio-less asyncio detection on 3.6.x | Bob Halley | 2020-06-17 | 1 | -0/+1 |
| * | improve async coverage | Bob Halley | 2020-06-17 | 2 | -2/+8 |
| * | ignore unimportant stuff in coverage | Bob Halley | 2020-06-17 | 1 | -3/+3 |
| * | The dns.inet.AF_* portability scheme is no longer needed. | Bob Halley | 2020-06-16 | 3 | -16/+11 |
| * | avoid unneeded coverage warnings | Bob Halley | 2020-06-16 | 1 | -2/+2 |
| * | Improve resolver coverage by: | Bob Halley | 2020-06-16 | 1 | -16/+11 |
| * | lint | Bob Halley | 2020-06-16 | 2 | -2/+3 |
| * | Add support for multi-message TSIG. | Brian Wellington | 2020-06-16 | 1 | -5/+19 |
| * | Fix typo. | Brian Wellington | 2020-06-16 | 1 | -1/+1 |
| * | Take nameservers that are not IPv4/v6 addresses or https URLs out of the | Bob Halley | 2020-06-16 | 1 | -5/+4 |
| * | Fix typo. | Brian Wellington | 2020-06-16 | 1 | -1/+1 |
| * | simplify DoH POST | Bob Halley | 2020-06-16 | 1 | -2/+1 |
| * | simplify DoH GET | Bob Halley | 2020-06-16 | 1 | -4/+4 |
| * | use dev<N> suffix for dev versions | Bob Halley | 2020-06-16 | 1 | -1/+1 |
| * | set rc1 in version | Bob Halley | 2020-06-16 | 1 | -2/+5 |
| * | Fix the DoH v6 literal fix. | Bob Halley | 2020-06-16 | 1 | -11/+14 |
| * | lint | Bob Halley | 2020-06-16 | 3 | -7/+1 |
| * | Overhaul _destination_and_source. | Bob Halley | 2020-06-16 | 1 | -32/+45 |
| * | Use the proper URL syntax for IPv6 address literals. | Bob Halley | 2020-06-16 | 1 | -10/+10 |
| * | avoid getaddrinfo() when we can | Bob Halley | 2020-06-15 | 1 | -3/+15 |
| * | Add one_rr_per_rrset mode to text reader, as it is handy for testing. | Bob Halley | 2020-06-14 | 1 | -6/+19 |
| * | Merge pull request #504 from rthalley/async | Bob Halley | 2020-06-14 | 16 | -480/+1149 |
| |\ |
|
| | * | Change parameter order of low_level_address_tuple; add test coverage.async | Bob Halley | 2020-06-13 | 4 | -9/+16 |
| | * | move low_level_address_tuple() to dns.inet; add some no-coverage comments | Bob Halley | 2020-06-13 | 6 | -22/+26 |
| | * | Add some comments about opportunities after 3.6 is not supported. | Bob Halley | 2020-06-13 | 2 | -1/+5 |
| | * | only get_default_backend() when we need to, remove obsolete comment | Bob Halley | 2020-06-12 | 1 | -9/+6 |
| | * | fix typo | Bob Halley | 2020-06-12 | 1 | -1/+1 |
| | * | fix recvfrom, tls timing, and other misc things | Bob Halley | 2020-06-12 | 4 | -20/+25 |
| | * | fix comment | Bob Halley | 2020-06-12 | 1 | -2/+2 |
| | * | make get_backend() shorter; improve sniffing; fail if we cannot tell the library | Bob Halley | 2020-06-12 | 1 | -25/+31 |
| | * | Add TLS for asyncio. | Bob Halley | 2020-06-12 | 1 | -2/+4 |
| | * | add timeout to curio.open_connection() | Bob Halley | 2020-06-12 | 1 | -4/+5 |
| | * | read_exactly -> _read_exactly | Bob Halley | 2020-06-12 | 1 | -3/+3 |
| | * | Add TLS for Trio and Curio. | Bob Halley | 2020-06-12 | 4 | -15/+112 |
| | * | add type info | Bob Halley | 2020-06-12 | 3 | -0/+82 |
| | * | lint | Bob Halley | 2020-06-12 | 4 | -17/+18 |
| | * | async doco | Bob Halley | 2020-06-12 | 1 | -16/+58 |
| | * | Attempt to cope with python 3.6 asyncio. | Bob Halley | 2020-06-11 | 1 | -3/+15 |
| | * | Support trio, curio, and asyncio with one API! | Bob Halley | 2020-06-11 | 12 | -475/+884 |
| * | | Fix bugs found by flake8. | Bob Halley | 2020-06-12 | 1 | -3/+3 |
| |/ |
|
| * | imnprove comment | Bob Halley | 2020-06-09 | 1 | -2/+3 |
| * | Updates to dns.edns module. | Brian Wellington | 2020-06-08 | 1 | -27/+45 |
| * | Allow a socket to be passed to udp(), and a stream to stream(). | Bob Halley | 2020-06-06 | 2 | -36/+79 |