summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
...
* tor-circmgr: Give CircMgr a VanguardMgr.Gabriela Moldovan2024-03-111-0/+4
* tor-guardmgr: Add vanguards API skeleton.Gabriela Moldovan2024-03-116-1/+297
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-4/+4
* | Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-5/+5
|/
* Mark code with "TODO #504" and "TODO #789".Nick Mathewson2024-02-222-0/+4
* Merge branch 'fast_and_stable' into 'main'Nick Mathewson2024-02-202-4/+7
|\
| * Add and use "UncheckedRelay::is_suitable_as_guard"Nick Mathewson2024-02-201-1/+1
| * Require that guards are Fast and Stable.Nick Mathewson2024-02-202-3/+6
* | tor-guardmgr: Fix README typo.Gabriela Moldovan2024-02-121-1/+1
* | tor-guardmgr: Fix spec link in README.Gabriela Moldovan2024-02-121-1/+1
|/
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-122-14/+8
* Bump minor versionsIan Jackson2024-02-051-13/+13
* Upgrade to strum 0.26Nick Mathewson2024-01-301-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-3/+3
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-10/+10
* upgrade to toml 0.8.8Nick Mathewson2023-12-051-1/+1
* Merge branch 'msrv-followup' into 'main'Nick Mathewson2023-12-043-12/+4
|\
| * guardmgr: Stop using now-needless retain_mut crate.Nick Mathewson2023-11-303-12/+4
* | Bump minor versions in preparation for releaseNick Mathewson2023-12-041-10/+10
* | Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-4/+4
|/
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-6/+6
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-3/+3
* Run "fixup-features" in preparation for release this week.Nick Mathewson2023-10-291-1/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-112-6/+3
* oneshot: Use veneer in tor-ptmgrIan Jackson2023-10-111-1/+4
* oneshot: Use veneer in tor-guardmgrIan Jackson2023-10-113-2/+4
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-2/+2
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-5/+5
* Trivial version bumps: patchlevel only.Nick Mathewson2023-10-021-1/+1
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-0/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-10/+10
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2310-0/+10
* Upgrade num_enum dependency to 0.7Nick Mathewson2023-08-211-1/+1
* guardmgr: Fix a dead-code warning when built without bridge support.Nick Mathewson2023-08-161-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-10/+10
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-2/+2
* tor-guardmgr: bridges: getter for BridgeConfigBuilder.transportIan Jackson2023-07-202-0/+9
* Merge branch 'bug638' into 'main'Alexander Færøy2023-07-142-4/+14
|\
| * Better report for any recurrence of bug #638.Nick Mathewson2023-07-131-0/+14
| * Stop unconditionally marking bridges as having dir info.Nick Mathewson2023-07-131-4/+0
* | Bridges: deduplicate addresses.Nick Mathewson2023-07-131-0/+2
|/