summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'clippy-nightly-20230703' into 'main'Nick Mathewson2023-07-071-2/+2
|\ \ | |/ |/|
| * Avoid matches!(x, None), matches!(x, Ok(_))Nick Mathewson2023-07-061-2/+2
* | Additional documentation around bridges/PT configurationNick Mathewson2023-07-031-4/+7
|/
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* linkspec: cleanup usage; change std::fmt to fmt.Nick Mathewson2023-06-121-6/+6
* RelayId: Display the ID type on redacted identities.Nick Mathewson2023-06-092-4/+3
* linkspec: implement Display/Redacted on RelayIdsNick Mathewson2023-06-091-0/+22
* linkspec: Implement HasRelayIds::display_relay_ids().Nick Mathewson2023-06-091-6/+49
* linkspec::verbatim: wrapper to give a CircTarget a new set of LinkSpecsNick Mathewson2023-05-112-0/+111
* Add linkspec::decode to convert linkspecs to an OwnedChanTargetNick Mathewson2023-05-112-0/+186
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-102-4/+15
* linkspec: Make LinkSpecType public.Nick Mathewson2023-05-102-31/+39
* linkspec: define conversion functions for EncodedLinkSpecNick Mathewson2023-05-101-48/+79
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-102-13/+13
* test_linkspecs: tidy order of linkspecsNick Mathewson2023-05-101-11/+11
* Move responsibility for linkspec sorting to CircTarget.Nick Mathewson2023-05-101-2/+13
* RelayId: implement id_type and as_bytes in terms of RelayIdRefIan Jackson2023-04-271-8/+2
* RelayIdRef: as_bytes: Doesn't borrow from selfIan Jackson2023-04-271-1/+1
* RelayId: impl Display in terms of RelayIdRefIan Jackson2023-04-271-3/+9
* linkspec: Add a missing ; in tests.Nick Mathewson2023-04-061-1/+1
* tor-linkspec: Add a constructor for UnparsedLinkSpecNick Mathewson2023-03-061-0/+10
* tor-linkspec: New UnparsedLinkspec type.Nick Mathewson2023-02-172-1/+81
* tor-linkspec: LinkSpec parsing: use read_nested_u8len (fmt)Ian Jackson2023-02-061-13/+15
* tor-linkspec: LinkSpec parsing: use read_nested_u8lenIan Jackson2023-02-061-21/+5
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-277-0/+7
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'ya-lint' into 'main'eta2023-01-061-1/+4
|\
| * tor-linkspec: Fix an unused lintIan Jackson2022-12-121-1/+4
* | test lint blocks: Add many many automaticallyIan Jackson2022-12-126-0/+48
|/
* bridge config: Rename accessorsIan Jackson2022-11-301-2/+2
* BridgeAddr tests: dedupe slightlyIan Jackson2022-11-301-12/+11
* Separate BridgeAddr and PtTargetAddrIan Jackson2022-11-303-38/+212
* Merge branch 'more-linkspec-tests' into 'main'Nick Mathewson2022-11-293-15/+159
|\
| * 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
| * linkspec: Add tests for has_any_identity.Nick Mathewson2022-11-281-0/+7
| * linkspec: Add test for lookup on no-ids.Nick Mathewson2022-11-281-0/+1
| * Add a test for ByRelayIds::remove_by_all_idsNick Mathewson2022-11-281-2/+21
* | Remove deprecated aliases in tor-linkspec.Nick Mathewson2022-11-292-10/+2
* | 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-284-6/+83
|/
* Make ChannelMethod non-exhaustiveIan Jackson2022-11-241-1/+1
* tor-linkspec: Provide LoggedChanTarget type alias and utility methodIan Jackson2022-11-232-2/+13
* TransportId: Fix test case for no pt-targetIan Jackson2022-11-221-16/+19
* 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