| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | tor-rtcompat: change `Default` impls for connect/listen options | Steven Engler | 2026-06-08 | 1 | -37/+60 |
| | | | | | The new `Default`s have no panicking code paths. | ||||
| * | tor-rtcompat: add connect() options to set the socket buf sizes | Steven Engler | 2026-06-08 | 1 | -1/+9 |
| | | |||||
| * | tor-rtcompat: add structs to hold connect() options | Steven Engler | 2026-06-08 | 1 | -0/+83 |
| | | | | | | For now this just sets up the structure. We'll add options for TCP later. | ||||
| * | tor-rtcompat: improve comment on `UnixListenOptions` | Steven Engler | 2026-06-08 | 1 | -1/+1 |
| | | |||||
| * | tor-rtcompat: improve comments related to socket options | Steven Engler | 2026-05-21 | 1 | -2/+14 |
| | | |||||
| * | tor-rtcompat: add options to set the socket buf sizes | Steven Engler | 2026-05-07 | 1 | -1/+9 |
| | | |||||
| * | tor-rtcompat: add structs to hold listen() options | Steven Engler | 2026-05-07 | 1 | -0/+96 |
| For now this just sets up the structure. We'll add options for TCP later. | |||||
