summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/util.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* 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
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-2/+2
* tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-041-2/+2
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-041-2/+2
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-041-2/+13
* tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-041-0/+8
* tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-041-5/+5
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-2/+2
* 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-1/+10
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-6/+6
* tor-rtmock: Provide and use an mpsc::channel wrapper in tor-rtmockIan Jackson2024-10-151-0/+12
* rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmockNick Mathewson2024-09-241-7/+4
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-241-0/+16
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-9/+9
* tls: Support export keying material (RFC 5705)David Goulet2024-06-181-0/+3
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-171-1/+1
* tor-rtmock: Remove a todo commentIan Jackson2024-04-031-5/+0
* Switch to derive-deftlyIan Jackson2024-04-031-8/+8
* tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc. (fmt)Ian Jackson2024-03-251-2/+2
* tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc.Ian Jackson2024-03-251-0/+8
* tor-rtmock: Use derive-adhoc for composite runtimesIan Jackson2023-07-071-48/+59
* tor-rtmock: statically assert that the macro makes a Runtime implIan Jackson2023-07-061-0/+6
* tor-rtmock: Use the same specified field for BlockOn and SpawnIan Jackson2023-07-061-4/+5
* tor-rtmock: net: "Provide" a UDP "implementation" which doesn't workIan Jackson2023-07-061-3/+2
* tor-rtmock: Introduce impl_runtime_prelude (fmt)Ian Jackson2023-07-061-1/+3
* tor-rtmock: Introduce impl_runtime_preludeIan Jackson2023-07-061-0/+20
* tor-rtmock: Introduce impl_runtime! macroIan Jackson2023-07-061-0/+98