summaryrefslogtreecommitdiffstats
path: root/tokio-tls
AgeCommit message (Expand)Author
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
2018-11-27tls: make TlsConnector and TlsAcceptor derive Clone (#777)Steven Fackler
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-15Add tokio-tls echo example. (#541)Jason Ish
2018-08-10Routine dependencies update (#533)Mateusz MikuĊ‚a
2018-08-08Bump tokio-tls to v0.2.0 (#531)Carl Lerche
2018-08-08Move tokio-tls into workspace (#529)Sean McArthur