summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/transport.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* linkspec: Always expose PT-related types.Nick Mathewson2022-10-201-44/+5
* impl HasAddrs for PtChannelAddr and ChannelMethodIan Jackson2022-10-201-0/+29
* linkspec: Fix typo in error messages.Nick Mathewson2022-10-181-2/+2
* Add several accessors to ChannelMethod.Nick Mathewson2022-10-121-0/+33
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-111-5/+7
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+8
* ChannelMethod: Add method to access the (optional) SocketAddrNick Mathewson2022-10-061-0/+18
* pt: transport ID error: Fix style to remove full stopIan Jackson2022-10-031-1/+1
* pt: Check PT key=value syntaxIan Jackson2022-10-031-2/+27
* pt: Make PtTarget::push_setting fallible, and take IntoIan Jackson2022-10-031-2/+18
* pt: PtTransportAddr: change None string to "-"Ian Jackson2022-10-031-2/+2