Commit Graph

26 Commits

Author SHA1 Message Date
Benjamin Fry
be4d16893f update certs 2023-12-04 09:11:53 -05:00
Benjamin Fry
d07455476c
Add example for connecting over HTTP/2 (#2088)
Co-authored-by: marcbrevoort-cyberhive <69469731+marcbrevoort-cyberhive@users.noreply.github.com>
2023-11-06 11:00:05 +01:00
Benjamin Fry
408d0baca0
Prepare 0.24 release with branding change to Hickory DNS (#2054)
* update all READMEs with notices about the name change

* update changelog for 0.24

* bump crate versions to 0.24

* update version notice information

* update readmes to back reference trust-dns

* rename all crates to hickory counterparts

* replace all Trust-DNS references in code and comments with Hickory DNS

* rename all Trust-DNS references to Hickory DNS in non-code

* rename all trust-dns-resolver references to hickory-resolver

* rename all trust-dns-client references to hickory-client

* rename all trust-dns-proto references to hickory-proto

* rename all trust-dns-server references to hickory-server

* rename all trust-dns-compatibility references to hickory-compatability

* rename all trust-dns-integration references to hickory-integration

* rename all trust-dns-util references to hickory-util

* Update MIT licenses to reference Hickory DNS

* update all trust-dns references to hickory-dns

* update all bluejekyll github references to hickorydns org

* Update name in Changelog

* make sure hickory-dns logs during tests

* add changelogs for recent main additions

* fix references to trust-dns and hickory in architecture

* update a few trust-dns references in READMEs

* fixup some dangling trust_dns references

* replace fka with formerly in change log

* replace all hickoydns org references to hickory-dns

* replace all http links with https

* update logos

* update hickorydns to hickory-dns for all other org references

* fix Notices of Trust-DNS to Hickory in each Readme
2023-10-13 18:39:28 -07:00
dAxpeDDa
e34770c113 Proto client implementation 2023-10-06 09:12:32 -07:00
Benjamin Fry
a2b8903916 add MSRV env-var to justfile for testing 2023-09-26 08:28:39 -07:00
Benjamin Fry
272059870a add trailing newline in justfile 2023-09-17 16:17:27 -07:00
Benjamin Fry
a5bc0b8728 add run-example target to justfile to simply start trust-dns for manual testing 2023-09-17 16:17:27 -07:00
Benjamin Fry
d3e8222468 fix up exports in code coverage 2023-06-06 12:49:06 -07:00
Benjamin Fry
a38f9c01c9 add an html coverage report for local review of coverage data 2023-06-06 09:47:53 +02:00
Benjamin Fry
a6b5d4ba39 ignore compatibility tests with no-default-features test 2023-06-05 08:41:46 -07:00
Benjamin Fry
a35ae2e4be add gen_certs task to justfile 2023-06-05 08:41:46 -07:00
Benjamin Fry
7bcc5164b7 remove direct toolchain reference in coverage 2023-06-05 08:41:46 -07:00
Benjamin Fry
52efa5a2c7 remove unnecessary checks from action matrix 2023-06-05 08:41:46 -07:00
Benjamin Fry
2e6b667ee0 use glob patterns instead 2023-06-05 08:41:46 -07:00
Benjamin Fry
279d31ba7c add publish task 2023-06-05 08:41:46 -07:00
Benjamin Fry
b28f180148 add all feature flag tests 2023-06-05 08:41:46 -07:00
Benjamin Fry
1edcd4e404 add coverage task 2023-06-05 08:41:46 -07:00
Benjamin Fry
de1c36d62f add cleanliness overall task 2023-06-05 08:41:46 -07:00
Benjamin Fry
cae2e99549 add audit task 2023-06-05 08:41:46 -07:00
Benjamin Fry
0d6999cf49 add task for rustfmt 2023-06-05 08:41:46 -07:00
Benjamin Fry
d6b6f96b4e add clippy task to justfile 2023-06-05 08:41:46 -07:00
Benjamin Fry
6ccc5a208c add build-bench target to justfile 2023-06-05 08:41:46 -07:00
Benjamin Fry
c00b315f2e skip bind deps if bind is already built 2023-06-05 08:41:46 -07:00
Benjamin Fry
024127c17c compatibility tests working on macos 2023-06-05 08:41:46 -07:00
Benjamin Fry
6ed55aaa62 add init-bind9 target 2023-06-05 08:41:46 -07:00
Benjamin Fry
13a84c51ca create default rules for justfile 2023-06-05 08:41:46 -07:00