summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-281-3/+9
|
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-1/+1
|
* tor-client: refactor TorClient::bootstrap's args into a config objecteta2021-10-191-1/+1
| | | | | | | | | | | | | The three arguments TorClient::bootstrap requires by way of configuration have been factored into a new TorClientConfig object. This object gains two associated functions: one which uses `tor_config`'s `CfgPath` machinery to generate sane defaults for the state and cache directories, and one that accepts said directories in order to create a config object with those inserted. (this commit was inspired by trying to use arti as a library and being somewhat overwhelmed by the amount of config stuff there was to do :p)
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-0/+4
|
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-161-4/+4
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+102
This will cause some pain for now, but now is really the best time to do this kind of thing.