aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ls.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Some HasMemoryCost impls in tor-linkspecIan Jackson2024-10-021-2/+8
* 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
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Change CircTarget::linkspecs() to return an encoded list.Nick Mathewson2023-05-101-0/+5
* linkspec: Make LinkSpecType public.Nick Mathewson2023-05-101-30/+38
* linkspec: define conversion functions for EncodedLinkSpecNick Mathewson2023-05-101-48/+79
* Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-12/+12
* tor-linkspec: Add a constructor for UnparsedLinkSpecNick Mathewson2023-03-061-0/+10
* tor-linkspec: New UnparsedLinkspec type.Nick Mathewson2023-02-171-0/+80
* 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-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Add a set of Identity-related types and accessors.Nick Mathewson2022-08-101-0/+10
* tor-linkspec: Stop using infallible writers.Nick Mathewson2022-07-111-7/+10
* Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-2/+3
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-6/+6
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+216