| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | use clock time not trio time | Bob Halley | 2020-05-21 | 1 | -5/+6 | |
| |/ | ||||||
| * | Merge pull request #477 from bwelling/simplify-connect | Bob Halley | 2020-05-20 | 1 | -13/+6 | |
| |\ | ||||||
| | * | Simplify dns.query._connect(). | Brian Wellington | 2020-05-20 | 1 | -13/+6 | |
| |/ | ||||||
| * | Simplify exception handling. | Brian Wellington | 2020-05-20 | 1 | -6/+6 | |
| * | Remove hash value truncation. | Brian Wellington | 2020-05-20 | 1 | -4/+1 | |
| * | Remove cruft and simplify. | Brian Wellington | 2020-05-20 | 1 | -19/+2 | |
| * | flake8 linting | Bob Halley | 2020-05-20 | 7 | -25/+26 | |
| * | coverage tools | Bob Halley | 2020-05-20 | 3 | -0/+6 | |
| * | raise NotImplememtedError, not NotImplemented | Bob Halley | 2020-05-20 | 1 | -1/+1 | |
| * | doco tweaks | Bob Halley | 2020-05-20 | 3 | -7/+17 | |
| * | conform to Answer constructor change | Bob Halley | 2020-05-20 | 1 | -1/+1 | |
| * | move raise_on_no_error out of Answer | Bob Halley | 2020-05-19 | 2 | -11/+7 | |
| * | finish testing of resolver business logic | Bob Halley | 2020-05-19 | 1 | -15/+154 | |
| * | Merge pull request #475 from bwelling/enum-cleanup | Bob Halley | 2020-05-19 | 6 | -116/+172 | |
| |\ | ||||||
| | * | Enum refactoring. | Brian Wellington | 2020-05-19 | 6 | -116/+172 | |
| |/ | ||||||
| * | start resolution business logic tests. | Bob Halley | 2020-05-19 | 1 | -0/+148 | |
| * | add missing backoff to next_nameserver() retry_with_tcp case | Bob Halley | 2020-05-19 | 1 | -1/+1 | |
| * | use to_enum() | Bob Halley | 2020-05-19 | 1 | -4/+2 | |
| * | Merge pull request #474 from bwelling/sets | Bob Halley | 2020-05-19 | 5 | -26/+22 | |
| |\ | ||||||
| | * | Fix type registration for singleton types. | Brian Wellington | 2020-05-19 | 3 | -1/+16 | |
| | * | Replace dicts with sets. | Brian Wellington | 2020-05-19 | 3 | -25/+6 | |
| * | | Fix bare except. | Brian Wellington | 2020-05-19 | 1 | -1/+1 | |
| |/ | ||||||
| * | It is self.resolver.retry_servfail, not self.retry_servfail; where were you l... | Bob Halley | 2020-05-19 | 1 | -1/+1 | |
| * | Fix metatype check. | Brian Wellington | 2020-05-19 | 1 | -3/+1 | |
| * | Merge pull request #472 from rthalley/resrefactor | Bob Halley | 2020-05-19 | 6 | -335/+341 | |
| |\ | ||||||
| | * | add resolve_address() helper at module levelresrefactor | Bob Halley | 2020-05-19 | 2 | -0/+20 | |
| | * | add basic typo info for trio modules | Bob Halley | 2020-05-19 | 2 | -0/+56 | |
| | * | linting | Bob Halley | 2020-05-19 | 3 | -1/+15 | |
| | * | refactor resolver, extracting all business logic | Bob Halley | 2020-05-18 | 2 | -335/+232 | |
| | * | add is_address() | Bob Halley | 2020-05-18 | 1 | -0/+19 | |
| * | | first draft of What's New in 2.0.0 | Bob Halley | 2020-05-19 | 1 | -4/+59 | |
| * | | Merge pull request #473 from bwelling/enum | Bob Halley | 2020-05-19 | 17 | -547/+331 | |
| |\ \ | ||||||
| | * | | Finish rdatatype conversion. | Brian Wellington | 2020-05-18 | 2 | -16/+24 | |
| | * | | Assign to globals() more consistently. | Brian Wellington | 2020-05-18 | 1 | -2/+1 | |
| | * | | Convert message flags to enums. | Brian Wellington | 2020-05-18 | 1 | -58/+34 | |
| | * | | Convert opcode, rcode, dnssec constants to enums. | Brian Wellington | 2020-05-18 | 3 | -153/+93 | |
| | * | | Create DNSKEY Flag enum. | Brian Wellington | 2020-05-18 | 4 | -91/+15 | |
| | * | | Start converting rdatatype/rdataclass to enum. | Brian Wellington | 2020-05-18 | 9 | -238/+175 | |
| | |/ | ||||||
| * | | add trio to extras | Bob Halley | 2020-05-19 | 2 | -0/+3 | |
| |/ | ||||||
| * | prevent async resolver infinite attempts if caller does not use a timeout scope | Bob Halley | 2020-05-17 | 1 | -0/+9 | |
| * | add missing import to trio example | Bob Halley | 2020-05-16 | 1 | -0/+1 | |
| * | indentation lint | Bob Halley | 2020-05-16 | 1 | -1/+1 | |
| * | async resolver and linting | Bob Halley | 2020-05-16 | 4 | -2/+362 | |
| * | Start trio async support. | Bob Halley | 2020-05-16 | 3 | -0/+311 | |
| * | Merge pull request #471 from bwelling/dnssec-enum | Bob Halley | 2020-05-16 | 3 | -17/+70 | |
| |\ | ||||||
| | * | Remove extra whitespace. | Brian Wellington | 2020-05-15 | 1 | -2/+0 | |
| | * | Improve consistency in DNSSEC code. | Brian Wellington | 2020-05-15 | 3 | -17/+72 | |
| |/ | ||||||
| * | add mypy.ini | Bob Halley | 2020-05-15 | 1 | -0/+4 | |
| * | remove unused io import | Bob Halley | 2020-05-15 | 1 | -1/+0 | |
| * | Merge pull request #470 from bwelling/optimize-name | Bob Halley | 2020-05-15 | 1 | -13/+19 | |
| |\ | ||||||
