aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/bootstrap.rs
Commit message (Expand)AuthorAgeFilesLines
* dirmgr: add Store traittharvik2022-02-231-5/+6
* dirclient: Remove HttpStatus error variantNick Mathewson2022-02-171-2/+11
* dirmgr: eliminate StringParsingError.Nick Mathewson2022-02-161-1/+2
* tor-dirmgr: Create a bootstrap-status exporting mechanism.Nick Mathewson2022-01-181-0/+12
* Refactor directory events to use a FlagPublisher mechanism.Nick Mathewson2021-12-141-4/+0
* Make much of DirMgrConfig reconfigurable.Nick Mathewson2021-12-071-1/+2
* add semicolons if nothing returnedDaniel Eades2021-11-251-2/+2
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
* Rename RetryConfig to DownloadSchedule, fold in parallelism.Nick Mathewson2021-11-181-5/+6
* Fix typosDimitris Apostolou2021-11-121-2/+2
* Remove usage of tracing-test 0.1Nick Mathewson2021-11-111-2/+0
* Tests for tor-dirmgr::bootstrapNick Mathewson2021-11-111-0/+215
* Merge branch 'share_state'Nick Mathewson2021-10-211-9/+7
|\
| * Mark consensus as "not-pending" even if its microdescs come from cache.Nick Mathewson2021-10-201-1/+1
| * Move tor-dirmgr to use a sync::Mutex.Nick Mathewson2021-10-201-8/+6
* | Fix most warnings from nightly.Nick Mathewson2021-10-191-3/+4
|/
* Add a few tracing directives to tor-dirmgr.Nick Mathewson2021-10-131-1/+7
* Don't report the bootstrap as completed unless it actually succeeds.Nick Mathewson2021-10-131-1/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+320