summaryrefslogtreecommitdiff
path: root/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* Remove "default-features=false" thing on tor-rtcompat for now.Nick Mathewson2021-06-241-2/+2
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-9/+9
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* 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
* Remove anyhow dependency from tor-retry, and rename it to retry-errorNick Mathewson2021-06-171-1/+1
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-3/+0
* 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-163-0/+104
* tor_circmgr: even more testsNick Mathewson2021-06-161-16/+95
* More tests in tor-cirmgr::mgrNick Mathewson2021-06-162-4/+129
* 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-1410-432/+1659
* 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
* 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