summaryrefslogtreecommitdiff
path: root/tor-bytes
Commit message (Expand)AuthorAgeFilesLines
* List version 0.0.0 for tor-llcrypto dependency in tor-bytesNick 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
* 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/+52
* tor-bytes: fuzzer for Reader code.Nick Mathewson2021-05-243-0/+103
* tor-bytes: Fix possible panic in truncate.Nick Mathewson2021-05-242-4/+18
* Improve tor-bytes crate-level documentation.Nick Mathewson2021-05-241-13/+38
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Upgrade to latest RustCrypto crates.Nick Mathewson2021-05-061-1/+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/+3
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-6/+6
* Add appropriate categories to some Cargo.toml files.Nick Mathewson2021-03-171-0/+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
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Migrate from futures_codec to asynchronous_codec.Nick Mathewson2021-01-151-2/+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
* Run "cargo upgrade".Nick Mathewson2020-10-261-1/+2
* Add a test for Reader::advanceNick Mathewson2020-10-211-0/+11
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-0/+12
* Run "cargo upgrade".Nick Mathewson2020-10-151-1/+1
* Document private members in most cratesNick Mathewson2020-09-244-2/+9
* Run cargo fix --edition-idiomsNick Mathewson2020-09-211-1/+1
* More tests for tor_bytes::implNick Mathewson2020-09-151-1/+25
* tor_bytes: Remove an extraneous printlnNick Mathewson2020-09-151-4/+2
* bytes: add tests for impl.rsNick Mathewson2020-09-151-0/+113
* bytes: add tests for Writer traitNick Mathewson2020-09-142-0/+56
* bytes: more test for Reader.Nick Mathewson2020-09-141-4/+86
* tor_bytes::Reader: fix a bug in truncate.Nick Mathewson2020-09-121-1/+1
* Pare down and sort dependenciesNick Mathewson2020-09-091-3/+3
* Run cargo upgrade, except for stream-cipher.Nick Mathewson2020-09-091-1/+1
* Implement most of client-side channel cert validation.Nick Mathewson2020-09-091-2/+4
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-072-2/+0
* tor-bytes: Add initial support for the bytes crateNick Mathewson2020-09-053-0/+17
* Migrate certificate and routerdesc checking to tor-checkableNick Mathewson2020-09-031-1/+1
* Run cargo-upgrade.Nick Mathewson2020-08-281-4/+4
* Update to latest packages; ed25519 now needs signature crate traits.Nick Mathewson2020-07-202-7/+9
* Run "cargo update".Nick Mathewson2020-06-211-1/+1
* Use "cargo upgrade" from cargo-edit to list current versionsNick Mathewson2020-06-121-5/+5
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-102-9/+7