summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src
Commit message (Expand)AuthorAgeFilesLines
* 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-064-23/+36
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* circmgr: Don't count channel negotiation towards circuit built time.Nick Mathewson2025-08-071-0/+5
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-074-6/+9
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` methodSteven Engler2025-05-141-3/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* linkspec: Fix nightly warning about elided lifetimeNick Mathewson2024-10-221-1/+1
* Some HasMemoryCost impls in tor-linkspecIan Jackson2024-10-021-2/+8
* tor-chanmgr: don't allow pending channels with no relay idsSteven Engler2024-10-011-1/+1
* Merge branch 'orport' into 'main'opara2024-09-303-13/+479
|\
| * tor-linkspec: add `ListByRelayIds`Steven Engler2024-09-232-13/+472
| * tor-linkspec: impl `HasAddrs` for `&T`Steven Engler2024-09-231-0/+7
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-7/+7
|/
* tor_bytes: Rename new_truncated_for_test to new_incomplete_for_test (fmt)Ian Jackson2024-09-121-2/+8
* tor_bytes: Rename new_truncated_for_test to new_incomplete_for_testIan Jackson2024-09-121-6/+6
* tor-bytes: Add a Reader constructor for use in testsIan Jackson2024-09-111-4/+4
* Change tor_bytes::Readable name to `b` in many placesIan Jackson2024-09-111-3/+3
* Introduce and use tor_bytes::Error::new_truncated_for_testIan Jackson2024-09-101-6/+6
* tor-linkspec: reading tests: Use assert_eqIan Jackson2024-09-101-6/+6
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* tor-linkspec: Suppress clippy false positive (link ticket)Ian Jackson2024-04-031-1/+1
* tor-linkspec: Suppress clippy false positiveIan Jackson2024-04-031-0/+1
* tor-netdir: Abolish Relay::has_same_relay_idsIan Jackson2024-04-031-1/+0
* tor-linkspec: Use derive-deftly rather than strum for same_relay_idsIan Jackson2024-04-033-1/+42
* tor-linkspec: Use RelayIdType::all_types rather than ::iterIan Jackson2024-04-031-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-139-0/+9
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-3/+2
* tor-linkspec: Provide HasRelayIds::has_any_relay_id_from (fmt)Ian Jackson2023-08-291-3/+3
* tor-linkspec: Provide HasRelayIds::has_any_relay_id_fromIan Jackson2023-08-291-0/+67
* linkspec: Derive Clone and Copy for VerbatimLinkSpecCircTarget.Nick Mathewson2023-08-241-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-239-0/+9
* Lower linkspec list parsing into new tor-linkspec method.Nick Mathewson2023-08-221-1/+20
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* tor-linkspec: impl AsRef<str> for PtTransportNameIan Jackson2023-07-201-0/+6
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1010-0/+10
* Fix new "useless_vec" warning from clippy +nightlyIan Jackson2023-07-101-1/+1
* Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-071-1/+0
|\
| * Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* | 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