| 2020-06-13 |
Bob Halley | Change parameter order of low_level_address_tuple;... 504/head |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Bob Halley | move low_level_address_tuple() to dns.inet; add some... |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Bob Halley | Add some comments about opportunities after 3.6 is... |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | update extras |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | only get_default_backend() when we need to, remove... |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | add curio (optional) |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | fix typo |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | fix recvfrom, tls timing, and other misc things |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | doco update |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | fix comment |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | make get_backend() shorter; improve sniffing; fail... |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | Re-enable TLS async tests. |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | Add TLS for asyncio. |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | add timeout to curio.open_connection() |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | add tls() to async doc |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | read_exactly -> _read_exactly |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | fix nanonameserver after removal of dns.trio |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | Add TLS for Trio and Curio. |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | add type info |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | lint |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | async doco |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | Attempt to cope with python 3.6 asyncio. |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Bob Halley | Support trio, curio, and asyncio with one API! |
commit | commitdiff | tree | snapshot |
| 2020-06-09 |
Bob Halley | imnprove comment |
commit | commitdiff | tree | snapshot |
| 2020-06-08 |
Bob Halley | Merge pull request #503 from bwelling/edns-updates |
commit | commitdiff | tree | snapshot |
| 2020-06-08 |
Brian Wellington | Fix leaked socket in testQueryTLSWithSocket. |
commit | commitdiff | tree | snapshot |
| 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 |
| next |