summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
...
| * linkspec: Always expose PT-related types.Nick Mathewson2022-10-202-46/+5
* | Merge branch 'bridge-internal-apis' into 'main'Ian Jackson2022-10-201-1/+7
|\ \ | |/ |/|
| * tor-linkspec: impl From<&ChanTarget> for OwnedChanTargetIan Jackson2022-10-201-1/+7
* | impl HasAddrs for PtChannelAddr and ChannelMethodIan Jackson2022-10-201-0/+29
* | HasAddrs: Make it clear that the set of addresses can be emptyIan Jackson2022-10-201-1/+4
|/
* linkspec: Fix typo in error messages.Nick Mathewson2022-10-181-2/+2
* linkspec: Add ByRelayIds::remove_exact.Nick Mathewson2022-10-181-0/+65
* linkspec: Add an "all_overlapping" accessor to ByRelayIds.Nick Mathewson2022-10-183-1/+117
* Write more tests for RelayId and RelayIdRef.Nick Mathewson2022-10-151-0/+138
* Write tests for RelayIdSet.Nick Mathewson2022-10-152-0/+121
* Fix deserialize impl for RelayId.Nick Mathewson2022-10-151-1/+1
* linkspec: impl Hash for RelayIdRefNick Mathewson2022-10-152-1/+3
* Fix some rustdoc errors.Nick Mathewson2022-10-131-1/+1
* Merge branch 'factory_redux' into 'main'Nick Mathewson2022-10-131-0/+33
|\
| * Add several accessors to ChannelMethod.Nick Mathewson2022-10-121-0/+33
* | cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* | Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-55/+1
|/
* Fix a warning that I reintroduced.Nick Mathewson2022-10-111-0/+1
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-114-34/+35
* Allow two useless pattern matches that are going to be not uselessIan Jackson2022-10-111-0/+1
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+8
* Move two users of HasAddrs to HasChannelMethodsNick Mathewson2022-10-061-2/+4
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-56/+21
* ChannelMethod: Add method to access the (optional) SocketAddrNick Mathewson2022-10-061-0/+18
* Add builders for OwnedChanTarget/OwnedCircTargetNick Mathewson2022-10-063-13/+63
* Begin revising HasAddr and its relationship to ChanTargetNick Mathewson2022-10-064-15/+62
* tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIdsNick Mathewson2022-10-045-1/+68
* Merge branch 'bridge-parse' into 'main'Ian Jackson2022-10-032-10/+83
|\
| * pt: transport ID error: Fix style to remove full stopIan Jackson2022-10-031-1/+1
| * pt: Check PT key=value syntaxIan Jackson2022-10-031-2/+27
| * pt: Make PtTarget::push_setting fallible, and take IntoIan Jackson2022-10-032-3/+19
| * pt: PtTransportAddr: change None string to "-"Ian Jackson2022-10-031-2/+2
| * pt: Provide accessors for PtTargetIan Jackson2022-09-301-1/+15
| * pt: Make some more types EqIan Jackson2022-09-301-3/+3
| * pt: Provide constructors for PtTargetIan Jackson2022-09-301-5/+23
* | Remove semver.md files now that arti 1.0.1 is out.Nick Mathewson2022-10-031-1/+0
* | Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-2/+2
* | Update README.md files.Nick Mathewson2022-09-301-0/+18
|/
* Mark all bridge and pt features as experimental for now.Nick Mathewson2022-09-292-0/+20
* 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