| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #479 from bwelling/rename-to-enum | Bob Halley | 2020-05-21 | 11 | -51/+42 | |
| |\ | ||||||
| | * | Remove dns.rdata{type,class}.to_enum. | Brian Wellington | 2020-05-21 | 11 | -51/+42 | |
| |/ | ||||||
| * | correct inaccuracy | Bob Halley | 2020-05-21 | 1 | -3/+1 | |
| * | note that new async APIs are experimental | Bob Halley | 2020-05-21 | 1 | -1/+3 | |
| * | fix typo | Bob Halley | 2020-05-21 | 1 | -3/+2 | |
| * | lint: remove unused sys import | Bob Halley | 2020-05-21 | 1 | -1/+0 | |
| * | do not run DoH tests if there is no network | Bob Halley | 2020-05-21 | 1 | -1/+10 | |
| * | test trio async code | Bob Halley | 2020-05-21 | 1 | -0/+130 | |
| * | add some basic resolution testing | Bob Halley | 2020-05-21 | 1 | -0/+13 | |
| * | Merge pull request #478 from bwelling/query-use-context-managers | Bob Halley | 2020-05-21 | 1 | -56/+33 | |
| |\ | ||||||
| | * | Use context managers in the query methods. | Brian Wellington | 2020-05-20 | 1 | -56/+33 | |
| * | | 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 | |
| |/ | ||||||
