]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2024-04-17  Bob HalleySet the minimum version of idna to 3.7. 2.6
2024-03-07  Bob HalleyClose QUIC sync and trio sockets when done.
2024-02-18  Bob Halleyupdate CI v2.6.1
2024-02-18  Bob HalleyThe Tudoor fix should not eat valid Truncated exception...
2024-02-18  Bob Halley2.6.1 version prep
2024-02-16  Bob HalleyFurther improve CVE fix coverage to 100% for sync and... v2.6.0
2024-02-16  Bob Halleytest IgnoreErrors
2024-02-16  Bob HalleyFor the Tudoor fix, we also need the UDP nameserver...
2024-02-16  Bob Halley2.6.0 versioning
2024-02-15  Bob HalleyRequire cryptography >=41 instead of 42.
2024-02-09  Bob HalleyCreate CODE_OF_CONDUCT.md v2.6.0rc1
2024-02-09  Bob Halleygithub contributing and pull request template
2024-02-09  Bob HalleyThe DoHNameserver now supports using GET instead of...
2024-02-09  Bob Halley2.6.0 prep
2024-02-09  Bob Halley2.6.0 prep
2024-02-09  Bob Halleyminor (but pervasive!) black 2024 stable style changes
2024-02-09  Bob Halleylint
2024-02-09  Bob Halleyupdate for 2.6.0
2024-02-09  Bob HalleyAddress DoS via the Tudoor mechanism (CVE-2023-29483...
2024-02-09  Bob Halleyupdate for 2.6.0
2024-02-09  Bob Halleydns.dnssecalgs.base is safe to import without cryptography,
2024-02-09  Brian WellingtonInclude the text description of an EDE. (#1042)
2024-02-09  Bob HalleyTest for recent-enough versions of optional packages...
2024-02-07  Bob HalleyAdd EDNS NSID option.
2024-02-06  Bob Halleyadd accidentally omitted license field to [project]
2024-02-04  Bob HalleyThe EDNS Option base class should have a NotImplemented...
2024-02-02  Bob Halleyupdate ruff config to non-deprecated syntax
2024-02-01  Bob Halleyswitch to codecov-action@v4 take 2
2024-02-01  Bob Halleyswitch to codecov-action@v4
2024-01-27  Bob HalleyIn tests, work around musl libc and docker issues.
2024-01-27  Bob HalleyFix elliptic curve test deprecation warning from crypto...
2024-01-26  Bob Halleyupdate requirements
2024-01-15  Bob Halleyactions cleanup
2024-01-15  dependabot... Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2...
2024-01-12  Bob Halleybump hatchling minimum version for official 3.12 support
2024-01-06  Bob Halleyupdate SECURITY.md supported status
2024-01-06  Bob Halleyincrement development version
2024-01-06  Bob HalleyGSS-TSIG doco updates
2023-12-28  Bob Halleyformatting lint
2023-12-28  Bob Halleylint
2023-12-28  Bob Halleyupdate whatsnew for 2.5.0
2023-12-28  Bob HalleyUniform TLS verify argument support. (#1027)
2023-12-26  Bob HalleyPad if needed when making a response. (#1026)
2023-12-24  Bob Halleyuse self._section_enum in a few places we missed
2023-12-20  Brian WellingtonAdd Message.section_count(). (#1024)
2023-12-20  Brian WellingtonAdd prefer_truncation to Message.to_wire(). (#1023)
2023-12-17  Bob HalleyAdd next_name() method to NSEC3 [#1022].
2023-12-15  Bob HalleyFix NSEC3 next field documentation [#1022].
2023-12-15  Bob HalleyEnsure asyncio datagram sockets on windows have had...
2023-12-13  dependabot... Bump github/codeql-action from 2 to 3 (#1021)
2023-12-07  Bob Halleyremove ALPN debugging prints
2023-12-07  Brian WellingtonNotImplementError -> NotImplementedError
2023-12-07  Brian WellingtonFix setting source for sync/trio quic queries.
2023-12-06  dependabot... Bump actions/setup-python from 4 to 5 (#1020)
2023-12-04  Bob HalleyUpdate RFC doco with HTTPS/SVCB RFC
2023-11-29  Bob HalleyAllow Zones with different map types. (#1015)
2023-11-29  URenkoFix the ignored bootstrap_address for DoHNameserver...
2023-11-28  Bob Halleyupdate sphinx and sphinx_rtd_theme
2023-11-28  Bob Halleyfix doco typo in to_wire()
2023-11-27  Bob HalleyAdd RFC 8499 to the RFC list.
2023-11-24  Bob HalleyThe documentation for txn delete methods erroneously...
2023-11-24  Bob HalleyFix coverage breakage by hatch branch merge.
2023-11-23  Bob HalleyHatch support and general build cleanups. (#1014)
2023-11-16  Bob HalleyCanonicalize IPV4 and IPv6 address text form in rdata...
2023-11-06  Bob Halleymove example to the right place
2023-11-06  Petr Špačekadd example how to send NOTIFY message (#1007)
2023-11-06  Bob HalleyFix a type issue with dns.zone.from_file() that mypy...
2023-11-04  Bob HalleyAdd support for RFC 4471 predecessor() and successor...
2023-11-03  dependabot... Update trio requirement from >=0.14,<0.23 to >=0.14...
2023-11-03  Brian WellingtonAdd prepend_length to Message.to_wire(). (#1001)
2023-11-01  noopbugWhen scanning interfaces with WMI, include networks...
2023-10-28  Bob HalleyAdd QUIC TLS session ticket support.
2023-10-27  Bob HalleyFix a race condition in trio quic shutdown.
2023-10-27  Bob HalleyThe asyncio quic code did not close politely in clean...
2023-10-27  Bob HalleyThe "address" passed to QUIC receive_datagram() should...
2023-10-22  Bob HalleyFix two QUIC issues:
2023-10-21  Bob HalleyCheck that a relative name plus the zone's origin is...
2023-10-13  Petr Špačekadd example reading TCP-like stream of wire formats...
2023-10-10  Bob Halleygive up on codecov v4 action
2023-10-10  Brian WellingtonFix enum inversion.
2023-10-07  Bob Halleyupdate pylint
2023-09-29  dependabot... Bump codecov/codecov-action from 3 to 4 (#990)
2023-09-13  Hugo van KemenadeTest latest 3.12 release and add classifiers (#989)
2023-09-04  dependabot... Bump actions/checkout from 3 to 4 (#988)
2023-08-29  Bob Halleytry to fix broken docs
2023-08-24  Jakob Schlyterdrop cryptography limit (#984)
2023-08-11  Jakob Schlyterbuild on 3.12.0rc1 (#979)
2023-08-11  Bob HalleyAdd helpers to reduce seeking boilerplate when renderin...
2023-08-09  Bob Halleyadd 2.4.2 changes to whatsnew
2023-08-08  Bob HalleyEnsure async https() requests are bounded in total...
2023-08-06  Bob Halleytest inception, expiration, and lifetime when signing
2023-08-06  Shaft IncDNSSEC rrsig_expiration calculation (#977)
2023-08-05  Bob HalleyFix unintended "wait forever" behavior with zero timeou...
2023-08-05  Bob HalleyUse HTTP2 when possible in https() [#973].
2023-07-25  Bob Halleyrevert dependabot sphinx change as it is too recent...
2023-07-25  dependabot... Bump sphinx from 4.3.2 to 7.1.0 (#967)
2023-07-25  Bob Halleyprepare 2.4.1 whatsnew
2023-07-25  Bob HalleyEnsure candidate DNSKEYs have protocol 3 and the ZONE...
2023-07-24  dependabot... Update wheel requirement from ^0.40.0 to ^0.41.0 (...
2023-07-20  Bob HalleyDependency cleanups [#963].
next