Commit Graph

69 Commits

Author SHA1 Message Date
XOR-op
53bf976f00 WIP: many underlying type except mdns 2023-03-04 11:03:13 -08:00
HLFH
ee45c2b970 make homepage link simpler for end users 2022-12-20 14:08:09 -08:00
HLFH
98fd773a08 fix DNSSec typo > DNSSEC 2022-12-20 15:22:05 +01:00
Dominic
0808636d92 Replace http: links with https: 2022-11-29 11:29:24 -08:00
David Bürgin
ccd875bce4 Declare rust-version in Cargo.toml 2022-11-03 15:34:46 -07:00
Benjamin Fry
fe70e51f5d bump MSRV to 1.60 2022-10-31 09:07:23 +01:00
Benjamin Fry
19b4dc40c0 Increase MSRV to 1.59 with 0.22 release 2022-09-02 12:21:49 +02:00
Benjamin Fry
379469a979 prepare 0.22.0 release 2022-09-02 12:21:49 +02:00
Dirkjan Ochtman
927b464581 Normalize whitespace and formatting 2022-08-03 07:11:22 -07:00
Dirkjan Ochtman
aaab3b6fad Update MSRV to 1.57 2022-08-03 07:11:22 -07:00
Wiktor Kwapisiewicz
35683e49b3 doc: Fix warnings reported by cargo doc
Adjust links so that they are rendered clickable and fix the escaping of
Markdown reference for IPv6 localhost.
2022-07-12 07:20:10 -07:00
Benjamin Fry
e712a2c031 disable actual UDP connecting logic, this causes an odd issue, and not strictly necessary 2022-04-07 13:23:18 -07:00
Benjamin Fry
eec06fce54 fix cleanliness of quic impls 2022-04-07 13:23:18 -07:00
Benjamin Fry
eb61a9b296 api for quic client streams implemented 2022-04-07 13:23:18 -07:00
Benjamin Fry
f91b45f410 prepare 0.21.2 for release 2022-03-30 10:53:42 -07:00
Benjamin Fry
7e4f9b2661 prepare 0.21.1 release 2022-02-27 20:00:03 -08:00
Benjamin Fry
cca5155317 prepare 0.21.0 for release 2022-02-26 05:07:30 -08:00
Benjamin Fry
95b2dee327 add clippy::use_self for cleanliness 2022-02-17 19:47:32 -08:00
Benjamin Fry
b4bc3552bd Warn on default trait usage 2022-02-17 19:47:32 -08:00
Benjamin Fry
3becddb54b prepare 0.21.0-alpha.5 2022-02-08 13:52:20 +01:00
David Bürgin
2434cd27a8 Fix minimal dependency versions 2022-02-03 14:31:01 +01:00
Benjamin Fry
550e8f8be3 update min rustc version to 1.54 2022-01-21 13:36:40 -08:00
Benjamin Fry
020aac74e7 update min rustc version to 1.52 2022-01-21 13:36:40 -08:00
Sebastian Urban
6ef9b4ec4a Configuration of bind address for resolver.
Allows configuration of the local address that is used by the resolver.
This is useful if the system has multiple active network connections
and it is desirable to specify which interface is used for name
resolution.
2022-01-04 14:57:50 -08:00
Benjamin Fry
a775484ead bump minimum version of Rust to 1.51 2021-10-27 21:02:46 -07:00
Benjamin Fry
63fdb84333 prepare 0.21.0.alpha.4 2021-10-13 16:08:14 -07:00
Benjamin Fry
837f65057e prepare 0.21.0-alpha.3 2021-09-28 08:47:26 -07:00
Benjamin Fry
b8ad0d68ca Move to async-trait for server to simplify function calls 2021-09-20 12:05:58 -07:00
Benjamin Fry
057735a1dc prepare 0.21.0-alpha.2 2021-08-29 17:20:38 -07:00
Benjamin Fry
0e8e1b7bc9 Ensure doc tests are run in CI 2021-08-02 21:32:27 +02:00
Benjamin Fry
926f286c0a Fixup documentation for Signer 2021-05-30 14:57:51 -07:00
Benjamin Fry
00f1bc0aeb setup versions for 0.21.0-alpha.1 2021-05-22 10:34:53 -07:00
Benjamin Fry
65846ee1c7 Prepare 0.20.3 with Windows build fix 2021-05-22 10:34:53 -07:00
Thomas de Zeeuw
97e4cf7e20 Update socket2 to v0.4 (#1420) 2021-03-21 21:29:31 +01:00
Benjamin Fry
a1c91f1746 prepare 0.20.1 release 2021-03-15 19:08:28 -07:00
Benjamin Fry
6fcc72acca Make all warnings across crates and binaries consistent 2021-03-08 15:34:26 -08:00
Roman S. Borschel
ec8f83911c Re-export AsyncStdConnection(Provider) 2021-01-14 11:40:31 -08:00
Benjamin Fry
140881b0e6 prepare 0.20.0 release 2020-12-29 09:43:28 +01:00
Benjamin Fry
a1c4cdc962 make SocketAddr copy rather than pass by ref 2020-11-28 20:38:00 -08:00
Benjamin Fry
ec1513c59a add native async fn methods to async-std UdpSocket 2020-11-28 20:38:00 -08:00
Benjamin Fry
ecaf8c92d5 change UdpSocket to have Poll based methods 2020-11-28 20:38:00 -08:00
Benjamin Fry
0da008592a advise minimum rustc version is now 1.45 2020-11-28 20:38:00 -08:00
Benjamin Fry
a516f38b61 fix clippy warnings 2020-11-28 20:38:00 -08:00
Benjamin Fry
1b8f865066 Prepare 0.20.0-alpha.3 2020-10-24 20:03:22 -07:00
Dirkjan Ochtman
025f62640f attach associated type Time to UdpSocket trait 2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
c4d254b49b define DnsTcpStream supertrait for Connect 2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
ab46adcc09 associate Time type with Connect trait 2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
4ee7ffadfd explicitly make Connect implement the Transport 2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
3c0158a9d0 disable Nagle's algorithm for TCP connections 2020-10-15 22:35:20 +02:00
Dirkjan Ochtman
24512f63a5 limit futures dependencies to what is necessary 2020-10-13 07:58:06 -07:00