| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | add missing @ to immutable invocation | Bob Halley | 2021-12-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | refactor to have a get_node() in the txn APIcname-and-other-data | Bob Halley | 2021-12-02 | 5 | -85/+147 | |
| | | | ||||||
| | * | fix doco errors | Bob Halley | 2021-12-02 | 2 | -3/+3 | |
| | | | ||||||
| | * | simpliy node.is_cname() | Bob Halley | 2021-12-02 | 1 | -4/+1 | |
| | | | ||||||
| | * | cname and other data check in zonefile reader | Bob Halley | 2021-12-02 | 4 | -17/+59 | |
| | | | ||||||
| | * | infrastructure needed for CNAME-and-other-data check in txn | Bob Halley | 2021-12-02 | 4 | -17/+112 | |
| | | | ||||||
| | * | incorporate review feedback | Bob Halley | 2021-12-02 | 2 | -8/+15 | |
| | | | ||||||
| | * | more doco for CNAME-and-other-data | Bob Halley | 2021-12-02 | 1 | -1/+14 | |
| | | | ||||||
| | * | doco for CNAME-and-other-data | Bob Halley | 2021-12-02 | 1 | -0/+10 | |
| | | | ||||||
| | * | First draft of CNAME and other data handling in zones. | Bob Halley | 2021-12-02 | 3 | -10/+178 | |
| |/ | ||||||
| * | Merge pull request #734 from rthalley/zone-refactor | Bob Halley | 2021-12-02 | 2 | -271/+225 | |
| |\ | | | | | Refactor zone transactions to always use versioned CoW code. | |||||
| | * | Refactor zone transactions to always use versioned CoW code.zone-refactor | Bob Halley | 2021-12-01 | 2 | -271/+225 | |
| |/ | ||||||
| * | Fix replacement txn bugs in non-versioned zones [#732]. | Bob Halley | 2021-11-28 | 2 | -5/+39 | |
| | | ||||||
| * | note issues around rdata comparison | Bob Halley | 2021-11-28 | 1 | -2/+28 | |
| | | ||||||
| * | note that Curio cannot be used for DoH | Bob Halley | 2021-11-27 | 1 | -0/+3 | |
| | | ||||||
| * | basic testing for async DoH | Bob Halley | 2021-11-27 | 1 | -1/+58 | |
| | | ||||||
| * | Node find_rdataset() should set covers when creating [#730] | Bob Halley | 2021-11-26 | 2 | -2/+11 | |
| | | ||||||
| * | Merge pull request #729 from ↵ | Bob Halley | 2021-11-23 | 1 | -1/+1 | |
| |\ | | | | | | | | | rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-37.0 Update cryptography requirement from >=2.6,<36.0 to >=2.6,<37.0 | |||||
| | * | Update cryptography requirement from >=2.6,<36.0 to >=2.6,<37.0dependabot/pip/cryptography-gte-2.6-and-lt-37.0 | dependabot[bot] | 2021-11-22 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...36.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | update whatsnew | Bob Halley | 2021-11-20 | 1 | -0/+17 | |
| | | ||||||
| * | fix hyperlink target | Bob Halley | 2021-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #715 from rthalley/rrset-reader | Bob Halley | 2021-11-20 | 4 | -49/+429 | |
| |\ | | | | | rrset-reader PR | |||||
| | * | add read_rrsets() documentation | Bob Halley | 2021-11-20 | 3 | -0/+109 | |
| | | | ||||||
| | * | remove incorrect commentrrset-reader | Bob Halley | 2021-11-17 | 1 | -2/+0 | |
| | | | ||||||
| | * | rrset-reader PR | Bob Halley | 2021-11-01 | 2 | -49/+322 | |
| | | | ||||||
| * | | Merge pull request #723 from rthalley/httpx_if_possible | Bob Halley | 2021-11-20 | 8 | -23/+272 | |
| |\ \ | | | | | | | For DoH, use httpx and with HTTP/2 if we can | |||||
| | * | | mention async DoH in whatsnew | Bob Halley | 2021-11-20 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | async https doco | Bob Halley | 2021-11-20 | 1 | -2/+10 | |
| | | | | ||||||
| | * | | remove backend parameter to https() | Bob Halley | 2021-11-20 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | async resolver supporthttpx_if_possible | Bob Halley | 2021-11-17 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | initial implemention of async https query | Bob Halley | 2021-11-17 | 2 | -3/+89 | |
| | | | | ||||||
| | * | | fix DoH requirements | Bob Halley | 2021-11-16 | 2 | -2/+4 | |
| | | | | ||||||
| | * | | fix session check when httpx is not installed | Bob Halley | 2021-11-16 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | incorporate feedback about sessions, optional http1, and http2 availability | Bob Halley | 2021-11-16 | 3 | -20/+40 | |
| | | | | ||||||
| | * | | For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if ↵ | Bob Halley | 2021-11-10 | 2 | -13/+140 | |
| | | | | | | | | | | | | | we have to. | |||||
| * | | | use win32util | Bob Halley | 2021-11-17 | 1 | -158/+8 | |
| | | | | ||||||
| * | | | Do not impose 2**31-1 bounds on TTL-like things; impose 2**32-1. | Bob Halley | 2021-11-16 | 4 | -16/+15 | |
| | | | | ||||||
| * | | | remove out-of-date comment | Bob Halley | 2021-11-16 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Merge pull request #722 from rthalley/win32util | Bob Halley | 2021-11-16 | 2 | -9/+255 | |
| |\ \ \ | | | | | | | | | Add WMI-based method for finding resolver info on Windows. | |||||
| | * | | | Add WMI-based method for finding resolver info on Windows.win32util | Bob Halley | 2021-11-09 | 2 | -9/+255 | |
| | |/ / | ||||||
| * | | | update version in doco title | Bob Halley | 2021-11-16 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | try again with better .readthedocs.yml syntax | Bob Halley | 2021-11-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | pin versions for readthedocs | Bob Halley | 2021-11-14 | 2 | -0/+4 | |
| | | | | ||||||
| * | | | fix examples.rst quoting | Bob Halley | 2021-11-14 | 1 | -0/+2 | |
| |/ / | ||||||
| * | | Handle DHCP servers returning domains prefixed by dot [#687]. | Bob Halley | 2021-11-07 | 2 | -0/+15 | |
| | | | ||||||
| * | | update RD=0 example now that we have a flags parameter | Bob Halley | 2021-11-07 | 1 | -5/+6 | |
| | | | ||||||
| * | | Merge pull request #719 from paulehoffman/rd=0-example | Bob Halley | 2021-11-07 | 1 | -0/+10 | |
| |\ \ | | | | | | | Extended the example to include one with RD=0 | |||||
| | * | | Extended the example to include one with RD=0 | Paul Hoffman | 2021-11-02 | 1 | -0/+10 | |
| | | | | ||||||
| * | | | Merge pull request #718 from paulehoffman/examples-doc | Bob Halley | 2021-11-02 | 2 | -0/+11 | |
| |\ \ \ | | | | | | | | | Added small section to the manual about examples | |||||
| | * | | | Added small section to the manual about examples | Paul Hoffman | 2021-11-02 | 2 | -0/+11 | |
| | |/ / | ||||||
