summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api/src/abortable_stream.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-5/+7
2024-10-16Replace old client with `hyper_util` legacy clientSebastian Holmin1-1/+1
2024-06-10Use configured hostname for access tokenEmīls1-3/+1
2024-04-03Wrap AbortableStream abort receiver in FuseDavid Lönnhager1-2/+4
The contract of FusedFuture says that a future may not be polled when resolved, not that it is safe to poll it afterwards
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-2/+2
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2022-06-14Manually fix the simpler non-semantic clippy warnsJonathan1-3/+3
This commit tries to manually fix the clippy warnings that are fairly straightforward and do not have rippling effects on the codebase nor have a very high chance of causing bugs.
2022-03-23Rename mullvad-rpc to mullvad-apiDavid Lönnhager1-0/+199