summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-rtmock: dyn_time tests: Rename try_downcast_dc from chkIan Jackson2024-10-081-2/+2
* Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-019-3/+324
|\
| * tor-rtcompat: dyn_time: Combine test cases into module (fmt)Ian Jackson2024-10-011-27/+28
| * tor-rtcompat: dyn_time: Combine test cases into moduleIan Jackson2024-10-011-7/+24
| * tor-rtcompat: Test case demonstrating downcast_value doesn't dropIan Jackson2024-10-011-0/+25
| * tor-rtcompat: Comments about the implementation of downcast_valueIan Jackson2024-10-011-0/+18
| * tor-rtcompat: Comments about tradeoffs in special casing PreferredRuntimeIan Jackson2024-10-011-1/+14
| * tor-rtcompat: Introduce DynTimeProviderIan Jackson2024-09-263-0/+236
| * tor-memquota: mq_queue: Take Account by referenceIan Jackson2024-09-261-1/+3
| * CI: run miri, currently on tor-rtcompatIan Jackson2024-09-267-3/+12
* | Merge branch 'unused' into 'main'David Goulet2024-10-011-0/+3
|\ \
| * | tor-rtcompat: Suppress a dead code warningIan Jackson2024-09-301-0/+3
| |/
* | Remove semver.md files from 1.2.8Nick Mathewson2024-09-301-7/+0
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-2/+2
|/
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-4/+3
|/
* rtcompat: Finalize names for general::SocketAddr.Nick Mathewson2024-09-242-44/+52
* rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmockNick Mathewson2024-09-243-10/+8
* rtcompat: Fix some rustdoc links.Nick Mathewson2024-09-244-6/+6
* rtcompat: remove async_trait from NetStreamListener.Nick Mathewson2024-09-245-5/+1
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-245-8/+28
* rtcompat: initial implementation for "Abstract" addresses.Nick Mathewson2024-09-242-0/+147
* rtcompat: Require Sync and 'static for NetStreamListener::IncomingNick Mathewson2024-09-243-2/+7
* rtcompat: Add NetStreamProvider<Unix> to CompoundRuntimeNick Mathewson2024-09-243-39/+106
* rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platformsNick Mathewson2024-09-244-0/+108