index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rtcompat
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
1
-1
/
+1
|
\
|
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
|
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
|
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-2
/
+2
|
/
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`
Steven Engler
2026-06-08
1
-5
/
+9
*
tor-rtcompat: add structs to hold connect() options
Steven Engler
2026-06-08
1
-1
/
+4
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-3
/
+7
*
tor-rtcompat: add structs to hold listen() options
Steven Engler
2026-05-07
1
-0
/
+2
*
rtcompat, rtmock: Port to web-time-compat.
Nick Mathewson
2026-03-26
1
-6
/
+6
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
rtcompat: Return certificates as Cow.
Nick Mathewson
2026-02-02
1
-4
/
+4
*
rtcompat: Improved tls-server key/cert handling.
Nick Mathewson
2026-02-02
1
-9
/
+4
*
rtcompat: restore tls-server test.
Nick Mathewson
2026-02-02
1
-7
/
+3
*
rtcompat: Temporarily disable tls-server test.
Nick Mathewson
2026-01-29
1
-3
/
+5
*
rustls: Improve test output; use standard warnings.
Nick Mathewson
2026-01-29
1
-4
/
+16
*
rtcompat: Unit test for TLS server code.
Nick Mathewson
2026-01-29
1
-2
/
+76
*
rustls: add an error for unimplemented tls server support.
Nick Mathewson
2026-01-29
1
-1
/
+3
*
rtcompat: Implement TLS server support for rustls.
Nick Mathewson
2026-01-29
1
-0
/
+6
*
rtcompat: new server-related members on TlsProvider trait.
Nick Mathewson
2026-01-29
1
-1
/
+2
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-rtcompat: add our own `SpawnExt` trait
Steven Engler
2025-11-04
1
-1
/
+1
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
smol: Implement smol in tor-rtcompat
Niel Duysters
2025-08-21
1
-7
/
+44
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-rtcompat: xref to fork policy from PreferredRuntime
Ian Jackson
2025-04-07
1
-0
/
+11
*
tor-rt*: Apply deferred formatting churn
Ian Jackson
2025-03-04
1
-3
/
+3
*
tor-rtcompat: Remove ToplevelBlockon from Runtime
Ian Jackson
2025-03-04
1
-9
/
+9
*
tor-rtcompat: Provide a new function for executor re-entry
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: New plan for blocking interaction, Blocking trait
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: Rename BlockOn to ToplevelBlockOn
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).
Gabriela Moldovan
2025-01-15
1
-3
/
+3
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtcompat: Implement new_handle() using TcpSockFd.
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtcompat: Add spawn_blocking to Runtime trait.
Wesley Aptekar-Cassels
2025-01-07
1
-1
/
+2
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
tor-rtcompat: Add an error type for unsupported StreamOps.
Gabriela Moldovan
2024-12-10
1
-1
/
+1
*
tor-rtcompat: Add a StreamOps trait.
Gabriela Moldovan
2024-12-10
1
-1
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Merge branch 'dyn-time' into 'main'
Ian Jackson
2024-10-01
1
-1
/
+4
|
\
|
*
tor-rtcompat: Introduce DynTimeProvider
Ian Jackson
2024-09-26
1
-0
/
+2
|
*
CI: run miri, currently on tor-rtcompat
Ian Jackson
2024-09-26
1
-1
/
+2
*
|
tor-rtcompat: Suppress a dead code warning
Ian Jackson
2024-09-30
1
-0
/
+3
|
/
*
rtcompat: Finalize names for general::SocketAddr.
Nick Mathewson
2024-09-24
1
-1
/
+1
*
rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmock
Nick Mathewson
2024-09-24
1
-0
/
+1
*
Make Runtime require NetStreamProvider<unix::SocketAddr>
Nick Mathewson
2024-09-24
1
-2
/
+5
*
rtcompat: initial implementation for "Abstract" addresses.
Nick Mathewson
2024-09-24
1
-0
/
+1
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-2
/
+2
[next]