summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing/src/unix/macos/data.rs
AgeCommit message (Expand)AuthorFilesLines
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