summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* | circmgr: Change API for using FallbackDirsNick Mathewson2022-03-211-1/+5
* | dirmgr: Authority: Abolish v3ident accessorIan Jackson2022-03-182-11/+3
* | dirmgr: Authority: Move a method used only for testingIan Jackson2022-03-181-6/+9
* | dirmgr: Authority: Abolish two unused accessorsIan Jackson2022-03-181-9/+1
* | dirmgr: NetworkConfig: Abolish accessorsIan Jackson2022-03-181-16/+8
* | dirmgr: NetworkConfig: Rename fallbacks struct fieldIan Jackson2022-03-181-6/+9
* | Merge branch 'md_allocation' into 'main'Nick Mathewson2022-03-171-20/+54
|\ \
| * | Run rustfmtIan Jackson2022-03-171-5/+6
| * | GetMicrodescsState: Abolish separate n_missing field inIan Jackson2022-03-171-12/+12
| * | GetMicrodescsState: Break out with_mdreceiver_for_missingIan Jackson2022-03-171-13/+23
| * | GetMicrodescsState: Dedupe slightlyIan Jackson2022-03-171-8/+9
| * | tor-dirmgr: Remove redundant hashtable.Nick Mathewson2022-03-161-22/+44
* | | Merge branch 'config-partials-transparent' into 'main'Ian Jackson2022-03-173-67/+43
|\ \ \
| * | | DirMgrConfig: abolish builder; make it transparent and exhaustiveIan Jackson2022-03-163-67/+43
* | | | Merge branch 'always-ims' into 'main'eta2022-03-161-10/+49
|\ \ \ \ | |/ / / |/| | |
| * | | dirmgr: Always send if-modified-since on consensus documents.Nick Mathewson2022-03-161-10/+49
| |/ /
* | | RetryDelay: remove accessors.Nick Mathewson2022-03-161-7/+9
* | | Remove re-export of retry-schedule in tor-dirmgr.Nick Mathewson2022-03-161-1/+1
* | | Fix up documentation on RetryDelay.Nick Mathewson2022-03-161-6/+3
* | | Move RetryDelay from dirmgr to basic-utils.Nick Mathewson2022-03-161-155/+1
* | | RetryDelay: add accessors for stateNick Mathewson2022-03-161-5/+22
|/ /
* | Merge branch 'missing_shrink_to_fit' into 'main'eta2022-03-141-0/+7
|\ \
| * | dirmgr: Call shrink_to_fit on missing-microdesc hashtableNick Mathewson2022-03-101-0/+7
* | | Follow-up from arti!318Nick Mathewson2022-03-112-2/+11
* | | Merge branch 'add-flatfile-dirmgr' into 'main'Nick Mathewson2022-03-113-12/+17
|\ \ \
| * | | Expose APIs for external DirProviderChristian Grigis2022-03-113-12/+17
| |/ /
* | | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-071-22/+0
* | | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-072-0/+4
|/ /
* | Merge branch 'errors-for-dirprovider' into 'main'Nick Mathewson2022-03-041-0/+12
|\ \
| * | Provide an error variant for external directory providersIan Jackson2022-03-041-0/+12
* | | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-042-26/+14
|\ \ \ | |/ / |/| |
| * | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
| * | Replace manual Default impl with educe in tor-dirmgrIan Jackson2022-03-021-10/+5
| * | Replace manual Default impl with educe+std in tor-dirmgrIan Jackson2022-03-021-8/+4
| * | Replace manual Debug impl with educe in tor-dirmgrIan Jackson2022-03-021-8/+5
* | | Use RsaIdentity::from_hex() and hex::decode_to_slice in more placesNick Mathewson2022-03-044-16/+8
* | | Merge branch 'dir-provider-redux' into 'main'Ian Jackson2022-03-021-1/+63
|\ \ \ | |/ / |/| |
| * | DirProvider: Fix infinite recursion bugNick Mathewson2022-02-251-4/+4
| * | Un-parameterize DirProvider.Nick Mathewson2022-02-231-15/+9
| * | Add basic DirProvider trait, use it in clientChristian Grigis2022-02-231-0/+68
* | | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
| |/ |/|
* | dirmgr::Store.expire_all takes configtharvik2022-02-233-26/+47
* | dirmgr: add Store traittharvik2022-02-236-278/+310
|/
* Rename TorConnectionFailed to TorAccessFailedNick Mathewson2022-02-221-1/+1
* Rename TorShuttingDown to ArtiShuttingDownNick Mathewson2022-02-221-1/+1
* dirclient: Remove HttpStatus error variantNick Mathewson2022-02-171-2/+11
* Merge branch 'remaining-errors'Nick Mathewson2022-02-175-59/+169
|\
| * Use TorConnectionFailed for failure to download directory.Nick Mathewson2022-02-171-1/+1
| * tor-dirmgr: Use Bug type for sqlite-detected bugsIan Jackson2022-02-171-1/+9
| * tor-dirmgr: Make sqlite_error_kind take rusqlite::ErrorIan Jackson2022-02-171-32/+34