- Update all depencencies to latest versions
- Timer sleeper only fires once
- Remove
http-client
- Rename
native2_tls
feature tonative_tls
- Note:
rustls
now usesaws-lc
instead ofring
- Move to
memmap2
becausememmap
is unmaintained. - Enable
rustls
onwindows
- fixed typos in
openssl
api. (#175)
(#206)
- Doomsday timer to ensure crash (#196)
- update rustls
- expose futures
- re-export async_std::sync structs
- Make tcp connector
Send
forwasm32
(#165)
- Upgrade Rustls results in AcceptorBuilder and ConnectorBuilder API changes (#151)
- Add async retries (#151)
- Added wasm32
Send + Sync
contraints forConnection
(#149)
- Add Intermediate CA Trust Anchor (#135)
- Fixed another zero copy bug (#127)
- Fix zero copy bug (#96)
- Fix zero copy bug (#91)
- Add native2_tls support for windows. (#85)