summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnel/WireGuardAdapter
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-1/+2
2025-08-06Fix some linting warningsmojganii1-2/+4
2025-04-29Remove special Same IP loggingmojganii1-28/+0
2025-02-04Update copyright string in switft filesOskar4-4/+4
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-3/+3
2024-12-19Use IAN TCP connection for ephemeral peer exchangeEmīls1-1/+16
2024-11-06Add a pingableGateway addressBug Magnet1-1/+2
2024-09-18Add IAN-based TunnelPinger refactoring the pinger protocol accordinglyAndrew Bulhak2-0/+12
2024-09-06Enable Daita in the PacketTunnel actorBug Magnet2-10/+21
2024-07-25Apply multihop for normal connectionmojganii2-0/+48
2024-07-17Update wireguard-appleEmīls1-0/+2
2024-03-18Add preSharedKey to TunnelPeer, pass it to TunnelConfiguration if presentAndrew Bulhak1-0/+1
2024-02-13Resurface the list of allowedIPs to make it configurableBug Magnet1-4/+1
2024-02-07Always destroy tunnel when reconfiguringEmīls1-1/+2
2023-12-20Fix Swiftlint warningsJon Petersson1-2/+5
2023-10-13Log same-ip on each connection attemptAndrej Mihajlov1-2/+19
2023-10-09PacketTunnel: introduce proper state and blocked stateAndrej Mihajlov4-0/+261