aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* on-demand: macOS: Integrate Ethernet and Wi-Fi controls in one rowRoopesh Chander2019-03-181-27/+6
* on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander2019-03-181-1/+1
* on-demand: macOS: Disable SSIDs field when adding a tunnelRoopesh Chander2019-03-181-0/+1
* on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander2019-03-181-11/+4
* on-demand: macOS: Support SSIDs in on demand activationRoopesh Chander2019-03-181-22/+29
* 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
* macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shownRoopesh Chander2019-02-241-0/+10
* macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;Roopesh Chander2019-02-241-2/+2
* macOS: Fix removal of DNSes from AllowedIPs when DNS has changedRoopesh Chander2019-02-211-1/+1
* macOS: On saving, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-1/+19
* macOS: Exclude private IPsRoopesh Chander2019-02-161-0/+41
* macOS: Show privacy notice on adding first tunnel0.0.20190207-3Jason A. Donenfeld2019-02-151-7/+9
* Key: Constant time encodingJason A. Donenfeld2019-02-081-6/+6
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-221-2/+6
* macOS: Tunnel edit: actually clean up error handlingJason A. Donenfeld2019-01-211-4/+4
* macOS: Tunnel edit: Clean up error handling when savingRoopesh Chander2019-01-221-35/+30
* macOS: Observe private key changes for new tunnels tooJason A. Donenfeld2019-01-211-10/+10
* Avoid using return in single-line closuresRoopesh Chander2019-01-221-3/+1
* global: Fix up copyright headersJason A. Donenfeld2019-01-181-1/+1
* macOS: Fix autolayout errors on Add Empty TunnelRoopesh Chander2019-01-171-5/+2
* macOS: Tunnel edit: Rename action handling methodsRoopesh Chander2019-01-171-4/+4
* macOS: Edit view: Auto hide editor scrollbarsRoopesh Chander2019-01-141-0/+1
* macOS: To set default size, change frame instead of min sizeRoopesh Chander2019-01-141-3/+3
* macOS: Fix editor scrollingRoopesh Chander2019-01-141-2/+3
* Default view controller sizesEric Kuck2019-01-141-2/+2
* macOS: Support for on-demand activationRoopesh Chander2019-01-141-3/+33
* macOS: Manage tunnels: Add empty tunnel pulldown menu implementationRoopesh Chander2019-01-141-2/+41
* macOS: Update detail view after editingRoopesh Chander2019-01-141-0/+9
* macOS: Edit view: Update public key as you editRoopesh Chander2019-01-141-2/+15
* Parsing: Always error on unrecognized keysRoopesh Chander2019-01-141-1/+1
* macOS: Edit view: Validate and saveRoopesh Chander2019-01-141-1/+27
* Added syntax highlighting conf textviewEric Kuck2019-01-141-2/+2
* macOS: Tunnel edit viewRoopesh Chander2019-01-141-0/+125