Commit Graph

95 Commits

Author SHA1 Message Date
quininer
7f69e889a4 Fix incorrect prepare_uninitialized_buffer 2019-12-08 00:59:15 +08:00
quininer
a9b20c509c Update ci 2019-12-03 01:28:31 +08:00
quininer
d42540f52f release 0.12.0 2019-11-27 22:23:10 +08:00
Gleb Pomykalov
61b2f5b3bc Migrate to tokio 0.2 and futures 0.3 2019-11-27 17:32:44 +08:00
quininer
3146253907 bump 0.12.0-alpha.8 2019-11-08 01:40:00 +08:00
quininer
8b3bf3a2b6 Remove pin-project
We always constrain T is Unpin, so we don't need pin-project.
2019-11-07 23:46:49 +08:00
quininer
262796af39 Clean TlsState 2019-11-07 22:56:26 +08:00
quininer
fe113dc6b0 bump 0.12.0-alpha.7 2019-11-07 10:58:06 +08:00
quininer
ff3d0a4de3 bump 0.12.0-alpha.6 2019-11-06 21:44:21 +08:00
Dirkjan Ochtman
3e2c0446a4 Port unified TLS stream type to tokio-0.2 2019-11-06 21:22:45 +08:00
gvallat
7cccd9c3b3 Export rustls dangerous_configuration feature 2019-11-06 21:10:57 +08:00
quininer
4b0dd05e86 Move ci to github actions 2019-11-02 02:56:16 +08:00
quininer
9f6d3c74bf release 0.12.0-alpha.5 2019-10-23 19:33:38 +08:00
quininer
64948af0a7 publish 0.12.0-alpha.4 2019-10-01 10:24:39 +08:00
Taiki Endo
315d927473 Update to tokio 0.2.0-alpha.6 (#49) 2019-10-01 10:04:43 +08:00
quininer
aa6e8444de Fix write behavior 2019-09-26 00:24:32 +08:00
Jeb Rosen
41b25ec745 Update to tokio '0.2.0-alpha.5'. (#48) 2019-09-25 11:02:23 +08:00
quininer
0386abcee1 Fix test 2019-09-01 13:32:25 +08:00
Lucio Franco
c190031761 Update to tokio 0.2.0-alpha.4 (#45) 2019-09-01 13:29:07 +08:00
quininer
0fceadf799 publish 0.12.0-alpha.1 2019-08-11 00:00:49 +08:00
quininer
bbc6688292 Update some test 2019-08-10 23:43:19 +08:00
Douman
7fca72543c Bump to tokio alpha (#43) 2019-08-09 18:37:52 +08:00
quininer
9daf87a17a Update tokio 2019-07-21 19:12:10 +08:00
quininer
2f4419b285 Switch to tokio-io 0.2 2019-07-13 17:34:52 +08:00
quininer
3ffb736d5e update server example 2019-05-22 00:54:10 +08:00
quininer
f7472e89a2 make early data test work 2019-05-19 00:48:56 +08:00
quininer
4d673f9a72 update iovec 2019-05-18 23:44:29 +08:00
quininer
41c26ee63a wip client 2019-05-18 16:05:10 +08:00
quininer
017b1b64d1 start migrate to futures 0.3 (again) 2019-05-04 22:44:40 +08:00
quininer
b1a98b9088 bump version
fix #32
2019-04-17 10:33:00 +08:00
quininer
d8ab52db55 fix early-data read 2019-03-26 10:44:38 +08:00
quininer
485cf84639 make 0-RTT optional 2019-02-25 23:48:06 +08:00
quininer
65932f5150 Add 0-RTT test 2019-02-18 20:01:37 +08:00
quininer
5f6d0233ed tokio only
* remove io::Read/io::Write support
* stable vecio
2019-02-16 01:39:10 +08:00
quininer
db21c4c947 publish 0.9.0 2019-01-22 09:48:55 +08:00
Joseph Birr-Pixton
7a54c9fa07 Update to rustls 0.15, webpki 0.19 2019-01-21 21:28:34 +00:00
quininer
d72eb459b2 publish 0.8.1 2019-01-12 12:38:20 +08:00
Erick Tryzelaar
6f1787e9d1 Shrink down the dependency on tokio
it turns out that tokio-rustls only requires a small portion of
the tokio stack. This patch slims down the dependencies since not
all clients need the full tokio stack.
2019-01-11 14:31:45 -08:00
quininer
f6e8f86382 publish 0.8.0 2018-10-01 01:38:42 +08:00
quininer
e723182108 publish 0.8.0-alpha 2018-09-19 18:03:39 +08:00
quininer
808df2f226 publish 0.7.2 2018-08-17 13:09:24 +08:00
quininer
6b00b07de3 Merge branch 'master' into vecio 2018-08-17 10:05:05 +08:00
quininer
762d7f9525 Add nightly feature 2018-08-17 10:04:49 +08:00
quininer
b040a9a65f Test use lazy_static! 2018-08-16 22:07:12 +08:00
quininer
4a2354c1cc rename tokio feature 2018-08-16 19:13:18 +08:00
quininer
3faca3ee3d Merge branch 'master' into vecio 2018-08-16 19:04:12 +08:00
quininer
32f328fc14 remove futures 0.2 code 2018-08-16 18:00:21 +08:00
quininer
41a6a3b501 impl vecbuf for tokio 2018-08-16 12:20:27 +08:00
quininer
32d3f46a9e publish 0.7.1 2018-07-16 21:26:03 +08:00
Joseph Birr-Pixton
8e36dd4541 Update dependencies 2018-07-15 12:28:56 +01:00