aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/msg.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-socksproto: remove serdeNihal2026-02-161-3/+11
* tor-socksproto: add Serialize/Deserialize derives for SocksVersion and SocksAuthNihal2026-02-161-2/+3
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* socksproto: Add unspecified but documented socks5 extension codesNick Mathewson2023-06-221-0/+8
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Prop304: Add extended SOCKS result codes for onion servicesNeel Chauhan2023-01-181-0/+12
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* socksproto: Make a method conditional.Nick Mathewson2022-10-201-0/+1
* Make some things precisely conditionalIan Jackson2022-10-111-1/+6
* Require no NUL in socks hostname.Nick Mathewson2022-10-031-0/+6
* Add a SocksReply type to capture address/port information.Nick Mathewson2022-10-031-0/+42
* Make sure that socks4 auth doesn't have any 0 bytes.Nick Mathewson2022-10-031-16/+44
* Tests for socks client handshake.Nick Mathewson2022-10-031-0/+1
* Fuzzer code for socks client implementation.Nick Mathewson2022-10-031-1/+50
* Implement client-side SOCKS handshakeNick Mathewson2022-09-281-0/+9
* Make "SocksRequest::new" public.Nick Mathewson2022-09-271-1/+17
* tor-socksproto: Style and info fixes in errors.Nick Mathewson2022-06-221-2/+4
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* socksproto: remove some unused accessors.Nick Mathewson2022-04-021-15/+0
* tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid errorIan Jackson2022-02-151-1/+3
* ErrorKind::NotImplemented: fix two testsIan Jackson2022-02-141-1/+1
* Split up ErrorKind::NoSupportIan Jackson2022-02-141-1/+1
* socksproto: fix one more error type.Nick Mathewson2022-02-111-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+311