summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-12/+12
* dirmgr: use voting_period.Nick Mathewson2023-06-291-4/+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 memmap2 0.7Nick Mathewson2023-06-211-1/+1
* | Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
|/
* Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-20/+20
* Upgrade memmap2 dependency to 0.6.1.Nick Mathewson2023-05-221-1/+1
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+21
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-3/+4
* Merge branch 'better-fixup-features' into 'main'Nick Mathewson2023-05-151-1/+3
|\
| * Mark an initial set of non-additive features.Nick Mathewson2023-05-151-1/+3
* | dirmgr: remove a needless .borrow()Nick Mathewson2023-05-111-4/+3
|/
* Downgrade and clarify message about dir replacment time.Nick Mathewson2023-05-081-8/+12
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* DirMgr: More logs in top-level bootstrapping code.Nick Mathewson2023-05-031-5/+12
* DirMgr: more trace!() logs and information in download/load functions.Nick Mathewson2023-05-031-8/+30
* DirMgr: Log at trace! when starting a new "AttemptId".Nick Mathewson2023-05-031-1/+7
* Increment crate versions.Nick Mathewson2023-05-031-20/+20
* Merge branch 'fix_802_core' into 'main'Ian Jackson2023-04-181-1/+6
|\
| * DirMgr: Detect that directory state is ready if it begins with all MDsNick Mathewson2023-04-101-1/+6
* | Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* | s/BridgeDescManager/BridgeDescMgr/g in codebaseNeel Chauhan2023-04-121-2/+2
* | Use bool::then_some() as appropriateNick Mathewson2023-04-112-8/+8
* | Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
|/
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-3/+3
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-7/+7
* Upgrade dependency to latest rusqlite.Nick Mathewson2023-03-301-1/+1
* Sort out some TODOs in bdtest.rsIan Jackson2023-03-211-5/+4
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-3/+2
* tor-dirmgr: Don't try to mark consensus usable in a read-only store.Nick Mathewson2023-03-081-4/+6
* Follow-on patchlevel bumps for crates with changed dependenciesNick Mathewson2023-02-281-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-10/+10
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-2/+2
* tor-dirmgr: Work around an apparent regression in `time`.Nick Mathewson2023-02-171-3/+3
* tor-netdoc: Change fill_from_previous_netdirIan Jackson2023-02-091-1/+1
* Merge branch 'logs' into 'main'Nick Mathewson2023-02-014-16/+25
|\
| * Use ErrorReport - run rustfmtIan Jackson2023-01-302-3/+11
| * Use ErrorReport's .report() for two errors in error! in bridgedesc.rsIan Jackson2023-01-301-3/+3
| * Use ErrorReport for errors in warn! in tor-dirmgrIan Jackson2023-01-303-10/+10
| * Use ErrorReport for errors in info! in tor-dirmgrIan Jackson2023-01-302-3/+4
* | Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-5/+5
* | Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-8/+8
|/
* "Fix" remaining unchecked-subtraction warnings.Nick Mathewson2023-01-271-1/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2712-0/+12
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Complete our migration to base64ct.Nick Mathewson2023-01-202-2/+3