summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-1965-175/+309
* 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
* lintBob Halley2020-08-112-2/+3
* open versions by id or serial; cleanupsBob Halley2020-08-112-27/+64
* remove ImmutableNode from node as it is not used.Bob Halley2020-08-111-30/+0
* Merge pull request #569 from rthalley/transactionBob Halley2020-08-1014-425/+2119
|\
| * Transaction support.Bob Halley2020-08-1014-425/+2119
|/
* detect escapes > 255Bob Halley2020-08-104-3/+22
* detect various bad ttlsBob Halley2020-08-102-2/+19
* Merge pull request #571 from bwelling/tsig-textBob Halley2020-08-106-13/+73
|\
| * Adds support for reading TSIG text format.Brian Wellington2020-08-106-13/+73
|/
* Update SVCB tests.Brian Wellington2020-08-101-29/+52
* Merge pull request #570 from bwelling/tsig-new-algorithmsBob Halley2020-08-103-29/+66
|\
| * Add support for new TSIG algorithms.Brian Wellington2020-08-102-26/+62
| * Fix dns.message.use_tsig().Brian Wellington2020-08-101-3/+4
|/
* Simplify $GENERATE range code, add some error checks, and increase test cover...Bob Halley2020-08-082-18/+20
* mention GSS-TSIG and TKEY in what's newBob Halley2020-08-081-0/+3
* lintBob Halley2020-08-081-3/+2
* Merge pull request #530 from nrhall/nrhall-gss-tsig-changesBob Halley2020-08-088-27/+491
|\
| * Support callable() TSIG keyrings for use-cases like GSSTSig.Nick Hall2020-08-083-17/+110
| * Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...Nick Hall2020-08-084-54/+57
| * add additional test case with a request/response TSIGNick Hall2020-08-081-0/+10
| * Add a number of additional tests to improve TSIG test coverage relatingNick Hall2020-08-081-3/+64
| * Add gss-tsig support to dnspythonNick Hall2020-08-083-9/+92
| * Add support for TKEY RR typeNick Hall2020-08-083-0/+214
* | The from_text_list() methods for Rdataset and RRset should allow theBob Halley2020-08-082-4/+24
* | LOC _exponent_of does not need to do division.Bob Halley2020-08-081-5/+1
* | Make SVCB and HTTPS immutable.Bob Halley2020-08-082-17/+39