summaryrefslogtreecommitdiffstats
path: root/tokio-tls/src
AgeCommit message (Expand)Author
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-09-11tls: fix new temporary lifetime rustc error [E0597] (#1547)Kirill Mironov
2019-09-04tls: Add get_ref and get_mut (#1537)Jon Gjengset
2019-08-30tls: bump to v0.3.0-alpha.4 (#1515)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: remove unnecessary conversion (#1332)Taiki Endo
2019-07-19tokio-tls: enable `Send` and `Sync` (#1317)João Oliveira
2019-07-16tls: update to std-future (#1224)João Oliveira
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-11-27tls: make TlsConnector and TlsAcceptor derive Clone (#777)Steven Fackler
2018-08-08Bump tokio-tls to v0.2.0 (#531)Carl Lerche
2018-08-08Move tokio-tls into workspace (#529)Sean McArthur