aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ls.rs
Commit message (Expand)AuthorAgeFilesLines
* 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