summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch to relative import for nanonameservernanonameserverBob Halley2020-06-012-1/+1
* add nanonamserver, a handy testing toolBob Halley2020-05-312-4/+243
* Expose dns.trio.query.read_exactly() as it is useful.Bob Halley2020-05-311-3/+3
* improve rrset and rdataset coverageBob Halley2020-05-301-0/+42
* add coverage report to outputBob Halley2020-05-301-0/+1
* WireData did not implement the iteration protocol correctly and was thus unit...Bob Halley2020-05-302-8/+14
* test cache hit with live resolverBob Halley2020-05-291-0/+10
* the prior fix for exception handling was still not right, missing a continueBob Halley2020-05-292-0/+2
* Merge pull request #494 from desec-io/hinfo_max_lengthBob Halley2020-05-292-3/+7
|\
| * Check character-string length for HINFO recordsNils Wisiol2020-05-292-3/+7
|/
* a bit more cache coverageBob Halley2020-05-281-0/+55
* only do multiple I/O backend testing for live tests, as testing everything 3 ...Bob Halley2020-05-281-67/+71
* make _Resolution coverage 100%Bob Halley2020-05-281-0/+55
* add one more live resolver test (for NXDOMAIN)Bob Halley2020-05-281-0/+9
* Merge pull request #491 from pspacek/test_resolver_nodataBob Halley2020-05-281-0/+18
|\
| * tests: resolver Nodata answersPetr Špaček2020-05-281-0/+18
* | Fix resolve() NoAnswer problems from [Issue #488]Bob Halley2020-05-282-8/+24
* | Merge pull request #490 from pspacek/test_cleanupBob Halley2020-05-283-5/+0
|\ \ | |/ |/|
| * tests: remove forgotten printsPetr Špaček2020-05-283-5/+0
|/
* Merge pull request #487 from pspacek/pickle_rdataBob Halley2020-05-271-0/+7
|\
| * make rdata objects picklable againPetr Špaček2020-05-271-0/+7
* | further tighten resolve() default settingsBob Halley2020-05-274-16/+59
|/
* Merge pull request #483 from pspacek/cython3Bob Halley2020-05-251-1/+2
|\
| * fix cythonization for Python 3Petr Špaček2020-05-251-1/+2
|/
* document Trio codeBob Halley2020-05-236-0/+80
* do not build universal wheels as we are python 3 onlyBob Halley2020-05-231-3/+0
* increase test coverage for various thingsBob Halley2020-05-236-2/+140
* clearly people do not delete from NameDicts very oftenBob Halley2020-05-231-2/+2
* leading zero detection in dns.ipv4.inet_aton() was brokenBob Halley2020-05-231-1/+1
* add some resolver intro docBob Halley2020-05-232-2/+14
* basic testing of entropy and resolver overrideBob Halley2020-05-232-0/+70
* fix None pointers in LRU cache sentinelBob Halley2020-05-231-2/+3
* revision of truncation handlingBob Halley2020-05-2210-20/+240
* mention negative caching in whatsnewBob Halley2020-05-211-0/+1
* add NXDOMAIN cachingBob Halley2020-05-212-45/+104
* pop() with no arguements means last, but I used it intending firstBob Halley2020-05-212-4/+4
* remove historical af argument to query functionsBob Halley2020-05-211-35/+10
* Merge pull request #479 from bwelling/rename-to-enumBob Halley2020-05-2111-51/+42
|\
| * Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-2111-51/+42
|/
* correct inaccuracyBob Halley2020-05-211-3/+1
* note that new async APIs are experimentalBob Halley2020-05-211-1/+3
* fix typoBob Halley2020-05-211-3/+2
* lint: remove unused sys importBob Halley2020-05-211-1/+0
* do not run DoH tests if there is no networkBob Halley2020-05-211-1/+10
* test trio async codeBob Halley2020-05-211-0/+130
* add some basic resolution testingBob Halley2020-05-211-0/+13
* Merge pull request #478 from bwelling/query-use-context-managersBob Halley2020-05-211-56/+33
|\
| * Use context managers in the query methods.Brian Wellington2020-05-201-56/+33
* | use clock time not trio timeBob Halley2020-05-211-5/+6
|/
* Merge pull request #477 from bwelling/simplify-connectBob Halley2020-05-201-13/+6
|\