aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Move the Truncated error into tor-errors.Nick Mathewson2022-02-111-1/+2
* Try to resolve the "Truncated" error in tor-socksprotoNick Mathewson2022-02-111-1/+8
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+96