aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/tokio.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: remove some unused code.Nick Mathewson2022-01-271-16/+0
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Remove no-longer-needed tokio runtime helper macroNick Mathewson2022-01-261-27/+18
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-261-7/+25
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-251-124/+0
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-251-1/+1
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-23/+33
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-7/+22
* Document every macro.Nick Mathewson2021-09-071-0/+3
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+320