aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ViewController/TunnelEditTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all source files to `Sources/` and rename WireGuardKit targetsAndrej Mihajlov2020-12-031-504/+0
* WireGuardKit: Add wrappers for PrivateKey, PublicKey, PreSharedKeyAndrej Mihajlov2020-12-021-1/+2
* Swift 5 migration: Make use of Result typeRoopesh Chander2019-04-211-3/+3
* iOS: Consolidate all showConfirmationAlert()s into one placeRoopesh Chander2019-03-181-16/+3
* iOS: Tunnel edit: Add missing enum valuesRoopesh Chander2019-03-181-0/+2
* on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander2019-03-181-1/+1
* on-demand: iOS: Only n SSIDs / Except m SSIDsRoopesh Chander2019-03-181-1/+1
* on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander2019-03-181-4/+4
* on-demand: iOS: Update on-demand info shown in tunnel edit viewRoopesh Chander2019-03-181-3/+10
* on-demand: iOS: Tunnel detail: Show SSID infoRoopesh Chander2019-03-181-3/+2
* on-demand: iOS: Support for SSIDsRoopesh Chander2019-03-181-41/+40
* on-demand: Infrastructure for supporting SSID-based rulesRoopesh Chander2019-03-181-2/+2
* on-demand: Simplify OS-specific code for interface type selectionRoopesh Chander2019-03-181-3/+3
* iOS: On changing DNS, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-2/+12
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-081-5/+6
* Key: Constant time encodingJason A. Donenfeld2019-02-081-1/+1
* iOS: Make it compile againRoopesh Chander2019-01-311-0/+2
* Avoid using return in single-line closuresRoopesh Chander2019-01-221-1/+1
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Tunnel edit: Fix crashRoopesh Chander2018-12-241-1/+2
* SwitchCell nitsEric Kuck2018-12-221-5/+4
* Remove more commentsRoopesh Chander2018-12-231-2/+0
* Clean up trailing whitespaceJason A. Donenfeld2018-12-221-3/+3
* Strongly recommended now appears as placeholder for DNS when neededEric Kuck2018-12-211-19/+29
* Attempt to strongly recommend thingsJason A. Donenfeld2018-12-221-2/+5
* Move name from interface to tunnelJason A. Donenfeld2018-12-221-1/+1
* Updated NETunnelProvider save formatEric Kuck2018-12-211-2/+2
* Localize all the thingsRoopesh Chander2018-12-211-23/+24
* Tunnel edit: init() need not take a tunnelConfiguration argumentRoopesh Chander2018-12-191-3/+2
* Remove non-helpful commentsRoopesh Chander2018-12-191-1/+0
* Potential fix for insertRowAtIndexPath crashEric Kuck2018-12-161-0/+2
* Fixed editable KeyValueCells being copyableEric Kuck2018-12-141-4/+0
* KeyValueCells now share codeEric Kuck2018-12-141-5/+5
* Reorganized project structureEric Kuck2018-12-141-0/+488