index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rtcompat
/
src
/
impls
/
async_std.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-rtcompat: manually create and connect() socket
Steven Engler
2026-06-08
1
-4
/
+3
*
tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`
Steven Engler
2026-06-08
1
-4
/
+20
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-3
/
+19
*
tor-rtcompat: unfold for async-std incoming streams
moumenalaoui
2026-02-19
1
-47
/
+9
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+3
*
tor-rtcompat: use a consistent `listen()` implementation
Steven Engler
2025-11-10
1
-1
/
+2
*
Fix Windows compile warnings
Tobias Stoeckmann
2025-08-05
1
-0
/
+1
*
AF_UNIX terminology: Rename two error structs
Ian Jackson
2025-03-24
1
-2
/
+2
*
tor-rtcompat: Rename spawn_thread to spawn_blocking
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: Provide a new function for executor re-entry
Ian Jackson
2025-03-04
1
-0
/
+4
*
tor-rtcompat: New plan for blocking interaction, Blocking trait
Ian Jackson
2025-03-04
1
-3
/
+3
*
tor-rtcompat: Rename BlockOn to ToplevelBlockOn
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: Implement new_handle() using TcpSockFd.
Gabriela Moldovan
2025-01-15
1
-1
/
+2
*
tor-rtcompat: Add the ability to get a StreamOps handle.
Gabriela Moldovan
2025-01-15
1
-0
/
+4
*
tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.
Wesley Aptekar-Cassels
2025-01-07
1
-1
/
+3
*
tor-rtcompat: Add spawn_blocking to Runtime trait.
Wesley Aptekar-Cassels
2025-01-07
1
-0
/
+10
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
1
-2
/
+6
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
1
-6
/
+2
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
1
-2
/
+19
*
Remove re-export of "unix" from tor_rtcompat.
Nick Mathewson
2024-10-29
1
-4
/
+5
*
rtcompat: Fix some rustdoc links.
Nick Mathewson
2024-09-24
1
-2
/
+1
*
rtcompat: Require Sync and 'static for NetStreamListener::Incoming
Nick Mathewson
2024-09-24
1
-1
/
+1
*
rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platforms
Nick Mathewson
2024-09-24
1
-0
/
+3
*
Implement NetStramProvider<Unix> for async_std.
Nick Mathewson
2024-09-24
1
-0
/
+23
*
async_std: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
1
-33
/
+33
*
async_std: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-71
/
+79
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-7
/
+7
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
1
-3
/
+0
*
tor-rtcompat: Require that TcpStream be Send
Ian Jackson
2022-08-15
1
-1
/
+1
*
UdpSocket: remove support for connect().
Nick Mathewson
2022-03-18
1
-20
/
+3
*
add simple unit test on UDP
trinity-1686a
2022-03-14
1
-0
/
+4
*
add skeleton for DNS handling
trinity-1686a
2022-03-14
1
-2
/
+2
*
add udp to runtime
trinity-1686a
2022-03-14
1
-1
/
+46
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Refactor native_tls usage into its own module
Nick Mathewson
2022-01-25
1
-91
/
+0
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
1
-1
/
+6
*
Make TlsConnector wrap TCP connections, not create its own
eta
2021-12-07
1
-7
/
+5
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+3
*
Fix typos
Jani Monoses
2021-09-07
1
-1
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+224