| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switch to relative import for nanonameservernanonameserver | Bob Halley | 2020-06-01 | 2 | -1/+1 |
| | | |||||
| * | add nanonamserver, a handy testing tool | Bob Halley | 2020-05-31 | 2 | -4/+243 |
| | | |||||
| * | Expose dns.trio.query.read_exactly() as it is useful. | Bob Halley | 2020-05-31 | 1 | -3/+3 |
| | | |||||
| * | improve rrset and rdataset coverage | Bob Halley | 2020-05-30 | 1 | -0/+42 |
| | | |||||
| * | add coverage report to output | Bob Halley | 2020-05-30 | 1 | -0/+1 |
| | | |||||
| * | WireData did not implement the iteration protocol correctly and was thus ↵ | Bob Halley | 2020-05-30 | 2 | -8/+14 |
| | | | | | uniterable. | ||||
| * | test cache hit with live resolver | Bob Halley | 2020-05-29 | 1 | -0/+10 |
| | | |||||
| * | the prior fix for exception handling was still not right, missing a continue | Bob Halley | 2020-05-29 | 2 | -0/+2 |
| | | |||||
| * | Merge pull request #494 from desec-io/hinfo_max_length | Bob Halley | 2020-05-29 | 2 | -3/+7 |
| |\ | | | | | Check character-string length for HINFO records | ||||
| | * | Check character-string length for HINFO records | Nils Wisiol | 2020-05-29 | 2 | -3/+7 |
| |/ | |||||
| * | a bit more cache coverage | Bob Halley | 2020-05-28 | 1 | -0/+55 |
| | | |||||
| * | only do multiple I/O backend testing for live tests, as testing everything 3 ↵ | Bob Halley | 2020-05-28 | 1 | -67/+71 |
| | | | | | times is pointless work | ||||
| * | make _Resolution coverage 100% | Bob Halley | 2020-05-28 | 1 | -0/+55 |
| | | |||||
| * | add one more live resolver test (for NXDOMAIN) | Bob Halley | 2020-05-28 | 1 | -0/+9 |
| | | |||||
| * | Merge pull request #491 from pspacek/test_resolver_nodata | Bob Halley | 2020-05-28 | 1 | -0/+18 |
| |\ | | | | | tests: resolver Nodata answers | ||||
| | * | tests: resolver Nodata answers | Petr Špaček | 2020-05-28 | 1 | -0/+18 |
| | | | |||||
| * | | Fix resolve() NoAnswer problems from [Issue #488] | Bob Halley | 2020-05-28 | 2 | -8/+24 |
| | | | |||||
| * | | Merge pull request #490 from pspacek/test_cleanup | Bob Halley | 2020-05-28 | 3 | -5/+0 |
| |\ \ | |/ |/| | tests: remove forgotten prints | ||||
| | * | tests: remove forgotten prints | Petr Špaček | 2020-05-28 | 3 | -5/+0 |
| |/ | |||||
| * | Merge pull request #487 from pspacek/pickle_rdata | Bob Halley | 2020-05-27 | 1 | -0/+7 |
| |\ | | | | | make rdata objects picklable again | ||||
| | * | make rdata objects picklable again | Petr Špaček | 2020-05-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | __getstate__ implementation based on tuple and ordered __slots__ is slightly faster than implementation based on dicts. It also produces smaller blobs. Speed of this implementation is +- few percents the same as it was in dnspython 1.16.0 and it now produces smaller blobs. Fixes: #485 | ||||
| * | | further tighten resolve() default settings | Bob Halley | 2020-05-27 | 4 | -16/+59 |
| |/ | |||||
| * | Merge pull request #483 from pspacek/cython3 | Bob Halley | 2020-05-25 | 1 | -1/+2 |
| |\ | | | | | fix cythonization for Python 3 | ||||
| | * | fix cythonization for Python 3 | Petr Špaček | 2020-05-25 | 1 | -1/+2 |
| |/ | |||||
| * | document Trio code | Bob Halley | 2020-05-23 | 6 | -0/+80 |
| | | |||||
| * | do not build universal wheels as we are python 3 only | Bob Halley | 2020-05-23 | 1 | -3/+0 |
| | | |||||
| * | increase test coverage for various things | Bob Halley | 2020-05-23 | 6 | -2/+140 |
| | | |||||
| * | clearly people do not delete from NameDicts very often | Bob Halley | 2020-05-23 | 1 | -2/+2 |
| | | |||||
| * | leading zero detection in dns.ipv4.inet_aton() was broken | Bob Halley | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | add some resolver intro doc | Bob Halley | 2020-05-23 | 2 | -2/+14 |
| | | |||||
| * | basic testing of entropy and resolver override | Bob Halley | 2020-05-23 | 2 | -0/+70 |
| | | |||||
| * | fix None pointers in LRU cache sentinel | Bob Halley | 2020-05-23 | 1 | -2/+3 |
| | | |||||
| * | revision of truncation handling | Bob Halley | 2020-05-22 | 10 | -20/+240 |
| | | |||||
| * | mention negative caching in whatsnew | Bob Halley | 2020-05-21 | 1 | -0/+1 |
| | | |||||
| * | add NXDOMAIN caching | Bob Halley | 2020-05-21 | 2 | -45/+104 |
| | | |||||
| * | pop() with no arguements means last, but I used it intending first | Bob Halley | 2020-05-21 | 2 | -4/+4 |
| | | |||||
| * | remove historical af argument to query functions | Bob Halley | 2020-05-21 | 1 | -35/+10 |
| | | |||||
| * | Merge pull request #479 from bwelling/rename-to-enum | Bob Halley | 2020-05-21 | 11 | -51/+42 |
| |\ | | | | | Remove dns.rdata{type,class}.to_enum. | ||||
| | * | Remove dns.rdata{type,class}.to_enum. | Brian Wellington | 2020-05-21 | 11 | -51/+42 |
| |/ | | | | | | | These methods (which convert a str/int into an enum/int) shouldn't be commonly used by external code, so don't need to exist at the module level. The make() method on the enum class (renamed from to_enum()) can still be used, and the internal callers have been updated to use it. | ||||
| * | correct inaccuracy | Bob Halley | 2020-05-21 | 1 | -3/+1 |
| | | |||||
| * | note that new async APIs are experimental | Bob Halley | 2020-05-21 | 1 | -1/+3 |
| | | |||||
| * | fix typo | Bob Halley | 2020-05-21 | 1 | -3/+2 |
| | | |||||
| * | lint: remove unused sys import | Bob Halley | 2020-05-21 | 1 | -1/+0 |
| | | |||||
| * | do not run DoH tests if there is no network | Bob Halley | 2020-05-21 | 1 | -1/+10 |
| | | |||||
| * | test trio async code | Bob Halley | 2020-05-21 | 1 | -0/+130 |
| | | |||||
| * | add some basic resolution testing | Bob Halley | 2020-05-21 | 1 | -0/+13 |
| | | |||||
| * | Merge pull request #478 from bwelling/query-use-context-managers | Bob Halley | 2020-05-21 | 1 | -56/+33 |
| |\ | | | | | Use context managers in the query methods. | ||||
| | * | Use context managers in the query methods. | Brian Wellington | 2020-05-20 | 1 | -56/+33 |
| | | | |||||
| * | | use clock time not trio time | Bob Halley | 2020-05-21 | 1 | -5/+6 |
| |/ | |||||
| * | Merge pull request #477 from bwelling/simplify-connect | Bob Halley | 2020-05-20 | 1 | -13/+6 |
| |\ | | | | | Simplify dns.query._connect(). | ||||
