summaryrefslogtreecommitdiff
path: root/tor-checkable
Commit message (Expand)AuthorAgeFilesLines
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-1/+1
* 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
* 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/+47
* Improve crate-documentation for tor-checkable.Nick Mathewson2021-05-241-10/+40
* 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
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-032-2/+3
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+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-271-0/+4
* 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
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
* cargo upgrade.Nick Mathewson2020-12-301-1/+1
* Upgrade dependenciesNick Mathewson2020-11-101-1/+1
* Infrastructure for testing handshake cert-validation codeNick Mathewson2020-10-211-0/+9
* Run "cargo upgrade".Nick Mathewson2020-10-151-1/+1
* Enable batch ed25519 verification.Nick Mathewson2020-10-021-2/+2
* Document private members in most cratesNick Mathewson2020-09-243-0/+15
* Add tests for SignatureGatedNick Mathewson2020-09-221-0/+45
* Tests for Timerangebound.Nick Mathewson2020-09-221-0/+76
* Pare down and sort dependenciesNick Mathewson2020-09-091-1/+3
* Run cargo upgrade, except for stream-cipher.Nick Mathewson2020-09-091-2/+2
* checkable: documentation fix.Nick Mathewson2020-09-091-0/+3
* TimerangeBound: add functions to extend the tolerancesNick Mathewson2020-09-081-0/+13
* Refactor timerangebound to unwrap bounds earlier.Nick Mathewson2020-09-081-37/+31
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-071-1/+1
* Migrate certificate and routerdesc checking to tor-checkableNick Mathewson2020-09-031-1/+1
* checkable: Add a simple type for self-signed objects.Nick Mathewson2020-09-033-0/+36
* New module with traits for time-bound and signed objectsNick Mathewson2020-09-013-0/+217