aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src
Commit message (Expand)AuthorAgeFilesLines
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid errorIan Jackson2022-02-152-8/+3
* Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!Ian Jackson2022-02-151-6/+6
* New name and semantics for BadAPIUsage (was BadArgument)Ian Jackson2022-02-151-1/+3
* Merge branch 'error-socksproto-autoconvert' into 'main'Nick Mathewson2022-02-142-14/+7
|\
| * Run rustfmt.Nick Mathewson2022-02-141-12/+5
| * Provide, and use From impl for InternalErrorIan Jackson2022-02-142-8/+8
* | Merge branch 'warn_not_deny' into 'main'eta2022-02-141-1/+1
|\ \
| * | Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
| |/
* | Merge remote-tracking branch 'origin/mr/313'Nick Mathewson2022-02-141-2/+2
|\ \
| * | tor_socksproto::Error HasKind fix two delegationsIan Jackson2022-02-141-2/+2
| |/
* | Merge branch 'error-kind-protocol' into 'main'Ian Jackson2022-02-141-1/+1
|\ \
| * | Split up ErrorKind::ProtocolViolationIan Jackson2022-02-141-1/+1
| |/
* | ErrorKind::NotImplemented: fix two testsIan Jackson2022-02-142-2/+2
* | Split up ErrorKind::NoSupportIan Jackson2022-02-143-6/+6
|/
* socksproto: fix one more error type.Nick Mathewson2022-02-111-1/+1
* socksproto: Simplify Truncated handlingNick Mathewson2022-02-112-20/+14
* Move the Truncated error into tor-errors.Nick Mathewson2022-02-113-19/+5
* Try to resolve the "Truncated" error in tor-socksprotoNick Mathewson2022-02-113-47/+63
* tor-socksproto: Implement HasKindNick Mathewson2022-02-112-10/+66
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Idle hacking to get tor-socksproto line coverage over 90%Nick Mathewson2021-12-021-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-082-2/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-274-0/+1019