summaryrefslogtreecommitdiff
path: root/arti/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosHackerNCoder2021-06-171-1/+1
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Use full suite of warnings in arti crate as well.Nick Mathewson2021-05-241-0/+20
* Improve crate-level docs in arti CLI crate.Nick Mathewson2021-05-241-0/+46
* Check "connection" usage for when stream or channel would be better.Nick Mathewson2021-05-181-1/+1
* Consistency, renaming, and testing for dirmgrconfigNick Mathewson2021-05-141-4/+4
* Move override_net_params into DirMgrConfig.Nick Mathewson2021-05-141-0/+9
* Rename NetDirConfig to DirMgrConfig.Nick Mathewson2021-05-141-3/+3
* Remove the no-longer-needed "global runtime" code.Nick Mathewson2021-04-171-1/+1
* Move around the public modules in tor_rtcompat.Nick Mathewson2021-04-171-1/+1
* Remove all non-runtime methods in tor_rtcompat.Nick Mathewson2021-04-161-2/+2
* Add a "Runtime" parameter to all the manager types.Nick Mathewson2021-04-161-2/+5
* Remove fallback_caches.toml, which is no longer in syncNick Mathewson2021-04-131-1/+0
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-1/+1
* Move our command-line interface into a new crate called "arti".Nick Mathewson2021-03-171-0/+139