summaryrefslogtreecommitdiff
path: root/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Less copying of the authority list.Nick Mathewson2020-11-231-31/+27
* A little documentation in tor-dirmgrNick Mathewson2020-11-231-14/+44
* Make "storage" module privateNick Mathewson2020-11-201-1/+1
* Remove a couple of #[allow]s.Nick Mathewson2020-11-201-7/+5
* Teach DirMgr to use its own NetDir, if present, to bootstrap itself.Nick Mathewson2020-11-201-7/+5
* Add a better way to get a shared directory out of a DirMgr.Nick Mathewson2020-11-201-16/+23
* Remove needless Arc<> for DirStoreHandle. And DirStoreHandle itself.Nick Mathewson2020-11-201-37/+24
* Move a few more responsibilities into NetDirConfig.Nick Mathewson2020-11-203-62/+121
* Move storage and config logic from netdir to dirmgr.Nick Mathewson2020-11-209-6/+1233
* Initial pass on directory-manager code.Nick Mathewson2020-11-192-0/+451