summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-1110-0/+11
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1010-0/+11
* | rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-101-1/+2
|/
* Remove some needless into_iter() calls.Nick Mathewson2023-07-101-5/+3
* rng ranges: Use inclusive Duration ranges in several placesIan Jackson2023-07-071-1/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Additional documentation around bridges/PT configurationNick Mathewson2023-07-031-0/+11
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-10/+10
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\
| * lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* | Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
|/
* Merge branch 'bump-versions-v115' into 'main'arti-v1.1.5Ian Jackson2023-06-011-18/+18
|\
| * Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-18/+18
* | fallbackdir: Update list generated on June 01, 2023Tor CI Release2023-06-011-892/+896
|/
* guardmgr, netdir: fix some needless-mut warningsNick Mathewson2023-05-181-2/+2
* guardmgr: suppress a clippy-nightly warning.Nick Mathewson2023-05-181-0/+1
* tor-guardmgr, tor-proto: minor logging tweakseta2023-05-181-2/+2
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-3/+3
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+17
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-1/+1
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-18/+18
* Upgrade our num_enum dependency.Nick Mathewson2023-04-131-1/+1
* Use bool::then_some() as appropriateNick Mathewson2023-04-112-2/+2
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* guardmgr: update feature behavior wrt testing and pts.Nick Mathewson2023-04-062-3/+3
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-6/+6
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* Merge branch 'main' into 'main'Ian Jackson2023-02-281-3/+3
|\
| * Use humantime in tor-guardmgrSaksham Mittal2023-02-271-3/+3
* | Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-8/+8
* | Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* | Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-3/+3
|/
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-8/+8
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-7/+7
* "Fix" remaining unchecked-subtraction warnings.Nick Mathewson2023-01-271-1/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2710-0/+10