| 2020-05-21 |
Brian Wellington | Remove dns.rdata{type,class}.to_enum. 479/head |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | correct inaccuracy |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | note that new async APIs are experimental |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | fix typo |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | lint: remove unused sys import |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | do not run DoH tests if there is no network |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | test trio async code |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | add some basic resolution testing |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | Merge pull request #478 from bwelling/query-use-context... |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | use clock time not trio time |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Brian Wellington | Use context managers in the query methods. 478/head |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | Merge pull request #477 from bwelling/simplify-connect |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Simplify dns.query._connect(). 477/head |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Simplify exception handling. |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Remove hash value truncation. |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Remove cruft and simplify. |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | flake8 linting |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | coverage tools |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | raise NotImplememtedError, not NotImplemented |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | doco tweaks |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | conform to Answer constructor change |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | move raise_on_no_error out of Answer |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | finish testing of resolver business logic |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #475 from bwelling/enum-cleanup |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Enum refactoring. 475/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | start resolution business logic tests. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add missing backoff to next_nameserver() retry_with_tcp... |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | use to_enum() |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #474 from bwelling/sets |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix bare except. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix type registration for singleton types. 474/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Replace dicts with sets. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | It is self.resolver.retry_servfail, not self.retry_serv... |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix metatype check. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #472 from rthalley/resrefactor |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | first draft of What's New in 2.0.0 |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #473 from bwelling/enum |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add resolve_address() helper at module level 472/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add basic typo info for trio modules |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | linting |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add trio to extras |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Finish rdatatype conversion. 473/head |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Assign to globals() more consistently. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Convert message flags to enums. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Convert opcode, rcode, dnssec constants to enums. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Create DNSKEY Flag enum. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Brian Wellington | Start converting rdatatype/rdataclass to enum. |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Bob Halley | refactor resolver, extracting all business logic |
commit | commitdiff | tree | snapshot |
| 2020-05-18 |
Bob Halley | add is_address() |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | prevent async resolver infinite attempts if caller... |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | add missing import to trio example |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | indentation lint |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Bob Halley | async resolver and linting |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Bob Halley | Start trio async support. |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Bob Halley | Merge pull request #471 from bwelling/dnssec-enum |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Brian Wellington | Remove extra whitespace. 471/head |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Brian Wellington | Improve consistency in DNSSEC code. |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | add mypy.ini |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | remove unused io import |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | Merge pull request #470 from bwelling/optimize-name |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | flake8 linting |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Brian Wellington | Optimize name.to_digestable() and to_wire(). 470/head |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | fix type specification for resolve() |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | Allow resolver-level control over the defaulting of... |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Bob Halley | Add resolver resolve(), deprecate query(). |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Another docs typo fix. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Update the default TSIG algorithm to hmac-sha256. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Resolver docs fixes. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Improve nsec3_hash() docs. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | add nsec3_hash to doco |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Improve validate() docs. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | fix quoting, again! |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | fix quoting |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | Document validate() and validate_rrsig(). |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix the dns.message.BadEDNS documentation. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Add more nsec3_hash() tests. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix nsec3_hash() when passed a dns.name.Name. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix nsec3_hash() with salt==None. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | extra imports for readthedocs |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix documentation formatting. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Add TLS. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix documentation cut and paste error. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Brian Wellington | Fix documentation typos. |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | remove Python 2 reference |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Bob Halley | fix some leftover doco issues |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | add info about compression assumptions in dns.name... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | Reharmonize doc style as I think it looks better |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | doco badge |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | fix doco nits |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | add .readthedocs.yml |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | lint |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Bob Halley | checkpoint rdata subclass doc, finally done |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | checkpoint more rdata subclasses doco |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | checkpoint rdata subclasses doco |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | binary -> bytes, text -> str |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Bob Halley | more documentation |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | add license.rst |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | add license |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | remove year |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Bob Halley | update doco author and copyright info |
commit | commitdiff | tree | snapshot |
| next |