summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-3/+3
* Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-221-0/+8
|\
| * socksproto: Add unspecified but documented socks5 extension codesNick Mathewson2023-06-221-0/+8
* | lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
|/
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-4/+4
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-6/+2
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+6
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-4/+4
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Merge branch 'msrv-1.65' into 'main'Ian Jackson2023-04-121-1/+1
|\
| * Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* | s/ProtocolFailed/ProtocolViolation/g where possibleNeel Chauhan2023-04-081-1/+1
|/
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-2/+2
* 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