| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-04-22 | Fix broken lints in rustdocs | Sebastian Holmin | 2 | -2/+2 | |
| I ran `cargo doc` and fixed as many broken links as I could find. | |||||
| 2024-03-14 | Simplify route manager handle | David Lönnhager | 1 | -95/+37 | |
| 2024-03-11 | Unify stop method signature between route manager implementations | David Lönnhager | 1 | -7/+12 | |
| 2024-03-11 | Simplify Windows route monitor | David Lönnhager | 1 | -37/+21 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -23/+23 | |
| `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. | |||||
| 2024-02-19 | Fix redundant imports | David Lönnhager | 1 | -7/+0 | |
| 2024-01-31 | Simplify retry logic in connecting state | David Lönnhager | 1 | -0/+7 | |
| 2024-01-02 | Fix clippy lints | David Lönnhager | 3 | -3/+3 | |
| 2023-10-20 | Move talpid-windows-net into talpid-windows | David Lönnhager | 4 | -12/+10 | |
| 2023-10-09 | Make BurstGuard configurable | David Lönnhager | 1 | -3/+11 | |
| 2023-10-05 | Coalesce route events in macOS route monitor | David Lönnhager | 1 | -4/+2 | |
| 2023-10-05 | Move debounce logic out of windows mod | David Lönnhager | 1 | -88/+2 | |
| 2023-08-08 | Convert talpid-routing to windows-sys 0.48 | Linus Färnstrand | 3 | -100/+53 | |
| 2023-06-05 | Rework macOS routing | David Lönnhager | 1 | -6/+4 | |
| 2023-04-21 | Fix clippy warnings in Windows route manager | Linus Färnstrand | 1 | -8/+7 | |
| 2023-04-21 | Apply clippy --fix fixes | Linus Färnstrand | 4 | -20/+17 | |
| This commit does not contain everything that `cargo clippy --fix` changed on Windows. But the least controversial and simplest subset. The remaining fixes I felt could use some manual cleanup also. | |||||
| 2023-03-27 | Fix many typos | Alexander Seiler | 3 | -11/+11 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-14 | Update windows-sys in mullvad and talpid crates | David Lönnhager | 1 | -7/+6 | |
| 2023-01-18 | Fix deadlock in set_tunnel_addresses | David Lönnhager | 2 | -9/+6 | |
| 2022-11-08 | Refactor Windows routing code | David Lönnhager | 2 | -60/+48 | |
| 2022-11-07 | Refactor routing code | Emīls Piņķis | 1 | -9/+0 | |
| Simplify routing to abstract some of the platform specific details | |||||
| 2022-11-07 | Split up talpid-core | Emīls Piņķis | 4 | -0/+1841 | |
