summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/transport.rs
Commit message (Expand)AuthorAgeFilesLines
* hscrypto, linkspec, llcrypto: Use new redaction helpersNick Mathewson2026-06-101-2/+5
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* tor-chanmgr: add base64ct dependency and docsNihal2026-03-181-1/+1
* proto: Implement Display for PeerAddrDavid Goulet2026-03-031-0/+10
* linkspec: Add missing feature gateDavid Goulet2026-02-191-0/+1
* proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-121-0/+20
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-linkspec: Change HasAddrs::addrs to return an Iterator (fmt)Ian Jackson2025-10-061-1/+3
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-9/+19
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-3/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-linkspec: impl AsRef<str> for PtTransportNameIan Jackson2023-07-201-0/+6
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Additional documentation around bridges/PT configurationNick Mathewson2023-07-031-4/+7
* linkspec: Add a missing ; in tests.Nick Mathewson2023-04-061-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* bridge config: Rename accessorsIan Jackson2022-11-301-2/+2
* BridgeAddr tests: dedupe slightlyIan Jackson2022-11-301-12/+11
* Separate BridgeAddr and PtTargetAddrIan Jackson2022-11-301-35/+207
* Merge branch 'more-linkspec-tests' into 'main'Nick Mathewson2022-11-291-13/+130
|\
| * Fix up compatibility issues between linkspec tests and other patchesNick Mathewson2022-11-281-5/+5
| * linkspec: Add some tests for ChannelMethodNick Mathewson2022-11-281-0/+84
| * linkspec: Tests for PtTargetSettingsNick Mathewson2022-11-281-0/+46
| * PtTransportName: Remove unused accessors.Nick Mathewson2022-11-281-13/+0
* | Add a default debug_redacted impl to save space.Nick Mathewson2022-11-281-4/+0
* | linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-281-0/+15
|/
* Make ChannelMethod non-exhaustiveIan Jackson2022-11-241-1/+1
* TransportId: Parse "bridge" as builtin transportIan Jackson2022-11-221-3/+8
* TransportId: Provide new_builtin and new_pluggableIan Jackson2022-11-221-0/+15
* TransportId: Provide name accessor and deconstructorIan Jackson2022-11-221-0/+26
* TransportId: Document and change string repr for builtinIan Jackson2022-11-221-6/+16
* TransportId: Add test case for builtin Display reprIan Jackson2022-11-221-0/+2
* BridgeAddr rename from PtTargetAddr: Update in tor-linkspecIan Jackson2022-11-211-28/+28
* tor-linkspec: Provide deconstructors for PtTargetSettings and PtTargetIan Jackson2022-11-211-0/+10
* Allow a subset-only ChanMethod match when looking up a BridgeConfigNick Mathewson2022-11-151-0/+15
* linkspec: Rename "maybe rename this?" TODOs in favor of #623Nick Mathewson2022-11-071-2/+0
* PtTargetSettings: Enforce correctness at lower level.Nick Mathewson2022-11-071-19/+49
* Remove a blank lineNick Mathewson2022-11-071-1/+0
* Remove TODO about third ChannelMethod variant.Nick Mathewson2022-11-071-2/+0
* Remove TODO about inlining PtTargetSettings.Nick Mathewson2022-11-071-7/+0
* impl Hash for BridgeConfig and various PT informationIan Jackson2022-10-271-3/+3
* linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-241-5/+0
* guardmgr: Refactor the interior of FirstHop.Nick Mathewson2022-10-241-11/+79
* Implement serde for PtTarget and its members.Nick Mathewson2022-10-201-5/+19
* Inline now-needless variant constructors for PtTargetAddrNick Mathewson2022-10-201-22/+2
* Remove a now-needless `allow(dead_code)`Nick Mathewson2022-10-201-1/+0