summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Fix tun file descriptor ownershipJoakim Hulthe1-1/+1
2025-06-11Make flakey unit test less flakeyJoakim Hulthe1-1/+3
2025-06-09Set SO_REUSEADDR on local DNS resolver socketDavid Lönnhager2-33/+193
2025-05-26Add BoringtunJoakim Hulthe1-4/+1
2025-05-22Reconnect when unavailable IP version becomes availableDavid Lönnhager1-2/+5
2025-05-22Fix missing connectivity messages on WindowsDavid Lönnhager2-37/+15
2025-05-14Make sure that deprecated rule types are emptied in PFDavid Lönnhager2-7/+10
2025-05-14Remove unnecessary tokio::spawnJoakim Hulthe1-7/+9
2025-05-14Limit DNS exception to MDNS when flushing pf statesJoakim Hulthe1-3/+11
2025-05-14Flush in-tunnel states when toggling split-tunnelingJoakim Hulthe2-19/+55
2025-05-14Do not config resolver needlesslyDavid Lönnhager2-16/+39
2025-05-14Add stricter checking of forwarding DNS configMarkus Pettersson2-36/+36
2025-05-14Do not ignore loopback addrs when setting DNSDavid Lönnhager1-9/+0
2025-05-14Remove DNS route-to hackJoakim Hulthe6-71/+1
2025-05-14Add logger to talpid-core::resolver testsJoakim Hulthe1-3/+3
2025-05-14Make local resolver tests run sequentiallyJoakim Hulthe1-1/+9
2025-05-14Use local DNS resolver on macOS by defaultMarkus Pettersson5-99/+180
2025-05-14Use HQC-256 instead of Classic McEliece in quantum-resistant handshakeLinus Färnstrand1-9/+0
2025-04-10Fix some compilation errors on macOS for Rust 2024David Lönnhager1-1/+1
2025-04-01Spawn the keypair generator lazily on androidDavid Göransson1-0/+5
2025-03-25Avoid using an unavailable ip version to connect to a relayJonatan Rhodin6-39/+29
2025-03-18Replace to_owned with clone where that's implicitly what was going onLinus Färnstrand2-4/+4
2025-03-18Remove needsless cloning of objectsLinus Färnstrand1-1/+1
2025-03-07Track IPv6 connectivity on AndroidDavid Lönnhager1-26/+36
2025-02-25Add safety comment to talpid_core::dns::windows::dnsapiJoakim Hulthe1-0/+1
2025-02-25Remove unused unsafe impl SendJoakim Hulthe1-2/+0
2025-02-25Fix improper pointer provenanceJoakim Hulthe1-2/+6
2025-02-25Allow undocumented_unsafe_blocks in even more modulesJoakim Hulthe6-0/+10
2025-02-25Allow undocumented_unsafe_blocks in some modulesJoakim Hulthe1-0/+2
2025-02-25Remove unsafe block in talpid_core::split_tunnel::macos::tunJoakim Hulthe1-3/+9
2025-02-25Fix safety comments in talpid_core::split_tunnel::macos::bpfJoakim Hulthe1-5/+6
2025-02-25Replace libc::if_nametoindex with nixJoakim Hulthe1-20/+9
2025-02-25Reduce open_tun calls (Establish)David Göransson1-0/+4
2025-02-25Remove calls to restart tunnelDavid Göransson2-64/+8
2025-02-18Fix capacity valueAndrej Mihajlov1-1/+1
2025-02-17Fix flush scrub rules when disconnectingMarkus Pettersson1-0/+2
2025-02-17Fix clean up NAT workaround rules when disconnectingMarkus Pettersson1-0/+3
2025-02-14Refactor `DisconnectingState::handle_commands`Sebastian Holmin1-172/+66
2025-02-12Format workspaceSebastian Holmin5-21/+20
2025-02-12Fix `clippy::precedence`Sebastian Holmin1-17/+19
2025-02-12Fix `unsafe_op_in_unsafe_fn` warningSebastian Holmin6-55/+69
2025-02-12Fix miscellaneous lintsSebastian Holmin1-1/+1
2025-02-12Replace `#[no_mangle]` with `#[unsafe(no_mangle)]`Sebastian Holmin1-1/+1
2025-02-06Request (poll) initial NetworkState at startupMarkus Pettersson1-1/+0
2025-02-06Replace old waitForTunnelUp functionDavid Göransson2-0/+2
2025-01-24Complete leak checker and implement in daemonJoakim Hulthe2-52/+24
2025-01-24Add PoC leak checker library and CLIJoakim Hulthe1-16/+39
2025-01-14Fix new `clippy` warningsMarkus Pettersson1-1/+1
2025-01-09Do not expose the key pair receiver publiclySebastian Holmin1-2/+2
2025-01-09Make `KEY_PAIR` private and expose it by a fnSebastian Holmin1-2/+2