aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/tokio.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: refactor PreferredRuntime, clean up docseta2022-02-251-0/+10
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-241-3/+2
* tor-rtcompat: Add some miscellaneous testsNick Mathewson2022-01-271-0/+50
* Apply @eta's suggestions from review on !263eta2022-01-271-1/+1
* Fix documentation references for tor-rtcompat refactoring.Nick Mathewson2022-01-261-4/+4
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-261-15/+28
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+12
* Define aliases for "the best enabled runtime".Nick Mathewson2022-01-261-2/+13
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-62/+60
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-261-8/+8
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-261-52/+24
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-251-7/+7
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-251-0/+75
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-9/+61
* Improve the layout of crate exports; add runtime convenience functionseta2022-01-111-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+53