summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix documentation.Brian Wellington2020-06-301-1/+1
| * Test (and fix) renderer.add_multi_tsig().Brian Wellington2020-06-302-1/+30
| * Remove the concept from "first" from TSIG.Brian Wellington2020-06-304-19/+9
| * Remove spaces from to_text().Brian Wellington2020-06-301-2/+2
| * Store a TSIG rrset on the message object.Brian Wellington2020-06-306-120/+130
| * Change dns.tsig.validate() to take a TSIG record.Brian Wellington2020-06-302-33/+15
| * Create TSIGRecord; use it in _WireReader.Brian Wellington2020-06-303-40/+155
* | increase name test coverageBob Halley2020-06-301-0/+66
* | add/adjust some no cover pragmas; fix missing catch of UnicodeErrorBob Halley2020-06-301-4/+4
* | increase test coverageBob Halley2020-06-301-0/+24
* | increase update test coverageBob Halley2020-06-301-0/+109
* | Merge pull request #522 from nrhall/nrhall-update-changes-cosmeticBob Halley2020-06-301-3/+3
|\ \
| * | minor (cosmetic) fix to update sectionsNick Hall2020-06-291-3/+3
* | | move pytest-cov dependency to the dev sectionBob Halley2020-06-301-1/+1
| |/ |/|
* | fix indentation of test_bogus_family()Bob Halley2020-06-291-5/+5
* | more coverage improvementsBob Halley2020-06-294-0/+115
* | opcode is a function not an attributeBob Halley2020-06-291-1/+1
* | add basic renderer testingBob Halley2020-06-291-0/+46
* | In add_edns(), the value of _make_opt() is an RRSet not an rdataset.Bob Halley2020-06-291-1/+1
* | increase namedict coverageBob Halley2020-06-281-0/+37
* | increase coverageBob Halley2020-06-284-1/+73
* | Remove no longer needed code to activate EDNS if setting an extendedBob Halley2020-06-281-2/+0
* | cleanup Makefile; add potestlf ruleBob Halley2020-06-281-28/+9
* | remove debugging printsBob Halley2020-06-282-2/+0
|/
* Use serial number arithmetic in IXFR.Bob Halley2020-06-271-1/+2
* add serial number arithmetic helperBob Halley2020-06-273-0/+233
* prefer emacs continuation lines in another caseBob Halley2020-06-271-0/+1
* fix __all__ list: remove .py suffixes, add asyncbackendBob Halley2020-06-271-2/+3
* test update section validationBob Halley2020-06-271-16/+112
* Refactor OPT handling code into OPT record class. (#520)Brian Wellington2020-06-264-70/+161
* Simplify code.Brian Wellington2020-06-262-11/+9
* eliminate hardcode sections lengthBob Halley2020-06-261-4/+3
* lintBob Halley2020-06-261-2/+2
* Merge pull request #521 from rthalley/messageBob Halley2020-06-268-266/+414
|\
| * Attempt to refactor per-opcode validation.messageBrian Wellington2020-06-262-52/+44
| * Remove hardcoded section names from TextReader.Brian Wellington2020-06-261-26/+36
| * Minor _WireReader refactoring.Brian Wellington2020-06-261-47/+49
| * add message-query.rstBob Halley2020-06-261-0/+9
| * basic documentation updates for revised message hierarchyBob Halley2020-06-265-27/+39
| * move rrset validation to the end-of-section processingBob Halley2020-06-261-11/+7
| * lintBob Halley2020-06-261-2/+2
| * fix cut-and-paste errorBob Halley2020-06-261-3/+0
| * test class factory and update from_wire()Bob Halley2020-06-262-0/+11
| * message.from_text() should have the same relativize options as other text APIs.Bob Halley2020-06-261-7/+32
| * new message class hierarchy and conversion of wire and text readersBob Halley2020-06-252-102/+165
| * set update section globals for convenience; fix formattingBob Halley2020-06-252-1/+3
| * make sections a list; propertize question, answer, etc.Bob Halley2020-06-252-60/+98
| * section enumsBob Halley2020-06-252-35/+26
|/
* make codecov a bit mellower about pullsBob Halley2020-06-251-0/+6
* Merge pull request #519 from frenzymadness/masterBob Halley2020-06-251-5/+5
|\