| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enforce (and obey) clippy lints about exhaustive enums, structs. | Nick Mathewson | 2021-04-27 | 1 | -0/+1 |
| | | | | | | | | | These lints force us to declare our exported enums and exhaustive-looking structs as non-exhaustive (so that we can add to them in the future without breaking our API) or to explicitly disable the warning for a given enum/struct (to say that we _intend_ for additions to be a breaking change). | ||||
| * | Use typesystem to enforce limit on socks hostname length. | Nick Mathewson | 2020-12-22 | 1 | -3/+13 |
| | | |||||
| * | tor-socksproto: a few more tests | Nick Mathewson | 2020-12-21 | 1 | -0/+37 |
| | | |||||
| * | socksproto: fuze the handshake object on error. | Nick Mathewson | 2020-12-17 | 1 | -1/+12 |
| | | | | | | | Found by fuzzing: without doing this, there are ways to make the SocksHandshake panic. I don't think any of them are reachable from the network assuming this crate is used correctly, but let's be safer. | ||||
| * | Mark some XXXX issues as XXXX-A1. | Nick Mathewson | 2020-12-07 | 1 | -1/+1 |
| | | |||||
| * | Remove a couple of stray dbg!() calls. | Nick Mathewson | 2020-11-19 | 1 | -1/+0 |
| | | |||||
| * | Add some tor-sockproto tests | Nick Mathewson | 2020-11-05 | 1 | -0/+177 |
| | | |||||
| * | Document tor-socksproto | Nick Mathewson | 2020-11-04 | 1 | -0/+53 |
| | | |||||
| * | rename tor_socks -> tor_socksproto. | Nick Mathewson | 2020-11-04 | 1 | -0/+271 |
