summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove semver.md files from 1.1.5Nick Mathewson2023-06-011-4/+0
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-8/+8
* Upgrade serde_with dependency to 3.0.0Nick Mathewson2023-05-221-1/+1
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+10
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-3/+4
* linkspec::verbatim: wrapper to give a CircTarget a new set of LinkSpecsNick Mathewson2023-05-113-1/+113
* Add linkspec::decode to convert linkspecs to an OwnedChanTargetNick Mathewson2023-05-113-1/+189
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-102-4/+15
* linkspec: Make LinkSpecType public.Nick Mathewson2023-05-104-31/+43
* linkspec: define conversion functions for EncodedLinkSpecNick Mathewson2023-05-101-48/+79
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-103-13/+14
* test_linkspecs: tidy order of linkspecsNick Mathewson2023-05-101-11/+11
* Move responsibility for linkspec sorting to CircTarget.Nick Mathewson2023-05-101-2/+13
* Remove semver.md files.Nick Mathewson2023-05-031-1/+0
* Increment crate versions.Nick Mathewson2023-05-031-7/+7
* 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-272-1/+2
* RelayId: impl Display in terms of RelayIdRefIan Jackson2023-04-271-3/+9
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* linkspec: Add a missing ; in tests.Nick Mathewson2023-04-061-1/+1
* Remove semver.md files.Nick Mathewson2023-03-311-1/+0
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-4/+4
* tor-linkspec: Add a constructor for UnparsedLinkSpecNick Mathewson2023-03-062-0/+11
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* tor-linkspec: New UnparsedLinkspec type.Nick Mathewson2023-02-173-1/+82
* 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
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-3/+3
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
* 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
* | Merge branch 'test-lints' into 'main'eta2023-01-066-0/+48
|\ \
| * | test lint blocks: Add many many automaticallyIan Jackson2022-12-126-0/+48
| |/
* / doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/