summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/opaque.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-081-4/+14
* tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-071-4/+14
* rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-291-0/+7
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+2
* tor-rtcompat: add `#[track_caller]` within `implement_opaque_runtime`Steven Engler2025-11-041-0/+8
* tor-rtcompat, tor-rtmock: Allow unused functions.Gabriela Moldovan2025-07-071-0/+1
* tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-091-1/+1
* tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-041-2/+2
* tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-041-0/+9
* tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-041-4/+4
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.Wesley Aptekar-Cassels2025-01-071-1/+3
* tor-rtcompat: Add spawn_blocking to Runtime trait.Wesley Aptekar-Cassels2025-01-071-0/+11
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-5/+5
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-241-1/+14
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-5/+5
* tls: Support export keying material (RFC 5705)David Goulet2024-06-181-0/+4
* tor-rtcompat: implement_opaque_runtime impls CoarseTimeProviderIan Jackson2024-03-251-0/+7
* add udp to runtimetrinity-1686a2022-03-141-0/+10
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-241-3/+5
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-0/+6
* Add a macro to help with opaque Runtime wrappers.Nick Mathewson2022-01-191-0/+69