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
Commit message (
Expand
)
Author
Age
Files
Lines
*
AF_UNIX terminology: Rename two error structs
Ian Jackson
2025-03-24
2
-5
/
+5
*
Fix AF_UNIX terminology in docs, comments, and error messages
Ian Jackson
2025-03-24
1
-1
/
+1
*
Merge branch 'x509-signature-yeet' into 'main'
Nick Mathewson
2025-03-05
4
-117
/
+97
|
\
|
*
rustls: move provider-installer to its own function.
Nick Mathewson
2025-03-04
1
-13
/
+21
|
*
rustls.rs: Replace x509-signature with rustls-webpki
Nick Mathewson
2025-03-04
4
-101
/
+71
|
*
rtcompat: Un-rename CertificateDer type.
Nick Mathewson
2025-03-04
1
-6
/
+8
*
|
tor-rtcompat: Rename spawn_thread to spawn_blocking
Ian Jackson
2025-03-04
2
-2
/
+2
*
|
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
2
-0
/
+9
*
|
tor-rtcompat: New plan for blocking interaction, Blocking trait
Ian Jackson
2025-03-04
2
-6
/
+6
*
|
tor-rtcompat: Rename BlockOn to ToplevelBlockOn
Ian Jackson
2025-03-04
2
-2
/
+2
|
/
*
tor-rtcompat: Fix doc warning.
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
2
-4
/
+4
*
tor-rtcompat: Implement StreamOps for TLS stream types.
Gabriela Moldovan
2025-01-15
2
-1
/
+22
*
tor-rtcompat: Implement new_handle() using TcpSockFd.
Gabriela Moldovan
2025-01-15
2
-1
/
+7
*
tor-rtcompat: Add the ability to get a StreamOps handle.
Gabriela Moldovan
2025-01-15
2
-1
/
+42
*
tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.
Wesley Aptekar-Cassels
2025-01-07
2
-2
/
+6
*
tor-rtcompat: Add spawn_blocking to Runtime trait.
Wesley Aptekar-Cassels
2025-01-07
2
-0
/
+21
*
streamops: Resolve unused-variable warnings.
Nick Mathewson
2024-12-12
1
-1
/
+1
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
3
-5
/
+17
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
3
-17
/
+6
*
tor-rtcompat: Add tests for set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-0
/
+60
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
3
-4
/
+81
*
Remove re-export of "unix" from tor_rtcompat.
Nick Mathewson
2024-10-29
2
-10
/
+13
*
rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmock
Nick Mathewson
2024-09-24
1
-76
/
+0
*
rtcompat: Fix some rustdoc links.
Nick Mathewson
2024-09-24
1
-2
/
+1
*
rtcompat: remove async_trait from NetStreamListener.
Nick Mathewson
2024-09-24
2
-2
/
+0
*
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
3
-0
/
+83
*
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: 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
2
-14
/
+14
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
2
-7
/
+0
*
tls: Support export keying material (RFC 5705)
David Goulet
2024-06-18
2
-0
/
+32
*
rtcompat: Set disable_built_in_roots With native_tls.
Nick Mathewson
2024-06-13
1
-0
/
+4
*
Add a note about CryptoProvicder.
Nick Mathewson
2024-04-22
1
-0
/
+4
*
Upgrade to futures-rustls 0.26.0, rustls 0.23.5.
Nick Mathewson
2024-04-22
1
-0
/
+14
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
rtcompat: Fix a rustdoc link.
Nick Mathewson
2024-01-30
1
-1
/
+1
*
Upgrade to futures-rustls and rustls 0.22.
Nick Mathewson
2024-01-25
1
-25
/
+32
*
clippy: consequential rustfmt
Ian Jackson
2024-01-02
1
-3
/
+1
*
clippy: Use infallible calls
Ian Jackson
2024-01-02
1
-2
/
+1
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
1
-1
/
+1
*
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
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
[next]