Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings after latest rust upgrade (#33043) | Martin Robinson | 2024-08-14 | 1 | -0/+1 |
| | | | | | | | This fixes various unused code warnings after the recent rust upgrade. Some of the dead code is maintained, as it is quite likely that it will be used in future changes. Signed-off-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | clippy: Fix warnings in `components/net` (#31626) | eri | 2024-03-13 | 1 | -1/+1 |
| | | | | | * clippy: fix warnings in `components/net` * fix: review comments | ||||
* | clippy: fix warnings in components/net (#31564) | eri | 2024-03-10 | 1 | -8/+8 |
| | | | | | | | * clippy: fix some warnings in components/net * fix: review comments * fix: tidy | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -9/+10 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Upgrade Hyper | Naveen Gattu | 2022-01-16 | 1 | -79/+119 |
| | |||||
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Redesign network response decoding to avoid creating decoders before some ↵ | Josh Matthews | 2019-01-15 | 1 | -0/+483 |
content is present. |