summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * BridgeRelay: Implement more traits.Nick Mathewson2022-10-042-2/+58
| * Start on a new BridgeRelay type.Nick Mathewson2022-10-042-1/+41
| * Implement HasRelayIds for Bridge.Nick Mathewson2022-10-041-1/+11
| * Implement BridgeDesc and BridgeDescList.Nick Mathewson2022-10-041-58/+41
* | Temporarily suppress a false positive from nightly.Nick Mathewson2022-10-041-0/+5
|/
* Merge branch 'bridge-parse' into 'main'Ian Jackson2022-10-032-2/+516
|\
| * pt: bridge line parsing: overhaul errorsIan Jackson2022-10-031-36/+107
| * pt: Check PT key=value syntaxIan Jackson2022-10-031-3/+0
| * pt: Make PtTarget::push_setting fallible, and take IntoIan Jackson2022-10-031-3/+8
| * pt: bridge line parsing: Add commentaryIan Jackson2022-10-031-0/+26
| * pt: Document Bridge line syntaxIan Jackson2022-10-031-0/+31
| * pt: bridge parsing: Add an IPv6 test caseIan Jackson2022-09-301-0/+12
| * pt: impl Display for Bridge and test itIan Jackson2022-09-301-0/+43
| * implement FromStr for Bridge, and test itIan Jackson2022-09-301-0/+327
| * tor-guardmgr: Introduce pt-client featureIan Jackson2022-09-301-1/+3
| * pt: Make some more types EqIan Jackson2022-09-301-1/+1
* | Remove semver.md files now that arti 1.0.1 is out.Nick Mathewson2022-10-031-2/+0
* | Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-5/+5
* | Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-4/+4
|/
* Mark all bridge and pt features as experimental for now.Nick Mathewson2022-09-291-0/+2
* Add the necessary APIs for bridge-based circuit construction.Nick Mathewson2022-09-261-0/+10
* GuardMgr/DirMgr: Add APIs for bridge descriptor listsNick Mathewson2022-09-264-3/+114
* GuardMgr: Add TODOs for bridge support.Nick Mathewson2022-09-262-0/+29
* A basic configuration type for a bridge.Nick Mathewson2022-09-265-1/+66
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-6/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-15/+15
* Downgrade "guard set loaded" messagesNick Mathewson2022-08-251-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-102-1/+1
|\
| * Merge branch 'inc-rename' into 'main'Ian Jackson2022-08-022-1/+1
| |\
| | * Rename `.inc` and other included files to end in `.rs`eta2022-07-262-1/+1
* | | Make sure all HasRelayIds constaints allow ?Sized.Nick Mathewson2022-08-102-16/+25
* | | tor-netdir: Collapse by_id and by_relay_id into a single fn.Nick Mathewson2022-08-101-1/+2
* | | Final (?) API revisions for tor-linkspecNick Mathewson2022-08-106-60/+45
* | | Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-103-11/+7
* | | Teach guard restrictions about RelayId.Nick Mathewson2022-08-102-14/+26
* | | Use accessors in two places where tests look at specific keys.Nick Mathewson2022-08-101-3/+4
* | | guardmgr: Avoid a case of using HasRelayIds key methods.Nick Mathewson2022-08-021-1/+1
* | | netdir: Add and use a new ids_listed() function.Nick Mathewson2022-08-021-1/+1
* | | Introduce HasRelayIds::same_relay_ids.Nick Mathewson2022-08-021-5/+3
* | | guardmgr: Change APIs that used to take IDs.Nick Mathewson2022-08-022-14/+11
* | | guardmgr: Replace IdPair with RelayIdsNick Mathewson2022-08-024-30/+31
* | | tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-024-8/+20
|/ /
* | Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
* | Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* | Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-4/+4
* | Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-6/+6
* | fix runtime issues on iostrinity-1686a2022-07-301-4/+4
|/
* GuardMgr: Update to use new NetDirProvider API.Nick Mathewson2022-07-262-4/+4
* Note semver break in tor-guardmgr::Error.Nick Mathewson2022-07-071-0/+1