| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-socksproto: Deprecate old API | Ian Jackson | 2024-10-01 | 1 | -1/+2 |
| | | |||||
| * | tor-socksproto: Introduce new API | Ian Jackson | 2024-10-01 | 1 | -0/+4 |
| | | |||||
| * | tor-socksproto: Move `handshake` to be a trait method | Ian Jackson | 2024-10-01 | 1 | -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 Mathewson | 2022-11-30 | 1 | -2/+0 |
| | | |||||
| * | socksproto: impl Clone for Error. | Nick Mathewson | 2022-10-20 | 1 | -1/+1 |
| | | |||||
| * | Implement client-side SOCKS handshake | Nick Mathewson | 2022-09-28 | 1 | -0/+2 |
| | | |||||
| * | Now that versions have bumped, remove semver.md files. | Nick Mathewson | 2022-08-01 | 1 | -0/+0 |
| | | |||||
| * | socksproto: Use fallible writers. | Nick Mathewson | 2022-07-11 | 1 | -0/+0 |
| | | | | | Also, make private a function that had formerly been `pub`. | ||||
| * | Remove semver.md files now that 0.5.0 is out | Nick Mathewson | 2022-06-24 | 1 | -1/+0 |
| | | |||||
| * | tor-socksproto: Style and info fixes in errors. | Nick Mathewson | 2022-06-22 | 1 | -0/+1 |
| (The use of Cow<> in the error message isn't strictly necessary here, but it's a pattern I want to encourage.) | |||||
