summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/tokio.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-2/+2
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-041-1/+1
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* CI: run miri, currently on tor-rtcompatIan Jackson2024-09-261-1/+4
* rtcompat: Add NetStreamProvider<Unix> to CompoundRuntimeNick Mathewson2024-09-241-3/+14
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl (fmt)Ian Jackson2024-03-251-2/+4
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-3/+7
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* add udp to runtimetrinity-1686a2022-03-141-6/+30
* 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