summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/smol.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: manually create and connect() socketSteven Engler2026-06-081-3/+5
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-081-4/+20
* tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-071-3/+19
* tor-rtcompat: unfold for smol incoming streamsmoumenalaoui2026-02-191-41/+11
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+3
* tor-rtcompat: add comments about blocking in async contextsSteven Engler2025-11-121-1/+2
* tor-rtcompat: use a consistent `listen()` implementationSteven Engler2025-11-101-1/+5
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-0/+254