summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-12/+12
* Fixup broken doc comment from arti!220eta2022-01-101-1/+1
* Merge branch 'ticket_178' into 'main'eta2022-01-101-9/+73
|\
| * Only replace netdir once we have enough guard MDs.Nick Mathewson2022-01-061-9/+73
* | Merge branch 'bug274' into 'main'eta2022-01-101-1/+14
|\ \
| * | Fix busy-loop when consensus is near expiring.Nick Mathewson2022-01-071-1/+14
| |/
* / Minimize the required version for each dependency.Nick Mathewson2022-01-071-16/+16
|/
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* fallbackdir: Update list generated on December 15, 2021Tor CI Release2021-12-161-869/+891
* tor-dirmgr: retain cache_usage on reset.Nick Mathewson2021-12-161-4/+19
* Merge branch 'flag-publish-2' into 'main'eta2021-12-165-158/+366
|\
| * Refactor directory events to use a FlagPublisher mechanism.Nick Mathewson2021-12-145-158/+366
* | tor-dirmgr: Warn on a bug case.Nick Mathewson2021-12-161-2/+1
|/
* Merge branch 'reconfigure' into 'main'eta2021-12-134-29/+131
|\
| * Add a few tests to tor-config.Nick Mathewson2021-12-071-3/+2
| * Make override_net_params take effect sooner.Nick Mathewson2021-12-072-4/+19
| * Make much of DirMgrConfig reconfigurable.Nick Mathewson2021-12-074-38/+94
| * Sketch API for reconfiguration.Nick Mathewson2021-12-072-0/+32
* | fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* | update rusqlite and revert minimal version changeTrinity Pointard2021-12-091-1/+1
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-071-1/+1
|/
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-062-6/+6
* Merge branch 'tor-dirmgr' into 'main'eta2021-12-011-3/+9
|\
| * dont warn on bootstrap error when error == manager droppeddagon2021-11-301-3/+9
* | Merge remote-tracking branch 'origin/mr/159'Nick Mathewson2021-11-301-13/+51
|\ \
| * | remember utf8 checkdagon2021-11-301-13/+51
| |/
* | Merge branch 'readme_fixes'Nick Mathewson2021-11-301-0/+3
|\ \ | |/ |/|
| * run ./maint/readmes.shdagon2021-11-291-0/+3
* | Bump every crate by one patch version.Nick Mathewson2021-11-291-12/+12
* | Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-292-1/+2
|\ \
| * | Add basic tests for high-level buildersNick Mathewson2021-11-252-1/+2
| |/
* | add semicolons if nothing returnedDaniel Eades2021-11-254-9/+10
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-252-2/+2
|/
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-242-2/+2
* Make every Config type implement Eq.Nick Mathewson2021-11-212-4/+4
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-6/+25
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-4/+4
* Rename RetryConfig to DownloadSchedule, fold in parallelism.Nick Mathewson2021-11-185-79/+83
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-182-5/+10
* tor-dirclient: Put routerdesc download behind a feature.Nick Mathewson2021-11-121-1/+1
* tor-dirmgr: put routerdesc storage behind a feature.Nick Mathewson2021-11-124-23/+64
* Fix typosDimitris Apostolou2021-11-122-3/+3
* Remove usage of tracing-test 0.1Nick Mathewson2021-11-112-3/+0
* Tests for tor-dirmgr::bootstrapNick Mathewson2021-11-113-1/+218
* Minor tests for DirMgr::query_into_requestsNick Mathewson2021-11-111-0/+39
* tor-dirmgr: tests for making and expanding consensus requests.Nick Mathewson2021-11-101-0/+125
* tor-dirmgr: Tests for high-level loading functions.Nick Mathewson2021-11-101-3/+152
* More tests on tor-dirmgr::stateNick Mathewson2021-11-083-27/+113
* Remove one more test println!().Nick Mathewson2021-11-041-1/+0
* tor-dirmgr: tests for docid module.Nick Mathewson2021-11-041-1/+156