summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing/src/unix/macos/data.rs
AgeCommit message (Expand)AuthorFilesLines
2025-09-08Refactor and document macOS route socket typesDavid Lönnhager1-381/+310
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+3
2025-06-19Update data.rsleopardracer1-2/+2
2025-04-23Handle changes to best default route betterJoakim Hulthe1-2/+3
2025-04-23Implement Debug for RouteSocketAddress manuallyJoakim Hulthe1-1/+35
2025-04-23Replace loop+bitshift with iteratorJoakim Hulthe1-23/+22
2025-02-25Fix bad pointer deref in talpid-routing::unix::macos::dataJoakim Hulthe1-1/+6
2025-02-25Fix math in talpid-routing::unix::macos::data (?)Joakim Hulthe1-1/+1
2025-02-25Fix safety comment position in talpid-routing::unix::macos::dataJoakim Hulthe1-4/+4
2024-08-20Add interface/mtu change listenerDavid Lönnhager1-0/+4
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-1/+1
2024-03-08Remove superfluous commentsDavid Lönnhager1-8/+0
2024-03-08Clean up macOS routing data errorsDavid Lönnhager1-52/+57
2024-03-07Update bitflags to v2Andrej Mihajlov1-0/+3
2024-03-07routing: use libc constantsAndrej Mihajlov1-58/+57
2024-01-25Set default route MTU when using multihop on macOS. This prevents fragmentationDavid Lönnhager1-1/+23
2024-01-08Set scope ID when restoring default route whose gateway is a link-local addressDavid Lönnhager1-2/+1
2023-10-05Parse ipconfig instead of the routing tableEmīls1-0/+5
2023-08-08Use std::ffi for int/short/char FFI typesLinus Färnstrand1-25/+26
2023-06-05Rework macOS routingDavid Lönnhager1-0/+1147