| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the "typos" tool to fix some spelling | Nick Mathewson | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | Prefer "relay" to "server" when appropriate. | Nick Mathewson | 2021-05-18 | 1 | -4/+4 |
| | | |||||
| * | A few easy tests in tor-dirmgr. | Nick Mathewson | 2021-05-04 | 1 | -7/+26 |
| | | |||||
| * | Major revision on DirMgr logic -- almost a complete rewrite. | Nick Mathewson | 2021-04-13 | 1 | -1/+7 |
| | | | | | | | | | The big idea of this revision is to separate the code that knows about doing downloads from the code that decides what to download. Later, we can make a similar change for database access. With these changes together, we can make our code much more testable, and eventually enable more download types in parallel. | ||||
| * | resolve a clippy issue | Nick Mathewson | 2021-03-30 | 1 | -1/+3 |
| | | |||||
| * | Declare a better default for DownloadScheduleConfig. | Nick Mathewson | 2021-03-30 | 1 | -0/+11 |
| | | |||||
| * | Add a compatibility layer so we can upgrade rand_core. | Nick Mathewson | 2021-03-18 | 1 | -1/+1 |
| | | | | | | | dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible. | ||||
| * | Avoid unwrap() in dirmgr. | Nick Mathewson | 2021-03-04 | 1 | -1/+1 |
| | | |||||
| * | Make our initial bootstrap retry schedule configurarable | Nick Mathewson | 2021-02-17 | 1 | -5/+50 |
| | | |||||
| * | tor-dirmgr: retry up to 3 times on download failure. | Nick Mathewson | 2020-12-01 | 1 | -0/+7 |
| | | |||||
| * | Add a decorrelated-jitter implementation. | Nick Mathewson | 2020-11-30 | 1 | -0/+145 |
| This is the algorithm we use on download failure to back off before we retry. | |||||
