summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-socksproto: Deprecate old APIIan Jackson2024-10-011-1/+2
|
* tor-socksproto: Introduce new APIIan Jackson2024-10-011-0/+4
|
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-0/+3
| | | | | | | | | | | This deduplicates some docs and eliminates the two wrapper functiosn for `run_handshake`, which is now just `handshake`. We're going to make other API breaks too, and this isn't going to be the primary API, so we might as well do this. Proper description of the semver breakage will come at the end when it's all done.
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-2/+0
|
* 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.)