summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/async_std.rs
Commit message (Expand)AuthorAgeFilesLines
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* 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-0/+1
* rtcompat: Add NetStreamProvider<Unix> to CompoundRuntimeNick Mathewson2024-09-241-4/+12
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl (fmt)Ian Jackson2024-03-251-2/+10
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-5/+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
* tor-rtcompat: Simplify trivial all() expressions.Nick Mathewson2023-07-061-5/+5
* 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-4/+4
* 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/+34
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-261-10/+27
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+10
* Define aliases for "the best enabled runtime".Nick Mathewson2022-01-261-3/+13
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-23/+46
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-261-6/+6
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-251-4/+3
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-251-4/+34
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-7/+25
* Improve the layout of crate exports; add runtime convenience functionseta2022-01-111-6/+9
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+30