summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls
Commit message (Expand)AuthorAgeFilesLines
...
* tor-rtcompat: remove some unused code.Nick Mathewson2022-01-271-16/+0
* tor-rtcompat: Add some miscellaneous testsNick Mathewson2022-01-271-0/+1
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-262-2/+2
* Make the native-tls crate optional.Nick Mathewson2022-01-261-0/+1
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-262-32/+0
* Remove no-longer-needed tokio runtime helper macroNick Mathewson2022-01-261-27/+18
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-261-7/+25
* More comments on the limitations of tor-rtcompat's TLS APINick Mathewson2022-01-251-0/+3
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-253-215/+115
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-252-1/+291
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-192-24/+39
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-072-14/+27
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+3
* Document every macro.Nick Mathewson2021-09-071-0/+3
* Fix typosJani Monoses2021-09-071-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+544