summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* 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