summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ignore .dir-locals.elBob Halley2020-07-031-0/+1
* Fix comment typo.Bob Halley2020-07-021-1/+1
* Document some parser_from_wire() methods.Bob Halley2020-07-023-0/+3
* more coverage for wireBob Halley2020-07-021-1/+33
* Merge pull request #529 from bwelling/nsec3Bob Halley2020-07-025-160/+113
|\
| * lintBrian Wellington2020-07-021-2/+0
| * Consolidate NSEC/NSEC3/CSYNC bitmap handling.Brian Wellington2020-07-025-158/+113
|/
* Merge pull request #528 from rthalley/parserBob Halley2020-07-0252-750/+435
|\
| * Rework wire format processing.Bob Halley2020-07-0252-750/+435
|/
* lintBob Halley2020-07-012-3/+4
* Merge pull request #527 from bwelling/tsigkeyBob Halley2020-07-019-99/+174
|\
| * Better deal with backwards compatibility.Brian Wellington2020-07-014-25/+31
| * Explicitly use the key's algorithm.Brian Wellington2020-07-011-2/+2
| * Add dns.tsig.Key class.Brian Wellington2020-07-019-96/+165
* | Merge pull request #526 from bwelling/amtrelayBob Halley2020-07-019-59/+215
|\ \ | |/ |/|
| * Merge remote-tracking branch 'upstream/master' into amtrelayBrian Wellington2020-07-0114-122/+192
| |\ | |/ |/|
* | try to deconfuse codecovBob Halley2020-07-013-2/+7
* | 2.0.0rc2 versioningBob Halley2020-07-014-4/+4
* | updateBob Halley2020-07-011-0/+9
* | turn off Cobertura; only cover dns dirBob Halley2020-07-011-6/+5
* | increase resolver coverageBob Halley2020-07-012-2/+60
* | add back no cover for things we cannot cover on windows without mockingBob Halley2020-07-011-8/+8
* | expose windows resolver code to coverage testingBob Halley2020-07-011-11/+11
* | getting closer with codecov on azure...Bob Halley2020-07-011-1/+1
* | avoid low-level wait tests on WindowsBob Halley2020-07-011-0/+3
* | another codecov on azure-pipelines attemptBob Halley2020-07-011-1/+9
* | remove ancient windows supportBob Halley2020-07-011-45/+25
* | update message.pyi to reflect sections changeBob Halley2020-07-011-4/+1
* | lintBob Halley2020-06-301-1/+1
* | more query coverageBob Halley2020-06-301-0/+57
* | azure upload did not work; revertBob Halley2020-06-302-7/+0
* | try to upload to codecov from azure-pipelinesBob Halley2020-06-302-1/+8
* | remove unused tox.iniBob Halley2020-06-301-46/+0
| * Add support for the AMTRELAY type.Brian Wellington2020-07-019-59/+215
|/
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-3010-81/+28
* One more dnssec test.Brian Wellington2020-06-301-0/+4
* Add more dnssec coverage testing.Brian Wellington2020-06-302-1/+45
* Merge pull request #525 from bwelling/tsigBob Halley2020-06-309-217/+331
|\
| * Update for OPT/TSIG changes.Brian Wellington2020-06-301-12/+2
| * Remove dns.message.Message multi field.Brian Wellington2020-06-302-8/+6
| * 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