| 2020-06-16 |
Bob Halley | Take nameservers that are not IPv4/v6 addresses or... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Brian Wellington | Test sending a query with TSIG. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Brian Wellington | Add nanonameserver support for TSIG. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Brian Wellington | Fix typo. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | simplify DoH POST |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | simplify DoH GET |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | Add missing comma. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | Add an IPv6 address for Cloudflare DoH that works. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | use dev<N> suffix for dev versions |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | set rc1 in version |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | Fix the DoH v6 literal fix. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | lint |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | test DoH with both v4 and v6 |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | Overhaul _destination_and_source. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | Use the proper URL syntax for IPv6 address literals. |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | add azure badge |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | test IPv4 and IPv6 according to availability |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | avoid getaddrinfo() when we can |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | attempt to fix the last windows error |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Bob Halley | compare files in a way that avoids newlines issues... |
commit | commitdiff | tree | snapshot |
| 2020-06-15 |
Bob Halley | print out more if file comparison fails |
commit | commitdiff | tree | snapshot |
| 2020-06-15 |
Bob Halley | Set up CI with Azure Pipelines |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | Create SECURITY.md |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | Merge pull request #507 from rthalley/dependabot/pip... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | Merge pull request #506 from rthalley/dependabot/pip... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
dependabot... | Update mypy requirement from ^0.770 to ^0.780 507/head |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
dependabot... | Update trio requirement from ^0.14 to >=0.14,<0.17 506/head |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | Create dependabot.yml |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | add some test coverage for dns.query.xfr() |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | set tcp_address correctly; allow handle() to return... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | Add one_rr_per_rrset mode to text reader, as it is... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Bob Halley | Merge pull request #504 from rthalley/async |
commit | commitdiff | tree | snapshot |
| 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 | Fix bugs found by flake8. |
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 |
| next |