summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-6/+6
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-139-0/+9
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
* | Bump patchlevel (not dependents) on crates with trivial changes.Gabriela Moldovan2024-03-041-1/+1
|/
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-3/+2
* Bump minor versionsIan Jackson2024-02-051-4/+4
* Upgrade to strum 0.26Nick Mathewson2024-01-301-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-3/+3
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-2/+2
* no-dependant bumps for crates with changed dependencies.Nick Mathewson2023-10-311-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-1/+1
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-3/+3
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-3/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-4/+4
* 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-292-0/+68
* linkspec: Derive Clone and Copy for VerbatimLinkSpecCircTarget.Nick Mathewson2023-08-242-0/+2
* 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-222-1/+21
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-3/+3
* tor-linkspec: impl AsRef<str> for PtTransportNameIan Jackson2023-07-202-0/+7
* 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
|/
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-5/+5
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-2/+2
* Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\
| * lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* | Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
|/
* 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-092-6/+50