summaryrefslogtreecommitdiff
path: root/tor-circmgr/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused import.Nick Mathewson2021-06-211-1/+0
* More tests and a little code-golf for coverage on tor-circmgrNick Mathewson2021-06-204-14/+47
* tor_circmgr: simplify build_circuit a bit.Nick Mathewson2021-06-202-15/+10
* A few tests for circparameters generation.Nick Mathewson2021-06-191-0/+31
* More/better tests on tor_circmgr::mgrNick Mathewson2021-06-191-46/+132
* A little testing and refactgoring in tor-circmgr.Nick Mathewson2021-06-193-25/+23
* Misc tests in tor-proto.Nick Mathewson2021-06-191-1/+4
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-183-5/+5
* Run "typos" to fix a few more typos.Nick Mathewson2021-06-172-3/+3
* Use retry-error in tor-circmgr.Nick Mathewson2021-06-172-19/+39
* Suppress a clippy warning.Nick Mathewson2021-06-171-0/+1
* more improvements to circmgr tests.Nick Mathewson2021-06-163-2/+6
* Notes about badexit flag and opportunities for errorNick Mathewson2021-06-161-0/+1
* More tests on circmgr::path.Nick Mathewson2021-06-163-1/+89
* circmgr: tests for path/dirpath.rsNick Mathewson2021-06-161-0/+68
* Tests for circmgr::usageNick Mathewson2021-06-162-0/+103
* tor_circmgr: even more testsNick Mathewson2021-06-161-16/+95
* More tests in tor-cirmgr::mgrNick Mathewson2021-06-161-4/+128
* remove now-unused importsNick Mathewson2021-06-141-5/+0
* Comment out build_path for now.Nick Mathewson2021-06-141-0/+3
* Enormous tor-circmgr rewrite.Nick Mathewson2021-06-149-431/+1656
* Add an XXXX to path.rsNick Mathewson2021-06-041-0/+1
* Missing experimental-api imports.Nick Mathewson2021-06-031-1/+3
* 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
* Module docs for remaining cratesNick Mathewson2021-05-251-3/+16
* Use macros and types to improve handling of Netdir parameters.Nick Mathewson2021-05-251-4/+3
* 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
* 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-071-0/+19
* 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
* Use expect() instead of unwrap() in tor-circmgrNick Mathewson2021-03-041-4/+12
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-112-4/+6