Commit Graph

22 Commits

Author SHA1 Message Date
quininer
8fc4084e06 change: temporarily remove futures 0.2 support 2018-05-03 12:09:08 +08:00
quininer
1323596dd2 update futures 0.2.0 2018-04-07 20:20:05 +08:00
quininer
40837e4805 fix client example 2018-03-24 11:28:45 +08:00
quininer
d0f13ce5f9 change: update tokio 2018-03-24 11:20:48 +08:00
quininer
8f2306854e change: update client example 2018-03-24 01:22:45 +08:00
quininer
062c10e31e fix futures_impl flush/close and README 2018-03-24 00:46:21 +08:00
quininer
d52aecaddd fix: example conflict 2018-03-23 17:47:20 +08:00
quininer
d4cb46e895 feat: start futures_impl 2018-03-22 19:47:27 +08:00
quininer
72de25ebce change: impl io::{Read,Write} 2018-03-21 21:44:36 +08:00
quininer
8d6140a7b9 upgrade example/test to tokio 2018-02-28 14:36:37 +08:00
Brian Smith
51ed8da9cb Update to in-progress Rustls, webpki, and webpki-roots.
Use the new, less error-prone, API in Rustls.
2017-09-03 13:00:42 -10:00
Brian Smith
4b2b016024 Update examples for webpki-roots API changes. 2017-08-28 18:46:48 -10:00
quininer kel
3d5a36590d [Fixed] shutdown should only flush io 2017-04-14 13:01:46 +08:00
Brian Smith
22fbb7497f Merge std-client.rs into client.rs to unbreak Windows build.
The Windows build is failing because client.rs doesn't define main
on non-Unixy platforms because of its `#![cfg(unix)]`. Merge
std-client.rs into client.rs to solve this and to reduce redundancy.
Continue using blocking stdin/stdout I/O on non-Unixy platforms until
we get nonblocking stdin/stdout working on those platforms.
2017-03-30 10:46:34 -10:00
quininer kel
e597250fb8 [Added] example std-client 2017-03-30 15:01:00 +08:00
quininer kel
c7041e2111 [Changed] update tokio-io 2017-03-16 10:15:06 +08:00
quininer kel
1921f2bf49 [Fixed] TlsStream should not check poll_write 2017-02-28 08:56:11 +08:00
quininer kel
ffdf1ebcb8 [Fixed] empty handshake loop 2017-02-27 21:02:35 +08:00
quininer kel
91e2131653 [Improved] update README 2017-02-27 21:02:35 +08:00
quininer kel
ced35f6688 [Added] fork proto.rs 2017-02-27 21:02:35 +08:00
quininer kel
15e40f3ebf [Added] README and more 2017-02-27 21:02:35 +08:00
quininer kel
0941db6792 [Fixed] TlsStream::write then write_tls
- [Added] add example
2017-02-27 21:02:25 +08:00