summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* socksproto: impl Clone for Error.Nick Mathewson2022-10-201-1/+1
|
* Implement client-side SOCKS handshakeNick Mathewson2022-09-281-0/+2
|
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-0/+0
|
* socksproto: Use fallible writers.Nick Mathewson2022-07-111-0/+0
| | | | Also, make private a function that had formerly been `pub`.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
|
* tor-socksproto: Style and info fixes in errors.Nick Mathewson2022-06-221-0/+1
(The use of Cow<> in the error message isn't strictly necessary here, but it's a pattern I want to encourage.)