aboutsummaryrefslogtreecommitdiff
path: root/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* cirmgr: Move usage-related code into a submodule, and refactor.Nick Mathewson2021-06-023-137/+168
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+27
* Module docs for remaining cratesNick Mathewson2021-05-251-3/+16
* Use macros and types to improve handling of Netdir parameters.Nick Mathewson2021-05-252-4/+4
* Broaden type of from_target_portsNick Mathewson2021-05-201-2/+2
* Refactor TorPath code to have explicit constructors.Alexander Færøy2021-05-204-26/+81
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-182-3/+3
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-8/+4
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Fix experimental-api feature after refactoringDavid Goulet2021-05-031-3/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-274-0/+7
* Move timer functions into an extension trait.Nick Mathewson2021-04-171-7/+5
* Move around the public modules in tor_rtcompat.Nick Mathewson2021-04-172-2/+2
* Remove all non-runtime methods in tor_rtcompat.Nick Mathewson2021-04-162-6/+18
* Add a "Runtime" parameter to all the manager types.Nick Mathewson2021-04-162-9/+12
* circmgr: Add missing rng trait to build_path()David Goulet2021-04-091-1/+4
* circmgr: Add a function to build a circuit by pathDavid Goulet2021-04-072-0/+22
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-6/+6
* Use Arc::clone() explicitly with port policiesNick Mathewson2021-03-291-2/+2
* Don't copy exit policies around; instead use Arc.George Kadianakis2021-03-292-5/+2
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-1/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* upgrade async-traitNick Mathewson2021-03-091-1/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Use expect() instead of unwrap() in tor-circmgrNick Mathewson2021-03-041-4/+12
* Port to work with tokio or async-std.Nick Mathewson2021-03-021-2/+2
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-112-4/+6
* bump serde and logNick Mathewson2021-02-011-1/+1
* More logging in circmgr.Nick Mathewson2021-01-261-5/+25
* require latest futures crateNick Mathewson2021-01-151-1/+1
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
* Upgrade a few dependencies.Nick Mathewson2021-01-131-3/+3
* cargo upgrade.Nick Mathewson2020-12-301-2/+2
* Cleanup on DirInfo::circ_params.Nick Mathewson2020-12-221-8/+15
* Implement the "circwindow" and "ExtendByEd25519ID" parametersNick Mathewson2020-12-222-7/+28
* Check ipv6 exit policies when trying to connect to an ipv6 port specificallyNick Mathewson2020-12-222-1/+10
* upgrade to latest anyhowNick Mathewson2020-12-211-1/+1