summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing/src/unix
AgeCommit message (Expand)AuthorFilesLines
2025-04-10Fix some compilation errors on macOS for Rust 2024David Lönnhager1-1/+1
2025-04-01Fix incorrect decoding of macOS SCDynStore valueJoakim Hulthe1-48/+52
2025-04-01Remove some `unsafe` blocksJoakim Hulthe1-17/+32
2025-02-25Allow undocumented_unsafe_blocks in some modulesJoakim Hulthe1-0/+2
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
2025-02-25Reduce open_tun calls (Establish)David Göransson2-20/+52
2025-02-12Fix "RPIT lifetime capture rules"Sebastian Holmin1-1/+3
2025-02-12Replace `#[no_mangle]` with `#[unsafe(no_mangle)]`Sebastian Holmin1-1/+1
2025-02-06Request (poll) initial NetworkState at startupMarkus Pettersson2-3/+81
2025-02-06Replace old waitForTunnelUp functionDavid Göransson4-25/+180
2025-01-24Complete leak checker and implement in daemonJoakim Hulthe1-1/+1
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-3/+3
2024-08-20Add interface/mtu change listenerDavid Lönnhager3-0/+47
2024-06-24Run `cargo +nightly fmt`Sebastian Holmin2-3/+2
2024-06-20Use only SCDynamicStore for fetching network service IPsDavid Lönnhager1-53/+42
2024-04-30Refactor tun moduleDavid Lönnhager1-2/+1
2024-04-30Simplify interface filteringDavid Lönnhager2-54/+37
2024-04-30Handle already-applied routes gentlyDavid Lönnhager2-6/+17
2024-04-30Add initial split tunneling implementation for macOSDavid Lönnhager3-125/+215
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-1/+1
2024-03-14Simplify route manager handleDavid Lönnhager1-157/+105
2024-03-13Fix recv errorDavid Lönnhager1-1/+1
2024-03-13Recreate routing socket if it has been shut down while readingDavid Lönnhager1-5/+13
2024-03-13Hide wait_for_responseDavid Lönnhager1-1/+1
2024-03-13Add helper for checking if routing socket has been shut downDavid Lönnhager1-0/+17
2024-03-13Log when select functions are called an unusual number of timesDavid Lönnhager2-0/+10
2024-03-11Don't block when dropping route managerDavid Lönnhager1-3/+4
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