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
*
rtcompat: document choice of aws_lc_rs provider
Nick Mathewson
2026-04-08
1
-9
/
+11
*
rtcompat: Stop installing backup CryptoProvider.
Nick Mathewson
2026-04-02
1
-5
/
+8
*
rtcompat: Allocate the zeroed vector for export_keying_material()
David Goulet
2026-02-26
2
-2
/
+2
*
Merge branch 'resume' into 'main'
opara
2026-02-24
2
-2
/
+17
|
\
|
*
tor-rtcompat: disable rustls session resumption
Steven Engler
2026-02-24
2
-2
/
+17
*
|
tor-rtcompat: unfold for smol incoming streams
moumenalaoui
2026-02-19
1
-41
/
+11
*
|
tor-rtcompat: unfold for async-std incoming streams
moumenalaoui
2026-02-19
1
-47
/
+9
|
/
*
rtcompat: Return certificates as Cow.
Nick Mathewson
2026-02-02
4
-16
/
+20
*
rtcompat: Improved tls-server key/cert handling.
Nick Mathewson
2026-02-02
2
-13
/
+20
*
rtcompat: Clarify None returns from own_certificate.
Nick Mathewson
2026-01-29
1
-0
/
+5
*
rustls: add an error for unimplemented tls server support.
Nick Mathewson
2026-01-29
2
-4
/
+5
*
rtcompat: Implement TLS server support for rustls.
Nick Mathewson
2026-01-29
2
-8
/
+185
*
rtcompat: new server-related members on TlsProvider trait.
Nick Mathewson
2026-01-29
3
-2
/
+98
*
rtcompat: new own_certificate method on CertifiedConn trait
Nick Mathewson
2026-01-29
2
-0
/
+9
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
3
-0
/
+9
*
tor-rtcompat: add comments about blocking in async contexts
Steven Engler
2025-11-12
1
-1
/
+2
*
tor-rtcompat: use a consistent `listen()` implementation
Steven Engler
2025-11-10
3
-3
/
+10
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
2
-0
/
+4
*
Merge branch 'smol-add-impl-in-tor-rtcompat' into 'main'
opara
2025-08-21
3
-2
/
+262
|
\
|
*
smol: Implement smol in tor-rtcompat
Niel Duysters
2025-08-21
3
-2
/
+262
*
|
Document why we are using ring with rustls
Nick Mathewson
2025-08-19
1
-3
/
+21
|
/
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Merge branch 'windows_warnings' into 'main'
opara
2025-08-05
2
-0
/
+3
|
\
|
*
Fix Windows compile warnings
Tobias Stoeckmann
2025-08-05
2
-0
/
+3
*
|
Fix errors from rustdoc nightly.
Nick Mathewson
2025-08-05
1
-1
/
+1
|
/
*
tor-rtcompat: Remove rustls dependency in favor of futures-rustls
parazyd
2025-06-06
1
-1
/
+1
*
rtcompat: remove Letsencrypt/Rustls kludge
retort-dev
2025-05-20
3
-48
/
+13
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
2
-7
/
+4
*
Allow StreamOps import to be unused
Nick Mathewson
2025-04-09
1
-0
/
+1
*
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
[next]