summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | remove old CI stuffBob Halley2021-06-152-76/+0
* | add skip rule to testResolverNoNameserversBob Halley2021-06-151-0/+2
|/
* Point build status link at the actions page.Bob Halley2021-06-131-1/+1
* Add want_origin parameter to zone to_text() and to_file().Bob Halley2021-06-133-3/+204
* switch build status badgeBob Halley2021-06-111-1/+1
* Try to skip dangling CNAME tests if systemd-resolved is running. [Issue #658]Bob Halley2021-06-112-0/+25
* Create python-package.ymlBob Halley2021-06-111-0/+34
* Merge pull request #668 from rthalley/dependabot/pip/mypy-tw-0.902Bob Halley2021-06-111-1/+1
|\
| * Update mypy requirement from ^0.901 to ^0.902dependabot[bot]2021-06-111-1/+1
|/
* Merge pull request #667 from rthalley/dependabot/pip/mypy-tw-0.901Bob Halley2021-06-091-1/+1
|\
| * Update mypy requirement from ^0.812 to ^0.901dependabot[bot]2021-06-091-1/+1
|/
* remove or comment out some prints in testsBob Halley2021-05-235-9/+4
* Remove debugging prints from xfr code.Bob Halley2021-05-231-3/+0
* Another try at not hardwiring class IN in dns.xfr.make_query()Bob Halley2021-05-201-4/+4
* Eliminate the need for a serial parameter to inbound_xfr()Bob Halley2021-05-184-3/+40
* Fix two problems with dns.xfr.make_query():Bob Halley2021-05-181-2/+4
* Merge pull request #666 from hvanderheide/masterBob Halley2021-05-182-2/+2
|\
| * Added serial to inbound_xfr argumentsHidde van der Heide2021-05-182-2/+2
|/
* update with 2.2.0 changes so farBob Halley2021-05-101-2/+9
* Merge pull request #664 from rthalley/dependabot/pip/sphinx-tw-4.0.0Bob Halley2021-05-101-1/+1
|\
| * Update sphinx requirement from ^3.0.0 to ^4.0.0dependabot[bot]2021-05-101-1/+1
|/
* Merge pull request #663 from mbakke/rdtypes_import_fixBob Halley2021-05-071-3/+7
|\
| * Prevent import failure when /etc/protocols is unavailable.Marius Bakke2021-05-061-3/+7
|/
* Lint passBob Halley2021-05-029-10/+11
* Merge pull request #661 from rthalley/lifetime_timeoutBob Halley2021-05-024-16/+100
|\
| * Test LifeTimeout and NoNameservers excetpions.lifetime_timeoutBob Halley2021-05-011-0/+61
| * If a message handler returned None, do not yield it to the caller.Bob Halley2021-05-011-1/+1
| * Return error trace in LifetimeTimeoutBob Halley2021-04-242-15/+38
|/
* Add entries to the resolution errors list in a few error cases that were omit...Bob Halley2021-04-231-2/+6
* Add new test data to manifestBob Halley2021-04-221-1/+1
* Merge pull request #659 from bwelling/svcb-updatesBob Halley2021-04-228-64/+274
|\
| * Update SVCB to the current spec.Brian Wellington2021-04-218-64/+274
|/
* Fix repr() of GSS-TSIG key [Issue #657]Bob Halley2021-04-172-3/+20
* no codecovBob Halley2021-04-162-3/+0
* finish fixing nanonameserver handle(), and test it before committing :)Bob Halley2021-04-143-6/+5
* fix function signature and documentation of handle() methodBob Halley2021-04-141-2/+2
* Merge pull request #652 from tuxillo/patch-1Bob Halley2021-03-221-1/+1
|\
| * Fix typoAntonio Huete Jimenez2021-03-231-1/+1
|/
* Fix AMTRELAY type code.Brian Wellington2021-03-161-1/+1
* Merge pull request #649 from rthalley/processing_order_fixBob Halley2021-03-095-0/+5
|\
| * Add missing dns.rdtypes.util imports [Issue #648].processing_order_fixBob Halley2021-03-095-0/+5
|/
* Merge pull request #645 from rthalley/windows_asyncio_fixBob Halley2021-02-264-3/+35
|\
| * asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fixBob Halley2021-02-254-3/+35
* | Merge pull request #646 from bwelling/zonemdBob Halley2021-02-259-0/+369
|\ \
| * | Add custome exceptions.Brian Wellington2021-02-252-7/+33
| * | Test a non-relativized zone.Brian Wellington2021-02-251-0/+8
| * | Add more tests.Brian Wellington2021-02-252-2/+28
| * | Checkpoint ZONEMD support.Brian Wellington2021-02-249-0/+309
* | | Merge pull request #647 from kimbo/patch-1Bob Halley2021-02-251-1/+1
|\ \ \ | |/ / |/| |
| * | remove extra slash so link worksKimball Leavitt2021-02-251-1/+1
|/ /