summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing/src/unix
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Use block_in_place() in drop implAndrej Mihajlov1-3/+3
2024-03-11Remove unnecessary mutabilityDavid Lönnhager1-4/+4
2024-03-11Simplify unix route monitorDavid Lönnhager1-40/+19
2024-03-11Remove unused error variants in routing::unix::ErrorAndrej Mihajlov1-7/+1
2024-03-08Remove superfluous commentsDavid Lönnhager1-8/+0
2024-03-08Clean up macOS routing data errorsDavid Lönnhager3-54/+59
2024-03-08Print all source errors for macOS routing errorsDavid Lönnhager3-7/+12
2024-03-07Bump nixAndrej Mihajlov2-6/+8
2024-03-07Update bitflags to v2Andrej Mihajlov1-0/+3
2024-03-07routing: use libc constantsAndrej Mihajlov1-58/+57
2024-02-27Replace err_derive with thiserrorJoakim Hulthe6-55/+53
2024-01-31Simplify retry logic in connecting stateDavid Lönnhager1-0/+19
2024-01-25Set default route MTU when using multihop on macOS. This prevents fragmentationDavid Lönnhager2-3/+35
2024-01-15Reconnect if default route disappears while connecting on macOSDavid Lönnhager2-1/+11
2024-01-08Set scope ID when restoring default route whose gateway is a link-local addressDavid Lönnhager2-9/+32
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-1/+1
2024-01-03Remove excessive logging of interfaces on macOSDavid Lönnhager1-9/+2
2023-12-04Subtract multihop overhead from default route MTU on LinuxDavid Lönnhager1-3/+17
2023-10-10Refresh routes when connecting in offline statesDavid Lönnhager1-0/+8
2023-10-10Print network services when offlineDavid Lönnhager2-0/+24
2023-10-10React to any network service change in dynamic storeDavid Lönnhager2-11/+70
2023-10-09Create DynamicStore on startup in macOS route monitorDavid Lönnhager2-133/+189
2023-10-09Make BurstGuard configurableDavid Lönnhager1-6/+15
2023-10-05Find router IP using system configuration frameworkDavid Lönnhager2-170/+103
2023-10-05Parse ipconfig instead of the routing tableEmīls3-149/+214
2023-10-05Remove old scoped route when the default route changesDavid Lönnhager1-47/+40
2023-10-05Coalesce route events in macOS route monitorDavid Lönnhager2-22/+48
2023-09-19Update macOS route monitorDavid Lönnhager2-42/+61
2023-09-19Use unscoped route as best route if there's no tunDavid Lönnhager2-67/+103
2023-09-19Improve logging for default routesDavid Lönnhager1-3/+10
2023-09-19Update default routes on macOS on any address or route changeDavid Lönnhager1-47/+14
2023-09-19Ignore default routes whose interface are inactive. Stale scoped routes foole...David Lönnhager1-4/+43
2023-09-19Force delete unscoped route before adding tunnel default routeDavid Lönnhager1-8/+38
2023-09-19Retry adding back default route after disconnecting. Previously, switching to...David Lönnhager1-19/+134
2023-09-05Document function that handles route messages on macOSDavid Lönnhager1-3/+15
2023-09-05Fix incorrect routing socket error messageDavid Lönnhager1-1/+1
2023-09-05Skip interfaces without indices without loggingDavid Lönnhager1-2/+1
2023-09-05Add back default tun route if deletedDavid Lönnhager1-4/+8
2023-09-05Add timeout for routing socketDavid Lönnhager1-1/+8
2023-08-08Use std::ffi for int/short/char FFI typesLinus Färnstrand1-25/+26
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-19/+17
2023-06-28Make it possible to use gateway or router as the custom WireGuard endpointDavid Lönnhager1-0/+10
2023-06-05Rework macOS routingDavid Lönnhager11-1576/+870
2023-06-05Attempt to setup routes the other wayEmīls6-166/+2624
2023-05-24Restructure routing modules to be hierarchicalLinus Färnstrand4-0/+1633