hickory-dns/scripts
Benjamin Fry 224bde6561
Background with generic spawn (#935)
* all tests updated for new background

* background in Resolver now supported, wip

* clean up client impls

* client passing all tests

* cleanup review comments, remove try_locks

* remove mutexes on NameServers in NameServerPool

* refactored ConnectionProvider

* remove pinutils dependency

* remove the now unused custom *LookupFutures

* remove unused types

* remove all deprecated interfaces from Client

* rename ClientFuture to AsyncClient

* all clippy warnings and SecureClient working

* cleanup clippy warnnings

* Everything working with Background removed

* fix infinite loop

* Client refactored without background

* rebased onto tokio 0.2

* remove Clone and Option from background connects

* cleanup from review

* fix clippy warnings

* spawn in ConnectionProvider

* fix no-default-features test

* only expose testing functions during testing

* fix copyright typo

* revert lookup_ip interface change

* limit tokio features to least required set

* rename tokio-compat to tokio-runtime

* use async fns where possible on AsyncResolver

* fix lifetime issue
2019-12-11 17:43:02 -08:00
..
build_benches.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
cargo_publish.sh prepare 0.18-alpha.2 (#945) 2019-12-06 08:47:09 -08:00
docker_ftest.sh all tests passing in docker 2018-03-18 10:55:26 -07:00
gen_certs.sh update test certificates 2019-04-09 06:23:51 -07:00
install_bind.sh update bind to 9.11.7 2019-06-13 01:54:53 -07:00
install_openssl_deb.sh upgrade installation for ubuntu to 4 (4.14) 2018-12-14 09:04:05 -08:00
root_key.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
run_clippy.sh fixup clippy runs 2019-11-04 07:51:26 -08:00
run_kcov.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
run_tests.sh Cleanup travis (#425) 2018-04-28 11:17:54 -07:00
run_with_example.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_all_features.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
test_default_features.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
test_dns_over_native_tls.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_dns_over_openssl.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
test_dns_over_rustls.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
test_dnssec_openssl.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
test_dnssec_ring.sh move named to trust-dns bin crate 2019-10-25 15:05:07 -07:00
test_mdns.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_no_default_features.sh Background with generic spawn (#935) 2019-12-11 17:43:02 -08:00
test_windows.bat Background with generic spawn (#935) 2019-12-11 17:43:02 -08:00