summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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-107-20/+167
| | | * Teach guard restrictions about RelayId.Nick Mathewson2022-08-105-16/+60
| | | * Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-104-5/+198
| | | * Use accessors in two places where tests look at specific keys.Nick Mathewson2022-08-102-10/+21
| | | * Add a set of Identity-related types and accessors.Nick Mathewson2022-08-106-2/+168
| | | * Define a constant for ED25519 identity length.Nick Mathewson2022-08-102-3/+8
| | | * 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-022-1/+10
| | | * Avoid a simple usage of ed_identity() in circmgr testsNick Mathewson2022-08-021-2/+1
| | | * Introduce HasRelayIds::same_relay_ids.Nick Mathewson2022-08-026-23/+33
| | | * guardmgr: Change APIs that used to take IDs.Nick Mathewson2022-08-023-24/+19
| | | * guardmgr: Replace IdPair with RelayIdsNick Mathewson2022-08-024-30/+31
| | | * Implement serde traits on RelayIds.Nick Mathewson2022-08-023-2/+7
| | | * netdir: add an accessor that takes a HasRelayIds.Nick Mathewson2022-08-021-1/+12
| | | * tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-0218-48/+123
| | | * Remove some testing-only reimplementations of OwnedChanTarget.Nick Mathewson2022-08-023-82/+12
| |_|/ |/| |
* | | Merge branch 'typos' into 'main'Ian Jackson2022-08-022-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix typosDimitris Apostolou2022-08-012-2/+2
|/ /
* | CHANGELOG: Add links to latest changelog.arti-v0.6.0Nick Mathewson2022-08-011-6/+56
* | Update Cargo.lock based on version bumps.Nick Mathewson2022-08-011-24/+24
* | Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-0117-27/+0
* | Manually bump the patch version on safelog.Nick Mathewson2022-08-011-1/+1
* | Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-0116-25/+25
* | Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-0114-28/+28
* | Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-0121-71/+71
* | Update CHANGELOG for !652.Nick Mathewson2022-08-011-0/+4
* | Merge branch 'fs-mistrust-ios' into 'main'Nick Mathewson2022-08-016-18/+38
|\ \
| * | update semver status filetrinity-1686a2022-07-301-0/+1
| * | fix runtime issues on iostrinity-1686a2022-07-303-10/+17
| * | remove dependancy 'users' on iOStrinity-1686a2022-07-303-10/+22
|/ /
* | Merge branch 's101_metrics' into 'main'Nick Mathewson2022-07-271-0/+213
|\ \
| * | Checkpoint metrics and discussions on Sponsor 101 metricsNick Mathewson2022-07-221-0/+213
* | | Merge branch 'typos_20220727' into 'main'Nick Mathewson2022-07-273-3/+3
|\ \ \
| * | | Several typo fixes from `typos`.Nick Mathewson2022-07-273-3/+3
* | | | Draft changelog for 0.6.0 (so far)Nick Mathewson2022-07-271-1/+96
|/ / /
* | | Merge branch 'update_20220727' into 'main'Nick Mathewson2022-07-271-90/+58
|\ \ \
| * | | Run "cargo update" in preparation for next week's release.Nick Mathewson2022-07-271-90/+58
|/ / /
* | | Merge branch 'rustdoc_fix_2022_07_26' into 'main'Nick Mathewson2022-07-261-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix a rustdoc link in tor-netdir.Nick Mathewson2022-07-261-1/+1
|/ /
* | Merge branch 'netdir_api' into 'main'Ian Jackson2022-07-2617-72/+157
|\ \
| * | tor-dirmgr: Remove opt_netdir entirely.Nick Mathewson2022-07-263-12/+9
| * | CircMgr: Remove directory liveness testing.Nick Mathewson2022-07-262-23/+2
| * | tor-netdir: Remove latest_netdir method.Nick Mathewson2022-07-262-10/+1
| * | Update arti-client to new NetDirProvider API.Nick Mathewson2022-07-264-6/+35
| * | CircMgr: Update to new NetDirProvider APINick Mathewson2022-07-261-8/+7
| * | ChanMgr: Only update parameters from a timely directory.Nick Mathewson2022-07-261-2/+2
| * | GuardMgr: Update to use new NetDirProvider API.Nick Mathewson2022-07-262-4/+4
| * | Remove unused DirMgr::netdir method, make opt_netdir private.Nick Mathewson2022-07-262-11/+2