summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add immutable module.Bob Halley2020-08-083-15/+106
* | Merge pull request #568 from rthalley/svcbBob Halley2020-08-0712-2/+834
|\ \ | |/ |/|
| * SVCB and HTTPS supportBob Halley2020-08-0712-2/+834
* | Remove duplicates in the ISDN sample data.Brian Wellington2020-08-061-2/+2
|/
* fix loc version not zero testBob Halley2020-08-041-1/+1
* lintBob Halley2020-08-048-5/+17
* LOC with version not 0 is a FORMERRBob Halley2020-08-042-0/+6
* Merge pull request #562 from nrhall/nrhall-message-patchBob Halley2020-08-041-1/+4
|\
| * expose set_rcode in MessageNick Hall2020-07-311-1/+4
* | Merge pull request #564 from rthalley/constants2Bob Halley2020-08-0414-20/+353
|\ \
| * | test constants with independent codeBob Halley2020-08-042-31/+39