summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* s/ProtocolFailed/ProtocolViolation/g where possibleNeel Chauhan2023-04-081-1/+1
* socksproto: impl Clone for Error.Nick Mathewson2022-10-201-1/+1
* Implement client-side SOCKS handshakeNick Mathewson2022-09-281-0/+5
* tor-socksproto: Style and info fixes in errors.Nick Mathewson2022-06-221-4/+6
* tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid errorIan Jackson2022-02-151-7/+0
* 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-141-1/+1
|\
| * Provide, and use From impl for InternalErrorIan Jackson2022-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
| |/
* / Split up ErrorKind::NoSupportIan Jackson2022-02-141-3/+3
|/
* socksproto: Simplify Truncated handlingNick Mathewson2022-02-111-19/+13
* Move the Truncated error into tor-errors.Nick Mathewson2022-02-111-15/+0
* Try to resolve the "Truncated" error in tor-socksprotoNick Mathewson2022-02-111-22/+22
* tor-socksproto: Implement HasKindNick Mathewson2022-02-111-2/+41
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+49