summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/compound.rs
Commit message (Expand)AuthorAgeFilesLines
* tls: Support export keying material (RFC 5705)David Goulet2024-06-181-0/+5
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl (fmt)Ian Jackson2024-03-251-4/+15
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-17/+44
* tor-rtcompat: Reformat a doc comment for semantic newlinesIan Jackson2024-03-251-3/+3
* tor-rtcompat: use track-caller for thin wrappersJim Newsome2023-12-181-0/+2
* Add an exception for clippy::arc_with_non_send_sync.Nick Mathewson2023-07-101-0/+1
* rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-081-0/+11
* tor-rtcompat: make CompoundRuntime handle SleepProviders properlyeta2022-05-101-0/+11
* add udp to runtimetrinity-1686a2022-03-141-11/+39
* Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-021-10/+3
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-241-3/+2
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-4/+4
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-261-1/+10
* Add a CompoundRuntime type for runtime construction.Nick Mathewson2022-01-191-0/+131