summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
...
* | linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-285-7/+84
|/
* Make ChannelMethod non-exhaustiveIan Jackson2022-11-242-1/+2
* tor-linkspec: Provide LoggedChanTarget type alias and utility methodIan Jackson2022-11-233-2/+14
* TransportId: Fix test case for no pt-targetIan Jackson2022-11-221-16/+19
* TransportId: Parse "bridge" as builtin transportIan Jackson2022-11-221-3/+8
* TransportId: Provide new_builtin and new_pluggableIan Jackson2022-11-221-0/+15
* TransportId: Provide name accessor and deconstructorIan Jackson2022-11-221-0/+26
* TransportId: Document and change string repr for builtinIan Jackson2022-11-221-6/+16
* TransportId: Add test case for builtin Display reprIan Jackson2022-11-221-0/+2
* BridgeAddr rename from PtTargetAddr: Update in tor-linkspecIan Jackson2022-11-213-29/+38
* tor-linkspec: Provide deconstructors for PtTargetSettings and PtTargetIan Jackson2022-11-212-0/+11
* Fix a missing import in tests.Nick Mathewson2022-11-181-1/+1
* Merge branch 'refactor_into_ownedchantarget' into 'main'Nick Mathewson2022-11-183-9/+21
|\
| * CircMgr: Refactor DirSpecificTarget constructorNick Mathewson2022-11-183-9/+21
* | Merge branch 'mark-bridges-not-experimental' into 'main'Nick Mathewson2022-11-182-5/+10
|\ \
| * | linkspec: Make "pt-client" non-experimental.Nick Mathewson2022-11-162-5/+10
| |/
* | 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