aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* HS configuration: Plumb configuration through (clippy)Ian Jackson2023-06-281-1/+1
* Also require that TorClientBuilder be Sync.Nick Mathewson2023-06-261-2/+2
* arti-client: Mark DirProviderBuilder Send+Sync;Nick Mathewson2023-06-261-1/+15
* dirmgr Store: Have constructors take DirMgrStoreIan Jackson2022-11-141-2/+4
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* arti_client: Split DirMgr error into useful types.Nick Mathewson2022-07-211-1/+1
* arti-client: Remove code related to overriding fs-mistrust.Nick Mathewson2022-07-191-31/+0
* Move responsibility for disable-fs-mistrust envvar.Nick Mathewson2022-07-191-28/+3
* Remove now-redundant Send+Sync constraints alongside NetDirProviderNick Mathewson2022-06-071-2/+2
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-241-19/+46
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-2/+1
* Remove "Mistrust" from the public API of arti-client.Nick Mathewson2022-05-091-7/+0
* arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-091-12/+2
* arti-client: Configure and use fs-mistrust.Nick Mathewson2022-05-091-0/+47
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* Abolish filter::DynFilter in favour of transparent DirFilterIan Jackson2022-03-251-3/+3
* Make DirFilter be Debug + Send + SyncIan Jackson2022-03-251-1/+1
* Expose DirFilter from arti-client.Nick Mathewson2022-03-241-0/+28
* Have caller of dirmgr_builder() provide Arc.Nick Mathewson2022-03-021-2/+2
* DirProvider: Fix infinite recursion bugNick Mathewson2022-02-251-1/+1
* Add a builder function for replacing a DirProvider.Nick Mathewson2022-02-231-7/+62
* Documentation suggestion from review.Ian Jackson2022-02-231-1/+1
* Make a TorClientBuilder API.Nick Mathewson2022-02-181-0/+78