summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
Commit message (Expand)AuthorAgeFilesLines
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-2/+2
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-092-4/+6
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-3/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'bug736' into 'main'eta2023-01-241-0/+12
|\
| * Prop304: Add extended SOCKS result codes for onion servicesNeel Chauhan2023-01-181-0/+12
* | Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
|/
* test lint blocks: Add many many automaticallyIan Jackson2022-12-122-0/+16
* test lint blocks: Standardise one in tor-socksprotoIan Jackson2022-12-121-2/+2
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-2/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-4/+4
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* socksproto: Make a method conditional.Nick Mathewson2022-10-201-0/+1
* socksproto: impl Clone for Error.Nick Mathewson2022-10-202-2/+2
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-57/+1
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-122-0/+2
* Make some things precisely conditionalIan Jackson2022-10-111-1/+6
* Move generate_* methods in socks client impl.Nick Mathewson2022-10-031-34/+38
* Require no NUL in socks hostname.Nick Mathewson2022-10-031-0/+6
* Tweak "handshake" docs.Nick Mathewson2022-10-032-4/+12
* Add a SocksReply type to capture address/port information.Nick Mathewson2022-10-034-24/+87
* Make sure that socks4 auth doesn't have any 0 bytes.Nick Mathewson2022-10-032-16/+45
* Tests for socks client handshake.Nick Mathewson2022-10-033-0/+279
* Bug fix: report empty SOCKS4 auth as "no auth".Nick Mathewson2022-10-031-2/+6
* Fuzzer code for socks client implementation.Nick Mathewson2022-10-034-2/+72
* Implement client-side SOCKS handshakeNick Mathewson2022-09-288-7/+323
* Make "SocksRequest::new" public.Nick Mathewson2022-09-271-1/+17
* socksproto: Rename SocksHandshake to SocksProxyHandshake.Nick Mathewson2022-09-275-523/+546
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-1/+1
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-0/+0
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* socksproto: Use fallible writers.Nick Mathewson2022-07-112-16/+19
* Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-2/+3
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-7/+7
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
* 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