| 2020-06-08 |
Brian Wellington | Updates to dns.edns module. 503/head |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Bob Halley | Allow a socket to be passed to udp(), and a stream... |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Bob Halley | minor doco update |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Bob Halley | remove af, add sock |
commit | commitdiff | tree | snapshot |
| 2020-06-05 |
Bob Halley | Remove more unneeded backwards compat, _winreg -> winreg |
commit | commitdiff | tree | snapshot |
| 2020-06-05 |
Bob Halley | remove no longer needed backwards compat for collection... |
commit | commitdiff | tree | snapshot |
| 2020-06-03 |
Bob Halley | remove now-unused io imports |
commit | commitdiff | tree | snapshot |
| 2020-06-03 |
Bob Halley | Merge pull request #502 from bwelling/object-super... |
commit | commitdiff | tree | snapshot |
| 2020-06-03 |
Brian Wellington | Minor Python 3 cleanups. 502/head |
commit | commitdiff | tree | snapshot |
| 2020-06-03 |
Bob Halley | add dns.trio to setup.py packages |
commit | commitdiff | tree | snapshot |
| 2020-06-02 |
Bob Halley | bail out early on ShortHeader |
commit | commitdiff | tree | snapshot |
| 2020-06-02 |
Bob Halley | pass peer and connection type to nanoserver handle() |
commit | commitdiff | tree | snapshot |
| 2020-06-02 |
Bob Halley | Refactor common code between UDP and TCP; add basic... |
commit | commitdiff | tree | snapshot |
| 2020-06-02 |
Bob Halley | Merge pull request #495 from rthalley/nanonameserver |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | switch to relative import for nanonameserver 495/head |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | NSEC should NOT be downcased when canonicalized, nor... |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | Merge pull request #499 from bwelling/to-wire |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Brian Wellington | Improvements to dns.rdata.to_wire(). 499/head |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | RRSIG digestable might as well be right even if it... |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | continued line lint |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | Merge pull request #498 from bwelling/query-sockets |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | __iter__ is not needed in WireData at all |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Brian Wellington | Adds sock parameters to query methods. 498/head |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | Fix remaining canonical form problems, and add a test... |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | remove digestable test in favor of another coming soon |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Bob Halley | Merge pull request #497 from desec-io/lowercase_to_dige... |
commit | commitdiff | tree | snapshot |
| 2020-06-01 |
Nils Wisiol | Lowercase SRV records in to_digestable(), fixes #496 497/head |
commit | commitdiff | tree | snapshot |
| 2020-05-31 |
Bob Halley | add nanonamserver, a handy testing tool |
commit | commitdiff | tree | snapshot |
| 2020-05-31 |
Bob Halley | Expose dns.trio.query.read_exactly() as it is useful. |
commit | commitdiff | tree | snapshot |
| 2020-05-30 |
Bob Halley | improve rrset and rdataset coverage |
commit | commitdiff | tree | snapshot |
| 2020-05-30 |
Bob Halley | add coverage report to output |
commit | commitdiff | tree | snapshot |
| 2020-05-30 |
Bob Halley | WireData did not implement the iteration protocol corre... |
commit | commitdiff | tree | snapshot |
| 2020-05-29 |
Bob Halley | test cache hit with live resolver |
commit | commitdiff | tree | snapshot |
| 2020-05-29 |
Bob Halley | the prior fix for exception handling was still not... |
commit | commitdiff | tree | snapshot |
| 2020-05-29 |
Bob Halley | Merge pull request #494 from desec-io/hinfo_max_length |
commit | commitdiff | tree | snapshot |
| 2020-05-29 |
Nils Wisiol | Check character-string length for HINFO records 494/head |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | a bit more cache coverage |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | only do multiple I/O backend testing for live tests... |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | make _Resolution coverage 100% |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | add one more live resolver test (for NXDOMAIN) |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | Merge pull request #491 from pspacek/test_resolver_nodata |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | Fix resolve() NoAnswer problems from [Issue #488] |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Bob Halley | Merge pull request #490 from pspacek/test_cleanup |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Petr Špaček | tests: resolver Nodata answers 491/head |
commit | commitdiff | tree | snapshot |
| 2020-05-28 |
Petr Špaček | tests: remove forgotten prints 490/head |
commit | commitdiff | tree | snapshot |
| 2020-05-27 |
Bob Halley | Merge pull request #487 from pspacek/pickle_rdata |
commit | commitdiff | tree | snapshot |
| 2020-05-27 |
Bob Halley | further tighten resolve() default settings |
commit | commitdiff | tree | snapshot |
| 2020-05-27 |
Petr Špaček | make rdata objects picklable again 487/head |
commit | commitdiff | tree | snapshot |
| 2020-05-25 |
Bob Halley | Merge pull request #483 from pspacek/cython3 |
commit | commitdiff | tree | snapshot |
| 2020-05-25 |
Petr Špaček | fix cythonization for Python 3 483/head |
commit | commitdiff | tree | snapshot |
| 2020-05-24 |
Bob Halley | document Trio code |
commit | commitdiff | tree | snapshot |
| 2020-05-24 |
Bob Halley | do not build universal wheels as we are python 3 only |
commit | commitdiff | tree | snapshot |
| 2020-05-23 |
Bob Halley | increase test coverage for various things |
commit | commitdiff | tree | snapshot |
| 2020-05-23 |
Bob Halley | clearly people do not delete from NameDicts very often |
commit | commitdiff | tree | snapshot |
| 2020-05-23 |
Bob Halley | leading zero detection in dns.ipv4.inet_aton() was... |
commit | commitdiff | tree | snapshot |
| 2020-05-23 |
Bob Halley | add some resolver intro doc |
commit | commitdiff | tree | snapshot |
| 2020-05-23 |
Bob Halley | basic testing of entropy and resolver override |
commit | commitdiff | tree | snapshot |
| 2020-05-23 |
Bob Halley | fix None pointers in LRU cache sentinel |
commit | commitdiff | tree | snapshot |
| 2020-05-22 |
Bob Halley | revision of truncation handling |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | mention negative caching in whatsnew |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | add NXDOMAIN caching |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | pop() with no arguements means last, but I used it... |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | remove historical af argument to query functions |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | Merge pull request #479 from bwelling/rename-to-enum |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Brian Wellington | Remove dns.rdata{type,class}.to_enum. 479/head |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | correct inaccuracy |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | note that new async APIs are experimental |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | fix typo |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | lint: remove unused sys import |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | do not run DoH tests if there is no network |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | test trio async code |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | add some basic resolution testing |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | Merge pull request #478 from bwelling/query-use-context... |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | use clock time not trio time |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Brian Wellington | Use context managers in the query methods. 478/head |
commit | commitdiff | tree | snapshot |
| 2020-05-21 |
Bob Halley | Merge pull request #477 from bwelling/simplify-connect |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Simplify dns.query._connect(). 477/head |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Simplify exception handling. |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Remove hash value truncation. |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Brian Wellington | Remove cruft and simplify. |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | flake8 linting |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | coverage tools |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | raise NotImplememtedError, not NotImplemented |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | doco tweaks |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | conform to Answer constructor change |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | move raise_on_no_error out of Answer |
commit | commitdiff | tree | snapshot |
| 2020-05-20 |
Bob Halley | finish testing of resolver business logic |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #475 from bwelling/enum-cleanup |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Enum refactoring. 475/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | start resolution business logic tests. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | add missing backoff to next_nameserver() retry_with_tcp... |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | use to_enum() |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #474 from bwelling/sets |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix bare except. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix type registration for singleton types. 474/head |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Replace dicts with sets. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | It is self.resolver.retry_servfail, not self.retry_serv... |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Brian Wellington | Fix metatype check. |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | Merge pull request #472 from rthalley/resrefactor |
commit | commitdiff | tree | snapshot |
| 2020-05-19 |
Bob Halley | first draft of What's New in 2.0.0 |
commit | commitdiff | tree | snapshot |
| next |