summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* async resolver supporthttpx_if_possibleBob Halley2021-11-171-2/+3
* initial implemention of async https queryBob Halley2021-11-172-3/+89
* fix DoH requirementsBob Halley2021-11-162-2/+4
* fix session check when httpx is not installedBob Halley2021-11-161-1/+4
* incorporate feedback about sessions, optional http1, and http2 availabilityBob Halley2021-11-163-20/+40
* For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if we...Bob Halley2021-11-102-13/+140
* Handle DHCP servers returning domains prefixed by dot [#687].Bob Halley2021-11-072-0/+15
* update RD=0 example now that we have a flags parameterBob Halley2021-11-071-5/+6
* Merge pull request #719 from paulehoffman/rd=0-exampleBob Halley2021-11-071-0/+10
|\
| * Extended the example to include one with RD=0Paul Hoffman2021-11-021-0/+10
* | Merge pull request #718 from paulehoffman/examples-docBob Halley2021-11-022-0/+11
|\ \
| * | Added small section to the manual about examplesPaul Hoffman2021-11-022-0/+11
| |/
* | Merge pull request #720 from bwelling/make-query-flagsBob Halley2021-11-022-2/+11
|\ \
| * | Add flags to dns.message.make_query().Brian Wellington2021-11-022-2/+11
|/ /
* | add setup.cfg to sdistBob Halley2021-10-261-1/+2
* | poetry style kittingBob Halley2021-10-262-1/+25
* | Distinguish between the two causes of NoResolverConfiguration in the exceptio...Bob Halley2021-10-251-2/+2
* | Merge pull request #694 from rthalley/continue_on_errorBob Halley2021-10-252-91/+172
|\ \
| * | Simplify; add a MessageError class.continue_on_errorBob Halley2021-10-242-50/+54
| * | add test of continue_on_errorBob Halley2021-10-231-1/+38
| * | change error format to have current instead of last goodBob Halley2021-10-231-10/+9
| * | draft continue_on_errorBob Halley2021-10-231-62/+103
* | | Validate resolver nameservers when set [Issue #699].Bob Halley2021-10-244-17/+18
|/ /
* | Merge pull request #703 from rthalley/cmp_fixBob Halley2021-10-205-15/+180
|\ \
| * | _cmp() raised NoRelativeRdataOrdering in abs vs. abs casecmp_fixBob Halley2021-10-141-3/+5
| * | Allow relative rdata comparisons for now, but disallow in the future.Bob Halley2021-10-142-37/+114
| * | fix ordering issue with relative rdatasBob Halley2021-10-141-4/+4
| * | fix accidental reversion of message.py typo fixBob Halley2021-10-111-1/+2
| * | Fix #698 and #702, problems caused by _cmp() giving the wrongBob Halley2021-10-115-11/+96
| |/
* | Merge pull request #713 from peterthomassen/20211020_cds_rfc8078_deleteBob Halley2021-10-203-17/+35
|\ \
| * | Allow digest type 0 for CDSPeter Thomassen2021-10-203-17/+35
|/ /
* | Merge pull request #710 from paulehoffman/edns-examplesBob Halley2021-10-171-0/+52
|\ \
| * | Added examples of use_edns()Paul Hoffman2021-10-141-12/+24
| * | First attempt at edns.pyPaul Hoffman2021-10-131-0/+40
| |/
* | Merge pull request #712 from bwelling/make-query-idBob Halley2021-10-172-2/+10
|\ \
| * | Add id to dns.message.make_query().Brian Wellington2021-10-142-2/+10
|/ /
* | Improve dns.message.make_query() docs.Brian Wellington2021-10-131-1/+3
* | Merge pull request #708 from paulehoffman/connected-socketBob Halley2021-10-131-2/+2
|\ \ | |/ |/|
| * Moved "connected" to better spotPaul Hoffman2021-10-131-2/+2
| * Removed the "connected" from UDP sockets (thank you Brian!)Paul Hoffman2021-10-131-2/+2
| * Added "connected" to references to socket.socket.Paul Hoffman2021-10-131-4/+4
|/
* Merge pull request #704 from rthalley/dependabot/pip/flake8-tw-4.0.1Bob Halley2021-10-111-1/+1
|\
| * Update flake8 requirement from ^3.7.9 to ^4.0.1dependabot[bot]2021-10-111-1/+1
|/
* fix typo and improve dns.message.Message.is_response() doc stringBob Halley2021-10-101-1/+2
* add some doc on thread safetyBob Halley2021-10-102-0/+31
* Merge pull request #697 from rthalley/dependabot/pip/pytest-cov-tw-3.0.0Bob Halley2021-10-041-1/+1
|\
| * Update pytest-cov requirement from ^2.10.0 to ^3.0.0dependabot/pip/pytest-cov-tw-3.0.0dependabot[bot]2021-10-041-1/+1
* | Merge pull request #696 from rthalley/dependabot/pip/coverage-tw-6.0Bob Halley2021-10-041-1/+1
|\ \ | |/ |/|
| * Update coverage requirement from ^5.1 to ^6.0dependabot/pip/coverage-tw-6.0dependabot[bot]2021-10-041-1/+1
|/
* Merge pull request #693 from rthalley/dependabot/pip/cryptography-gte-2.6-and...Bob Halley2021-09-301-1/+1
|\