summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/async_std.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows compile warningsTobias Stoeckmann2025-08-051-0/+1
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-2/+2
* tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-041-1/+1
* tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-041-0/+4
* tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-041-3/+3
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* tor-rtcompat: Implement new_handle() using TcpSockFd.Gabriela Moldovan2025-01-151-1/+2
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-151-0/+4
* 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/+10
* tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).Gabriela Moldovan2024-12-101-2/+6
* tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.Gabriela Moldovan2024-12-101-6/+2
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-101-2/+19
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-291-4/+5
* rtcompat: Fix some rustdoc links.Nick Mathewson2024-09-241-2/+1
* rtcompat: Require Sync and 'static for NetStreamListener::IncomingNick Mathewson2024-09-241-1/+1
* rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platformsNick Mathewson2024-09-241-0/+3
* Implement NetStramProvider<Unix> for async_std.Nick Mathewson2024-09-241-0/+23
* async_std: Perpare macro for use with Unix streams.Nick Mathewson2024-09-241-33/+33
* async_std: start a macro to implement wrappers for stream typeNick Mathewson2024-09-241-71/+79
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-7/+7
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-3/+0
* tor-rtcompat: Require that TcpStream be SendIan Jackson2022-08-151-1/+1
* UdpSocket: remove support for connect().Nick Mathewson2022-03-181-20/+3
* add simple unit test on UDPtrinity-1686a2022-03-141-0/+4
* add skeleton for DNS handlingtrinity-1686a2022-03-141-2/+2
* add udp to runtimetrinity-1686a2022-03-141-1/+46
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-251-91/+0
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-1/+6
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-7/+5
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+3
* Fix typosJani Monoses2021-09-071-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+224