aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove impl Display for OwnedCircTargetNick Mathewson2022-11-172-8/+1
* | ChanTarget: Add a display function, with better output.Nick Mathewson2022-11-172-13/+80
|/
* Allow a subset-only ChanMethod match when looking up a BridgeConfigNick Mathewson2022-11-151-0/+15
* Remove allow() for a false-positive warn on Rust 1.56.Nick Mathewson2022-11-101-3/+0
* Upgrade to serde_with 2, phf 0.11. Closes #526.Nick Mathewson2022-11-101-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* linkspec: Rename "maybe rename this?" TODOs in favor of #623Nick Mathewson2022-11-072-5/+0
* PtTargetSettings: Enforce correctness at lower level.Nick Mathewson2022-11-071-19/+49
* Remove a blank lineNick Mathewson2022-11-071-1/+0
* Downgrade TODO on chan_methodNick Mathewson2022-11-071-1/+1
* Remove TODO about third ChannelMethod variant.Nick Mathewson2022-11-071-2/+0
* Remove TODO about inlining PtTargetSettings.Nick Mathewson2022-11-071-7/+0
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* Merge branch 'guards_as_bridges_part2' into 'main'Nick Mathewson2022-10-272-1/+57
|\
| * ByRelayIds: Add additional accessor functions.Nick Mathewson2022-10-251-0/+51
| * linkspec: add HasRelayIds::has_any_identity.Nick Mathewson2022-10-251-1/+6
* | impl Hash for BridgeConfig and various PT informationIan Jackson2022-10-271-3/+3
|/
* linkspec: specify sort order for HasRelayIds.Nick Mathewson2022-10-241-2/+13
* linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-241-5/+0
* guardmgr: Refactor the interior of FirstHop.Nick Mathewson2022-10-243-26/+89
* linkspec: Add compare-by-relay-ids function to HasRelayIdsNick Mathewson2022-10-213-3/+74
* Merge branch 'pt-serde' into 'main'Nick Mathewson2022-10-203-72/+25
|\
| * Implement serde for PtTarget and its members.Nick Mathewson2022-10-202-5/+20
| * Inline now-needless variant constructors for PtTargetAddrNick Mathewson2022-10-201-22/+2
| * Remove a now-needless `allow(dead_code)`Nick Mathewson2022-10-201-1/+0
| * 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