summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/tokio.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: use track-caller for thin wrappersJim Newsome2023-12-181-0/+2
* Upgrade async_executors dependency to 0.7.0Nick Mathewson2023-09-281-4/+3
* UdpSocket: remove support for connect().Nick Mathewson2022-03-181-20/+3
* add simple unit test on UDPtrinity-1686a2022-03-141-0/+4
* add skeleton for DNS handlingtrinity-1686a2022-03-141-2/+2
* add udp to runtimetrinity-1686a2022-03-141-1/+53
* 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