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
/
tokio.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-rtcompat: manually create and connect() socket
Steven Engler
2026-06-08
1
-5
/
+21
*
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
*
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
/
+3
*
Fix Windows compile warnings
Tobias Stoeckmann
2025-08-05
1
-0
/
+2
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-2
/
+1
*
AF_UNIX terminology: Rename two error structs
Ian Jackson
2025-03-24
1
-3
/
+3
*
Fix AF_UNIX terminology in docs, comments, and error messages
Ian Jackson
2025-03-24
1
-1
/
+1
*
tor-rtcompat: Rename spawn_thread to spawn_blocking
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: Provide Blocking::blocking_io
Ian Jackson
2025-03-04
1
-0
/
+10
*
tor-rtcompat: Provide a new function for executor re-entry
Ian Jackson
2025-03-04
1
-0
/
+5
*
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
-0
/
+5
*
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
/
+11
*
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
-6
/
+8
*
rtcompat: remove async_trait from NetStreamListener.
Nick Mathewson
2024-09-24
1
-1
/
+0
*
rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platforms
Nick Mathewson
2024-09-24
1
-0
/
+3
*
rtcompat: Implement NetStreamProvider<Unix> for tokio.
Nick Mathewson
2024-09-24
1
-4
/
+60
*
tokio: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
1
-24
/
+31
*
tokio: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-67
/
+74
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-7
/
+7
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
1
-4
/
+0
*
tor-rtcompat: use track-caller for thin wrappers
Jim Newsome
2023-12-18
1
-0
/
+2
*
Upgrade async_executors dependency to 0.7.0
Nick Mathewson
2023-09-28
1
-4
/
+3
*
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
/
+53
*
tor-rtcompat: remove some unused code.
Nick Mathewson
2022-01-27
1
-16
/
+0
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Remove no-longer-needed tokio runtime helper macro
Nick Mathewson
2022-01-26
1
-27
/
+18
*
Unify TokioRuntime and TokioRuntimeHandle
Nick Mathewson
2022-01-26
1
-7
/
+25
*
Refactor native_tls usage into its own module
Nick Mathewson
2022-01-25
1
-124
/
+0
*
tor-rtcompat: Add support for rustls.
Nick Mathewson
2022-01-25
1
-1
/
+1
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
1
-23
/
+33
*
Make TlsConnector wrap TCP connections, not create its own
eta
2021-12-07
1
-7
/
+22
*
Document every macro.
Nick Mathewson
2021-09-07
1
-0
/
+3
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+320