summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'test-lints' into 'main'eta2023-01-0611-1/+91
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-128-0/+66
| * test lint blocks: Do some semi-manuallyIan Jackson2022-12-123-1/+25
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Merge branch 'spelling-20221206' into 'main'Ian Jackson2022-12-063-14/+14
|\
| * dirmgr: Spelling fixes and normali[sz]ationsNick Mathewson2022-12-063-14/+14
* | Merge branch 'faravahar-removal' into 'main'Ian Jackson2022-12-061-1/+0
|\ \
| * | dirauth: Remove FaravaharDavid Goulet2022-12-061-1/+0
| |/
* / dirauth: New v3 identity key for moria1David Goulet2022-12-061-1/+1
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-1/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-20/+20
* bridge desc mgr: Add dormancy comment to effective_parallelismIan Jackson2022-11-231-0/+2
* bridge desc mgr: Test dormancyIan Jackson2022-11-231-0/+42
* bridge desc mgr: Honour specified dormancyIan Jackson2022-11-231-6/+13
* bridge desc mgr: Introduce effective_parallelism helperIan Jackson2022-11-231-5/+12
* bridge desc mgr: Move set_dormancy to impl that is for mock tooIan Jackson2022-11-231-6/+6
* BridgeConfig: Replace all Arc<BridgeConfig> with BridgeConfigIan Jackson2022-11-222-5/+4
* Merge branch 'fix_nightly_20221118' into 'main'Ian Jackson2022-11-183-4/+5
|\
| * Fix a couple of rustdoc issues.Nick Mathewson2022-11-181-1/+2
| * Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-182-3/+3