summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
...
* tor-rtcompat: Note that SpawnBlocking isn't for CPU-bound tasks.Wesley Aptekar-Cassels2025-01-071-1/+1
* tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.Wesley Aptekar-Cassels2025-01-075-5/+16
* tor-rtcompat: Add note about what to use spawn_blocking for.Wesley Aptekar-Cassels2025-01-071-1/+5
* tor-rtcompat: Note SpawnBlocking semver break.Wesley Aptekar-Cassels2025-01-071-0/+1
* tor-rtcompat: Link to spawn_blocking docs.Wesley Aptekar-Cassels2025-01-071-0/+6
* tor-rtcompat: Add spawn_blocking to Runtime trait.Wesley Aptekar-Cassels2025-01-076-1/+67
* Remove semver.md files after 1.3.2 releaseNick Mathewson2025-01-071-1/+0
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-3/+3
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* rtcompat: re-export items from tor_general_addr::generalNick Mathewson2024-12-191-0/+2
* streamops: Resolve unused-variable warnings.Nick Mathewson2024-12-121-1/+1
* tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).Gabriela Moldovan2024-12-103-5/+17
* tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.Gabriela Moldovan2024-12-104-23/+12
* tor-rtcompat: Add an error type for unsupported StreamOps.Gabriela Moldovan2024-12-102-1/+28
* tor-rtcompat: Add a default implementation for StreamOps::set_tcp_notsent_lowat.Gabriela Moldovan2024-12-101-2/+8
* tor-rtcompat: Clarify the StreamOps documentation.Gabriela Moldovan2024-12-101-4/+6
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.Gabriela Moldovan2024-12-103-7/+6
* tor-rtcompat: Add tests for set_tcp_notsent_lowat.Gabriela Moldovan2024-12-101-0/+60
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-107-5/+103
* tor-rtcompat: Add a StreamOps trait.Gabriela Moldovan2024-12-102-1/+11
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-3/+3
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Remove obsolete semver files post 1.3.0 releaseIan Jackson2024-10-311-1/+0
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-3/+3
|\
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-3/+3
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* Fix Windows compilation after moving unix::SocketAddr.Nick Mathewson2024-10-291-6/+6
* Add semver file for removed members of tor-rtcompat.Nick Mathewson2024-10-291-0/+1
* Remove re-export of "general::*" from tor-rtcompat.Nick Mathewson2024-10-291-17/+15
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-297-24/+26
* Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-297-605/+25
* Python: simple annotations to allow mypy to pass.Nick Mathewson2024-10-241-1/+1
* python: one import per line.Nick Mathewson2024-10-241-1/+2
* Run "black" to reformat all our pythonNick Mathewson2024-10-241-4/+3
* general::SocketAddr: Say "inet" rather than "tcp"Nick Mathewson2024-10-171-35/+35
* rtcompat: Fix android compilation in `general`Nick Mathewson2024-10-171-1/+3
* rtcompat: Add a fuzzer for round-trip general::SocketAddr parsing.Nick Mathewson2024-10-164-1/+80
* rtcompat: Add a fuzzer for general::SocketAddr parsingNick Mathewson2024-10-163-0/+43
* general::SocketAddr: Format the unnamed address as "unix:"Nick Mathewson2024-10-161-5/+12
* Add reverse-enginered description of Rust socketaddr formats.Nick Mathewson2024-10-161-0/+32
* general::SocketAddr: Add unit testsNick Mathewson2024-10-162-38/+70
* general::SocketAddr: Implement PartialEq.Nick Mathewson2024-10-161-0/+39
* general::SocketAddr: Specify and implement string representations.Nick Mathewson2024-10-161-1/+285
* tor-rtmock: dyn_time tests: rustfmtIan Jackson2024-10-081-3/+1
* tor-rtmock: dyn_time tests: Check DropCount on type-mismatch pathIan Jackson2024-10-081-1/+7
* tor-rtmock: dyn_time tests: Make try_downcast_string return S, not implIan Jackson2024-10-081-3/+3
* tor-rtmock: dyn_time tests: Break out try_downcast_stringIan Jackson2024-10-081-8/+8