summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src
Commit message (Expand)AuthorAgeFilesLines
* Mark all bridge and pt features as experimental for now.Nick Mathewson2022-09-291-0/+18
* pt: Reject a pluggable transport named BridgeIan Jackson2022-09-271-0/+5
* Remove docsrs thing which is in wrong place?Ian Jackson2022-09-271-1/+0
* pt: Try to fix docsrs problemIan Jackson2022-09-271-0/+1
* pt: Use PtTransportName in PtTargetIan Jackson2022-09-271-1/+1
* pt: Use PtTransportName in TransportIdIan Jackson2022-09-271-2/+2
* pt: PtTransportName: Provide TryFrom, into_inner, AsRefIan Jackson2022-09-271-4/+27
* pt: tor-linkspec: Shorten some names with useIan Jackson2022-09-271-12/+17
* pt: Introduce PtTransportNameIan Jackson2022-09-272-5/+33
* Add a few comments based on review.Nick Mathewson2022-09-231-0/+8
* Clarify and combine PtTargetAddr constructors.Nick Mathewson2022-09-231-16/+23
* Rename various Transport* types to Pt*.Nick Mathewson2022-09-232-43/+42
* Clarify note on "none" transport ID.Ian Jackson2022-09-231-0/+3
* Add a HasChanMethods trait, with a bunch of open TODO questions.Nick Mathewson2022-09-233-2/+24
* New data types to describe transport targets.Nick Mathewson2022-09-232-1/+54
* Add TransportTargetAddr as the target address for a PT-using channelNick Mathewson2022-09-232-1/+118
* Create an API for TransportIdNick Mathewson2022-09-232-0/+162
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-1/+16
* Implement `Into<RelayIdRef>` for `&RelayId`.Nick Mathewson2022-08-101-0/+6
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-104-66/+96
* linkspec: Add more accessors (some internal) for ids.Nick Mathewson2022-08-101-0/+68
* Remove get_ed_identity_key as unused.Nick Mathewson2022-08-101-23/+0
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-103-1/+149
* Teach guard restrictions about RelayId.Nick Mathewson2022-08-102-0/+27
* Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-102-5/+192
* Add a set of Identity-related types and accessors.Nick Mathewson2022-08-104-2/+164
* Introduce HasRelayIds::same_relay_ids.Nick Mathewson2022-08-022-4/+12
* Implement serde traits on RelayIds.Nick Mathewson2022-08-021-2/+5
* tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-023-31/+86
* 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
* ChanMgr: errors: attribute errors to correct address.Nick Mathewson2022-07-061-0/+14
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* tor-linkspec: impl Display for OwnedChanTarget and OwnedCircTargetIan Jackson2022-02-041-0/+23
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* tor-linkspec: Remove redundant method; add more tests.Nick Mathewson2021-12-042-11/+51
* add semicolons if nothing returnedDaniel Eades2021-11-252-1/+2
* Improve some documentation linksNick Mathewson2021-10-291-2/+2
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-083-0/+3