summaryrefslogtreecommitdiffstats
path: root/tokio-tls/tests
AgeCommit message (Expand)Author
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-11tls: fix test certificate to work on macOS 10.15 (#1763)Anton Barkovsky
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-07-20chore: use ptr::{null, null_mut} instead of 0 as *{const, mut} (#1333)Taiki Endo
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-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-03-01Set up CI with Azure Pipelines (#926)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-08Move tokio-tls into workspace (#529)Sean McArthur