summaryrefslogtreecommitdiff
path: root/tor-units
Commit message (Expand)AuthorAgeFilesLines
* Missing fields in tor-units/Cargo.toml.Nick Mathewson2021-06-241-0/+2
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
* Use thiserror to simplify tor-unitsNick Mathewson2021-05-262-26/+7
* Add a Display test in tor-unitsNick Mathewson2021-05-261-0/+6
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-1/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+19
* Remove extern crate declarations.Nick Mathewson2021-05-251-1/+0
* Use "use" in tor_netdir, remove needless qualifications.Nick Mathewson2021-05-251-7/+8
* Re-add a percentage type wrapper.Nick Mathewson2021-05-251-0/+60
* tor-units: warn about uninhabited types and panicsNick Mathewson2021-05-251-1/+21
* Tweaks docs and style in tor-units.Nick Mathewson2021-05-251-17/+52
* Apply our suite of clippy warnings to tor-units.Nick Mathewson2021-05-251-5/+23
* Use macros and types to improve handling of Netdir parameters.Nick Mathewson2021-05-252-0/+263