| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | When a consensus has enough descriptors, mark it non-pending. | Nick Mathewson | 2020-11-24 | 2 | -6/+52 | |
| | | ||||||
| * | When storing consensuses, index them by the sha3 of the whole file. | Nick Mathewson | 2020-11-23 | 4 | -21/+52 | |
| | | ||||||
| * | Document and de-warning the rest of tor-dirmgr | Nick Mathewson | 2020-11-23 | 6 | -51/+219 | |
| | | ||||||
| * | Less copying of the authority list. | Nick Mathewson | 2020-11-23 | 1 | -31/+27 | |
| | | ||||||
| * | A little documentation in tor-dirmgr | Nick Mathewson | 2020-11-23 | 1 | -14/+44 | |
| | | ||||||
| * | Make "storage" module private | Nick Mathewson | 2020-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | Remove a couple of #[allow]s. | Nick Mathewson | 2020-11-20 | 1 | -7/+5 | |
| | | ||||||
| * | Teach DirMgr to use its own NetDir, if present, to bootstrap itself. | Nick Mathewson | 2020-11-20 | 1 | -7/+5 | |
| | | ||||||
| * | Add a better way to get a shared directory out of a DirMgr. | Nick Mathewson | 2020-11-20 | 1 | -16/+23 | |
| | | ||||||
| * | Remove needless Arc<> for DirStoreHandle. And DirStoreHandle itself. | Nick Mathewson | 2020-11-20 | 1 | -37/+24 | |
| | | ||||||
| * | Move a few more responsibilities into NetDirConfig. | Nick Mathewson | 2020-11-20 | 3 | -62/+121 | |
| | | | | | Also start a DirMgr type. | |||||
| * | Move storage and config logic from netdir to dirmgr. | Nick Mathewson | 2020-11-20 | 8 | -4/+1223 | |
| | | ||||||
| * | Initial pass on directory-manager code. | Nick Mathewson | 2020-11-19 | 1 | -0/+422 | |
| This code can now bootstrap from the network, cache the results, and reload from cache. There's lots more work to do here, including a big pile of tidying and refactoring and testing and documentation. | ||||||
