summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | use clock time not trio timeBob Halley2020-05-211-5/+6
|/
* Merge pull request #477 from bwelling/simplify-connectBob Halley2020-05-201-13/+6
|\
| * Simplify dns.query._connect().Brian Wellington2020-05-201-13/+6
|/
* Simplify exception handling.Brian Wellington2020-05-201-6/+6
* Remove hash value truncation.Brian Wellington2020-05-201-4/+1
* Remove cruft and simplify.Brian Wellington2020-05-201-19/+2
* flake8 lintingBob Halley2020-05-207-25/+26
* coverage toolsBob Halley2020-05-203-0/+6
* raise NotImplememtedError, not NotImplementedBob Halley2020-05-201-1/+1
* doco tweaksBob Halley2020-05-203-7/+17
* conform to Answer constructor changeBob Halley2020-05-201-1/+1
* move raise_on_no_error out of AnswerBob Halley2020-05-192-11/+7
* finish testing of resolver business logicBob Halley2020-05-191-15/+154
* Merge pull request #475 from bwelling/enum-cleanupBob Halley2020-05-196-116/+172
|\
| * Enum refactoring.Brian Wellington2020-05-196-116/+172
|/
* start resolution business logic tests.Bob Halley2020-05-191-0/+148
* add missing backoff to next_nameserver() retry_with_tcp caseBob Halley2020-05-191-1/+1
* use to_enum()Bob Halley2020-05-191-4/+2
* Merge pull request #474 from bwelling/setsBob Halley2020-05-195-26/+22
|\
| * Fix type registration for singleton types.Brian Wellington2020-05-193-1/+16
| * Replace dicts with sets.Brian Wellington2020-05-193-25/+6
* | Fix bare except.Brian Wellington2020-05-191-1/+1
|/
* It is self.resolver.retry_servfail, not self.retry_servfail; where were you l...Bob Halley2020-05-191-1/+1
* Fix metatype check.Brian Wellington2020-05-191-3/+1
* Merge pull request #472 from rthalley/resrefactorBob Halley2020-05-196-335/+341
|\
| * add resolve_address() helper at module levelresrefactorBob Halley2020-05-192-0/+20
| * add basic typo info for trio modulesBob Halley2020-05-192-0/+56
| * lintingBob Halley2020-05-193-1/+15
| * refactor resolver, extracting all business logicBob Halley2020-05-182-335/+232
| * add is_address()Bob Halley2020-05-181-0/+19
* | first draft of What's New in 2.0.0Bob Halley2020-05-191-4/+59
* | Merge pull request #473 from bwelling/enumBob Halley2020-05-1917-547/+331
|\ \
| * | Finish rdatatype conversion.Brian Wellington2020-05-182-16/+24
| * | Assign to globals() more consistently.Brian Wellington2020-05-181-2/+1
| * | Convert message flags to enums.Brian Wellington2020-05-181-58/+34
| * | Convert opcode, rcode, dnssec constants to enums.Brian Wellington2020-05-183-153/+93
| * | Create DNSKEY Flag enum.Brian Wellington2020-05-184-91/+15
| * | Start converting rdatatype/rdataclass to enum.Brian Wellington2020-05-189-238/+175
| |/
* | add trio to extrasBob Halley2020-05-192-0/+3
|/
* prevent async resolver infinite attempts if caller does not use a timeout scopeBob Halley2020-05-171-0/+9
* add missing import to trio exampleBob Halley2020-05-161-0/+1
* indentation lintBob Halley2020-05-161-1/+1
* async resolver and lintingBob Halley2020-05-164-2/+362
* Start trio async support.Bob Halley2020-05-163-0/+311
* Merge pull request #471 from bwelling/dnssec-enumBob Halley2020-05-163-17/+70
|\
| * Remove extra whitespace.Brian Wellington2020-05-151-2/+0
| * Improve consistency in DNSSEC code.Brian Wellington2020-05-153-17/+72
|/
* add mypy.iniBob Halley2020-05-151-0/+4
* remove unused io importBob Halley2020-05-151-1/+0
* Merge pull request #470 from bwelling/optimize-nameBob Halley2020-05-151-13/+19
|\