summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use classmethod for Gateway factoriesBob Halley2020-08-264-55/+60
* more constructor checking workBob Halley2020-08-268-40/+41
* remove duplicate isinstance checkBob Halley2020-08-251-2/+0
* use self._as_name()Bob Halley2020-08-251-1/+1
* stronger constructor checking in SVCB/HTTPS paramsBob Halley2020-08-251-17/+8
* remove _constify() uses; more complete checking of bitmap windows types like ...Bob Halley2020-08-2513-55/+79
* constructor checking for EDNS optionsBob Halley2020-08-251-2/+10
* is_udp is better as Inbound attribute not parameter to process_message(). In...Bob Halley2020-08-224-16/+55
* disable 9.9.9.9 in tests temporarilyBob Halley2020-08-221-2/+6
* minor doco editsBob Halley2020-08-224-9/+15
* remove parameters that are no longer used in inbound_xfr()Bob Halley2020-08-222-13/+1
* finish type constructor type checkingBob Halley2020-08-2216-106/+98
* checkpoint rdata constructor checkingBob Halley2020-08-2127-113/+194
* add as_rdataclass() and as_rdatatype(), and use them in rdata constructorBob Halley2020-08-211-2/+8
* do not call the OPT constructor with rdclass == NoneBob Halley2020-08-211-1/+1
* replace duplicated doco with referencesBob Halley2020-08-212-239/+29
* Detect and reject attempts to use compressed names in the generic rdataBob Halley2020-08-212-0/+14
* update whatsnew.rstBob Halley2020-08-211-0/+13
* Merge pull request #576 from rthalley/xfrBob Halley2020-08-2112-19/+1288
|\
| * Implement new inbound xfr design.xfrBob Halley2020-08-2112-19/+1288
|/
* add effective origin to origin_information()Bob Halley2020-08-203-7/+22
* Txns and txn managers have a single RdataClassBob Halley2020-08-194-88/+78
* rename masterfile to zonefileBob Halley2020-08-198-23/+23
* one import of dns.immutable is enoughBob Halley2020-08-191-1/+0
* Merge branch 'more-immut' into masterBob Halley2020-08-1965-175/+309
|\
| * make name and rdata use the immutable decoratormore-immutBob Halley2020-08-1965-175/+309
* | fix timeout computation in async send_tcp()Bob Halley2020-08-191-1/+1
|/
* On win32, skip valid IPv6 addresses that socket.inet_pton() erroneously think...Bob Halley2020-08-181-6/+13
* add instrumentation to find out what v6 addresses windows does not likeBob Halley2020-08-181-0/+7
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-185-23/+49
* node replace_rdataset() should not permit rrsetsBob Halley2020-08-182-0/+13
* add missing copyrightsBob Halley2020-08-175-0/+9
* Update _clone protocol for immutable rdatasets.Bob Halley2020-08-173-2/+32
* Add tests of IPv4/IPv6 address parsing.Brian Wellington2020-08-141-0/+567
* leading single colons are just as bad as trailing onesBob Halley2020-08-141-0/+2
* Handle some invalid IPv6 literals we erroneously allowed.Bob Halley2020-08-141-1/+5
* Merge pull request #573 from rthalley/dependabot/pip/wheel-tw-0.35.0Bob Halley2020-08-141-1/+1
|\
| * Update wheel requirement from ^0.34.2 to ^0.35.0dependabot/pip/wheel-tw-0.35.0dependabot[bot]2020-08-141-1/+1
|/
* copy the signature of __init__ tooBob Halley2020-08-132-0/+8
* keep following init protocol for __setstate__ when ancestor is Immutable tooBob Halley2020-08-132-0/+4
* apply the immutable init wrapper to __setstate__ too, if presentBob Halley2020-08-132-0/+13
* test name picklingBob Halley2020-08-131-0/+7
* set class and module properly for decorated immutable classes.Bob Halley2020-08-132-0/+8
* Do not try to set a future that is already set. [#572]Bob Halley2020-08-131-2/+2
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-134-7/+182
* set_serial() -> update_serial()Bob Halley2020-08-132-19/+39
* If we rollback a write, release the write txn and wake someone up.Bob Halley2020-08-122-13/+89
* remove broken stats badgeBob Halley2020-08-111-1/+0
* doco updateBob Halley2020-08-112-1/+70
* hide versionsBob Halley2020-08-112-25/+28