summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* try a different type for NoData test to make azure happierBob Halley2020-06-201-1/+1
* try azure update againBob Halley2020-06-202-2/+5
* try a much more complicated azure jobBob Halley2020-06-201-22/+74
* bind our UDP socketBob Halley2020-06-191-1/+2
* improve TSIG coverageBob Halley2020-06-191-0/+66
* Remove hmac_md5(), as it was added for backwards compatibility when weBob Halley2020-06-191-7/+0
* improve coverageBob Halley2020-06-191-2/+3
* add coverageBob Halley2020-06-191-0/+30
* add comment about is-response checking for DDNSBob Halley2020-06-191-0/+4
* improve coverageBob Halley2020-06-191-0/+48
* improve coverageBob Halley2020-06-191-0/+71
* we did not check label-too-long in a few text casesBob Halley2020-06-191-4/+10
* improve e164 coverageBob Halley2020-06-192-1/+13
* improve set coverageBob Halley2020-06-192-1/+41
* more EDNS coverageBob Halley2020-06-191-0/+27
* Make _cmp generic for all EDNS Options. It now compares the wire formatsBob Halley2020-06-191-19/+11
* fix indentation issue that let to pointless extra checkingBob Halley2020-06-191-2/+2
* lintBob Halley2020-06-191-4/+4
* misc rdata coverage improvementsBob Halley2020-06-191-2/+132
* more coverage improvementsBob Halley2020-06-192-4/+6
* fix cut-and-paste typoBob Halley2020-06-191-1/+1
* Improve GPOS validity checking.Bob Halley2020-06-191-1/+12
* Check previously unchecked things in from_text(), and make from_wire() checks...Bob Halley2020-06-191-6/+25
* improve async coverageBob Halley2020-06-191-0/+22
* eliminate coverage noiseBob Halley2020-06-191-1/+1
* improve async coverageBob Halley2020-06-193-9/+12
* add more rdata test coverageBob Halley2020-06-181-0/+49
* Fix rdata pickling.Bob Halley2020-06-181-2/+24
* validate rdata replace()Bob Halley2020-06-182-2/+14
* further improve entropy coverageBob Halley2020-06-182-1/+17
* improve entropy coverageBob Halley2020-06-182-2/+14
* improve query coverageBob Halley2020-06-181-10/+10
* increase message coverageBob Halley2020-06-181-0/+6
* more tokenizer coverageBob Halley2020-06-182-1/+36
* more zone test coverageBob Halley2020-06-182-0/+72
* skip getaddrinfo tests on windows as the originals failBob Halley2020-06-181-0/+3
* cope with windows getaddrinfoBob Halley2020-06-181-4/+8
* add more info when equivalence test fails to see what is up on windowsBob Halley2020-06-181-0/+3
* more resolver override coverageBob Halley2020-06-181-13/+92
* Construct socket.gaierror with an errno and a string, as doing just theBob Halley2020-06-181-9/+26
* Merge pull request #511 from pspacek/ds_algo_mnemonicBob Halley2020-06-182-1/+6
|\
| * DS: support mnemonic format from RFC 4034 section 5.3Petr Špaček2020-06-182-1/+6
|/
* Merge pull request #510 from bwelling/rendererBob Halley2020-06-171-60/+38
|\
| * Simplify renderer code.Brian Wellington2020-06-171-60/+38
* | improve tokenizer coverageBob Halley2020-06-171-0/+93
* | Improve the comment on get_int(), as it is unsigned.Bob Halley2020-06-171-13/+8
|/
* Optimize wiredata __getitem__.Brian Wellington2020-06-171-1/+1
* Test message encoding with EDNS options.Brian Wellington2020-06-171-0/+9
* make passing a socket to async routines actually workBob Halley2020-06-172-3/+3
* Test dns.name.__le__ and __ge__.Brian Wellington2020-06-171-0/+4