summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-261-6/+6
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* rtcompat: Return certificates as Cow.Nick Mathewson2026-02-021-4/+4
* rtcompat: Improved tls-server key/cert handling.Nick Mathewson2026-02-021-9/+4
* rtcompat: restore tls-server test.Nick Mathewson2026-02-021-7/+3
* rtcompat: Temporarily disable tls-server test.Nick Mathewson2026-01-291-3/+5
* rustls: Improve test output; use standard warnings.Nick Mathewson2026-01-291-4/+16
* rtcompat: Unit test for TLS server code.Nick Mathewson2026-01-291-2/+76
* rustls: add an error for unimplemented tls server support.Nick Mathewson2026-01-291-1/+3
* rtcompat: Implement TLS server support for rustls.Nick Mathewson2026-01-291-0/+6
* rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-291-1/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-rtcompat: add our own `SpawnExt` traitSteven Engler2025-11-041-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-7/+44
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-rtcompat: xref to fork policy from PreferredRuntimeIan Jackson2025-04-071-0/+11
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-041-3/+3
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-041-9/+9
* tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-041-1/+1
* tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-041-1/+1
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).Gabriela Moldovan2025-01-151-3/+3
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Implement new_handle() using TcpSockFd.Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Add spawn_blocking to Runtime trait.Wesley Aptekar-Cassels2025-01-071-1/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* tor-rtcompat: Add an error type for unsupported StreamOps.Gabriela Moldovan2024-12-101-1/+1
* tor-rtcompat: Add a StreamOps trait.Gabriela Moldovan2024-12-101-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-011-1/+4
|\
| * tor-rtcompat: Introduce DynTimeProviderIan Jackson2024-09-261-0/+2
| * CI: run miri, currently on tor-rtcompatIan Jackson2024-09-261-1/+2
* | tor-rtcompat: Suppress a dead code warningIan Jackson2024-09-301-0/+3
|/
* rtcompat: Finalize names for general::SocketAddr.Nick Mathewson2024-09-241-1/+1
* rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmockNick Mathewson2024-09-241-0/+1
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-241-2/+5
* rtcompat: initial implementation for "Abstract" addresses.Nick Mathewson2024-09-241-0/+1
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-2/+2
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-1/+1
* rtcompat: Add definitions for unix::SocketAddr.Nick Mathewson2024-09-241-0/+1
* rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-1/+1
* Discourage use of `tor_rtmock_test_with_*` macrosIan Jackson2024-08-281-0/+16
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* tor-rtcompat: Rename coarsetime module to coarse_timeIan Jackson2024-03-251-2/+2
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProvider (fmt)Ian Jackson2024-03-251-3/+2
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProviderIan Jackson2024-03-251-0/+3
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1