summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
Commit message (Expand)AuthorAgeFilesLines
* Bump crate and dependency versions.Nick Mathewson2022-06-241-3/+3
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* tor-socksproto: Style and info fixes in errors.Nick Mathewson2022-06-224-9/+16
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-4/+3
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
* Bump versions of trivially-changed crates.Nick Mathewson2022-05-271-1/+1
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-4/+4
* Update README.md files (automated).Nick Mathewson2022-05-061-4/+4
* Fix spacingSamanta Navarro2022-04-271-1/+1
* Fix grammar and typosSamanta Navarro2022-04-271-3/+3
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-3/+0
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-7/+6
* socksproto: remove some unused accessors.Nick Mathewson2022-04-021-15/+0
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-3/+3
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-4/+4
|/
* 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-113-10/+67
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-3/+3
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-2/+2
* 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
* Bump every crate by one patch version.Nick Mathewson2021-11-291-3/+3
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-3/+3
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1