Commit Graph

218 Commits

Author SHA1 Message Date
quininer
03b1f3b454 Add codecov badge 2019-11-02 02:56:16 +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
086758837f remove unnecessary get_mut() 2019-10-11 23:01:13 +08:00
quininer
10c139df08 test: split bad channel 2019-10-11 23:01:13 +08:00
quininer
9a161beb87 use write_io instead of handshake 2019-10-11 23:01:13 +08:00
quininer
7864945694 ci: try install openssl 2019-10-11 23:01:13 +08:00
quininer
d8235071cd move sleep 2019-10-11 23:01:13 +08:00
quininer
369c13d6a5 add 0-RTT test 2019-10-11 23:01:13 +08:00
quininer
821d1c129f move badssl test 2019-10-11 23:01:13 +08:00
quininer
86171d34a8 refactor: more read an write 2019-10-11 23:01:13 +08:00
quininer
66f17e3b18 Revert "Revert "refactor: separate read and write""
This reverts commit 4109c34207.
2019-10-11 23:01:13 +08:00
quininer
64948af0a7 publish 0.12.0-alpha.4 2019-10-01 10:24:39 +08:00
quininer
4109c34207 Revert "refactor: separate read and write"
This reverts commit 4dd5e19a19.
2019-10-01 10:24:22 +08:00
Taiki Endo
315d927473 Update to tokio 0.2.0-alpha.6 (#49) 2019-10-01 10:04:43 +08:00
quininer
4dd5e19a19 refactor: separate read and write 2019-10-01 01:56:11 +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
b7925003e2 clean code 2019-06-01 22:37:13 +08:00
quininer
183e30f486 use futures::ready! 2019-05-23 00:05:42 +08:00
quininer
b8e3fcb79e update client example 2019-05-22 23:57:14 +08:00
quininer
3ffb736d5e update server example 2019-05-22 00:54:10 +08:00
quininer
7949f4377a make all test work! 2019-05-21 01:47:50 +08:00
quininer
b03c327ab6 make simple test work 2019-05-20 00:28:27 +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
4cc374fd4c wip server 2019-05-18 18:18:26 +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
00f1022f88
Merge pull request #35 from jerryz920/yan/issue-34
#34 properly implement TLS-1.3 shutdown behavior
2019-04-22 13:01:04 +08:00
Yan Zhai
f3c9fece1b #34 writable condition reversed 2019-04-22 04:44:24 +00:00
Yan Zhai
0cbd252ee4 #34 minor style change 2019-04-22 04:14:26 +00:00
Yan Zhai
87916dade6 #34 properly implement TLS-1.3 shutdown behavior 2019-04-19 22:27:09 +00:00
quininer
b6e39450ce fix clippy 2019-04-17 10:42:57 +08:00
quininer
b1a98b9088 bump version
fix #32
2019-04-17 10:33:00 +08:00
quininer
0485be9e4b refactor complete_io 2019-04-16 21:29:50 +08:00
quininer
75b94acaba remove git journal 2019-03-26 10:46:22 +08:00
quininer
d8ab52db55 fix early-data read 2019-03-26 10:44:38 +08:00
Erick Tryzelaar
ee59a7cc8e Clarify the license
Before this PR, this phrasing appears to have been copied from
the [rust project](f0fe716dbc (license)),
but it does not appear that any of your code is BSD licensed.
Also, it is a little ambigious if there are portions that are not
covered by MIT/Apache.

This patch instead draws it's phrasing from
[futures-rs](https://github.com/rust-lang-nursery/futures-rs). Does
this phrasing align  more with what you intended?

Closes #29
2019-03-12 11:38:37 -07:00
quininer
485cf84639 make 0-RTT optional 2019-02-25 23:48:06 +08:00
quininer
02ff36428c write buf again 2019-02-25 00:23:34 +08:00
quininer
163a96b062 fix clippy 2019-02-23 01:48:09 +08:00
quininer
681cbe68ca fix: not write zero 2019-02-23 01:38:55 +08:00