aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-12/+12
* Merge branch 'fixup-features-20240108' into 'main'Nick Mathewson2024-01-091-1/+1
|\
| * Run "fixup-features" in preparation for release.Nick Mathewson2024-01-081-1/+1
* | dirmgr: Make the `dir_mgr_config` method publicEmil Engler2024-01-091-2/+2
|/
* clippy nightly: For now, locally allow implied_bounds_in_implsIan Jackson2024-01-021-0/+2
* clippy nightly: For now, locally allow blocks_in_conditionsIan Jackson2024-01-021-0/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* tor-persist: Provide FsMistrustErrorExt, and use itIan Jackson2023-12-132-7/+3
* upgrade to toml 0.8.8Nick Mathewson2023-12-051-1/+3
* Merge branch 'dirs' into 'main'gabi-2502023-12-044-9/+10
|\
| * tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dirIan Jackson2023-12-044-9/+10
* | Two more patchlevel bumpsNick Mathewson2023-12-041-1/+1
* | Bump minor versions in preparation for releaseNick Mathewson2023-12-041-11/+11
* | Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-6/+6
|/
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Upgrade to event-listener 4Nick Mathewson2023-11-271-1/+1
|/
* Require a more up-to-date version of time.Nick Mathewson2023-11-151-1/+1
* Upgrade to rusqlite 0.30.0Nick Mathewson2023-11-151-1/+1
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-4/+4
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-7/+7
* Run "fixup-features" in preparation for release this week.Nick Mathewson2023-10-291-1/+1
* Upgrade to memmap2 0.9.0Nick Mathewson2023-10-171-1/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-dirmgrIan Jackson2023-10-113-2/+4
* tor-rtmock: Switch MockRuntime to SimpleMockSleepProviderIan Jackson2023-10-031-7/+7
* Bump tor-dirclient patchlevel, since its dependency changed.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-2/+2
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-3/+3
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-6/+6
* Run "fixup-features" on arti crates.Nick Mathewson2023-10-021-1/+1
* Upgrade memmap2 dependency to 0.8.0Nick Mathewson2023-09-281-1/+1
* Upgrade event_listener dependency to 3.0.0Nick Mathewson2023-09-282-2/+2
* arti-client: add exit selection with GeoIP country codeseta2023-09-182-1/+11
* 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
* Minor-version bumps for crates with breaking changes.Nick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2312-0/+12
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* tor-dirclient: Make Requestable return requests with String bodies.Gabriela Moldovan2023-08-161-1/+1
* tor-dirclient: Make the body type of a `Requestable` type configurable.Gabriela Moldovan2023-08-161-1/+1
* tor-dirclient: Rename download() to send_request() (fmt).Gabriela Moldovan2023-08-161-1/+5
* tor-dirclient: Rename download() to send_request().Gabriela Moldovan2023-08-161-2/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-8/+8
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-7/+7
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-1112-0/+13
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1012-0/+13
* | rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-101-3/+2
|/