summaryrefslogtreecommitdiffstats
path: root/tokio-tls
AgeCommit message (Expand)Author
2020-01-19tokio-tls: rename echo.rs to tls-echo.rs (#2133)Pen Tree
2020-01-14chore: clippy fixes (#2110)Artem Vorotnikov
2019-12-22tokio-tls: fix examples build and run (#1963)baizhenxuan
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-11tls: fix test certificate to work on macOS 10.15 (#1763)Anton Barkovsky
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-30chore: update futures-preview to 0.3.0-alpha.19 (#1610)Taiki Endo
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-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
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-08update (dev dep) env_logger to latest 0.6 (#1390)David Kellum
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: use ptr::{null, null_mut} instead of 0 as *{const, mut} (#1333)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-07-10chore: remove usage of deprecated ONCE_INIT (#1281)Taiki Endo
2019-06-10Make threadpool::Runtime methods take &self (#1140)Steven Fackler
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Set up CI with Azure Pipelines (#926)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche