| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minor cleanups to EDNS code. | Brian Wellington | 2020-07-17 | 1 | -18/+7 |
| * | Fix Message ednsflags propery setter. | Brian Wellington | 2020-07-07 | 1 | -1/+1 |
| * | Fix Message.want_dnssec(). | Brian Wellington | 2020-07-07 | 1 | -1/+1 |
| * | Remove too strong "no metaclasses" check in _parse_rr_header(). | Bob Halley | 2020-07-07 | 1 | -2/+0 |
| * | Rework wire format processing. | Bob Halley | 2020-07-02 | 1 | -36/+20 |
| * | Add dns.tsig.Key class. | Brian Wellington | 2020-07-01 | 1 | -30/+51 |
| * | Remove dns.message.Message multi field. | Brian Wellington | 2020-06-30 | 1 | -7/+6 |
| * | Remove the concept from "first" from TSIG. | Brian Wellington | 2020-06-30 | 1 | -10/+3 |
| * | Store a TSIG rrset on the message object. | Brian Wellington | 2020-06-30 | 1 | -39/+68 |
| * | Change dns.tsig.validate() to take a TSIG record. | Brian Wellington | 2020-06-30 | 1 | -2/+1 |
| * | Create TSIGRecord; use it in _WireReader. | Brian Wellington | 2020-06-30 | 1 | -40/+41 |
| * | opcode is a function not an attribute | Bob Halley | 2020-06-29 | 1 | -1/+1 |
| * | Remove no longer needed code to activate EDNS if setting an extended | Bob Halley | 2020-06-28 | 1 | -2/+0 |
| * | Refactor OPT handling code into OPT record class. (#520) | Brian Wellington | 2020-06-26 | 1 | -54/+84 |
| * | Simplify code. | Brian Wellington | 2020-06-26 | 1 | -6/+5 |
| * | eliminate hardcode sections length | Bob Halley | 2020-06-26 | 1 | -4/+3 |
| * | lint | Bob Halley | 2020-06-26 | 1 | -2/+2 |
| * | Attempt to refactor per-opcode validation.message | Brian Wellington | 2020-06-26 | 1 | -43/+28 |
| * | Remove hardcoded section names from TextReader. | Brian Wellington | 2020-06-26 | 1 | -26/+36 |
| * | Minor _WireReader refactoring. | Brian Wellington | 2020-06-26 | 1 | -47/+49 |
| * | basic documentation updates for revised message hierarchy | Bob Halley | 2020-06-26 | 1 | -4/+11 |
| * | move rrset validation to the end-of-section processing | Bob Halley | 2020-06-26 | 1 | -11/+7 |
| * | lint | Bob Halley | 2020-06-26 | 1 | -2/+2 |
| * | fix cut-and-paste error | Bob Halley | 2020-06-26 | 1 | -3/+0 |
| * | message.from_text() should have the same relativize options as other text APIs. | Bob Halley | 2020-06-26 | 1 | -7/+32 |
| * | new message class hierarchy and conversion of wire and text readers | Bob Halley | 2020-06-25 | 1 | -77/+137 |
| * | set update section globals for convenience; fix formatting | Bob Halley | 2020-06-25 | 1 | -1/+1 |
| * | make sections a list; propertize question, answer, etc. | Bob Halley | 2020-06-25 | 1 | -49/+59 |
| * | section enums | Bob Halley | 2020-06-25 | 1 | -35/+16 |
| * | Fix TTL limiting. | Brian Wellington | 2020-06-24 | 1 | -1/+1 |
| * | Minor style changes. | Brian Wellington | 2020-06-24 | 1 | -9/+8 |
| * | add comment about is-response checking for DDNS | Bob Halley | 2020-06-19 | 1 | -0/+4 |
| * | Fix typo. | Brian Wellington | 2020-06-17 | 1 | -1/+1 |
| * | lint | Bob Halley | 2020-06-16 | 1 | -1/+2 |
| * | Add support for multi-message TSIG. | Brian Wellington | 2020-06-16 | 1 | -5/+19 |
| * | Fix typo. | Brian Wellington | 2020-06-16 | 1 | -1/+1 |
| * | Fix typo. | Brian Wellington | 2020-06-16 | 1 | -1/+1 |
| * | Add one_rr_per_rrset mode to text reader, as it is handy for testing. | Bob Halley | 2020-06-14 | 1 | -6/+19 |
| * | Minor Python 3 cleanups. | Brian Wellington | 2020-06-03 | 1 | -3/+3 |
| * | revision of truncation handling | Bob Halley | 2020-05-22 | 1 | -5/+26 |
| * | Remove dns.rdata{type,class}.to_enum. | Brian Wellington | 2020-05-21 | 1 | -2/+2 |
| * | Start converting rdatatype/rdataclass to enum. | Brian Wellington | 2020-05-18 | 1 | -4/+2 |
| * | Fix the dns.message.BadEDNS documentation. | Brian Wellington | 2020-05-11 | 1 | -1/+1 |
| * | in doco, text->str, binary->bytes | Bob Halley | 2020-05-08 | 1 | -9/+9 |
| * | Document dns.message.from_text() blank line behavior [Issue #354]. | Bob Halley | 2020-05-07 | 1 | -0/+6 |
| * | IDNA support for zones, messages, names in rdata, rrsets, and rdatasets. | Bob Halley | 2020-05-03 | 1 | -8/+16 |
| * | Use context managers to simplify code. | Brian Wellington | 2020-05-01 | 1 | -15/+5 |
| * | In library code, replace from io import BytesIO (or StringIO) with import io | Bob Halley | 2020-05-01 | 1 | -2/+2 |
| * | Remove "from __future__ import" statements. | Brian Wellington | 2020-05-01 | 1 | -2/+0 |
| * | Correct Message.is_response docstring | Peter Olson | 2020-02-29 | 1 | -1/+1 |