aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS (follow)
Commit message (Expand)AuthorAgeFilesLines
* macOS: Specify crypto complianceJason A. Donenfeld2019-02-191-0/+2
* macOS: Exclude private IPsRoopesh Chander2019-02-162-0/+53
* ConfTextStorage: lowercase only onceJason A. Donenfeld2019-02-161-5/+4
* ConfTextStorage: Let's keep the AllowedIPs and DNS servers as stringsRoopesh Chander2019-02-161-8/+4
* ConfTextStorage: Make fieldType an enumRoopesh Chander2019-02-161-11/+8
* ConfTextStorage: keep track of single peer state for exclude private IPsJason A. Donenfeld2019-02-151-1/+59
* macOS: Tunnel detail: Set min width/heightRoopesh Chander2019-02-151-0/+5
* macOS: Tunnels list: Use constant width for the table viewRoopesh Chander2019-02-152-3/+2
* macOS: Show privacy notice on adding first tunnel0.0.20190207-3Jason A. Donenfeld2019-02-153-8/+41
* Preshared key field in the detail view should just say 'enabled'Roopesh Chander2019-02-121-0/+2
* macOS: Change keyboard shortcut for importing to Cmd+ORoopesh Chander2019-02-102-2/+2
* macOS: Adapt to the new applyConfiguration APIRoopesh Chander2019-02-101-34/+57
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-081-1/+0
* Info.plist: Add missing key types0.0.20190207-1Jason A. Donenfeld2019-02-081-0/+2
* Key: Constant time encodingJason A. Donenfeld2019-02-081-6/+6
* macOS: Show alert if exiting with an active tunnelRoopesh Chander2019-02-081-3/+20
* StatusItemController: Show animation when deactivatingJason A. Donenfeld2019-02-071-3/+1
* macOS: prohibit multiple instances of appJason A. Donenfeld2019-02-061-0/+2
* PrivateDataConfirmation: prompt with touch/face/pin/password ID for viewing/exporting keysJason A. Donenfeld2019-02-062-20/+27
* macOS: Select tunnel after adding it with 'Add empty tunnel'Roopesh Chander2019-02-051-0/+13
* macOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-1/+3
* macOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-051-15/+88
* macOS: Tunnel detail: Refactor calculation of tableViewModelRowsRoopesh Chander2019-02-051-12/+30
* Fix handling of 'PersistentKeepalive: every n seconds'Roopesh Chander2019-01-311-1/+5
* Configure timers to fire even when tracking mouse eventsRoopesh Chander2019-01-312-2/+2
* macOS: Tunnel detail: Reload runtime config every secondRoopesh Chander2019-01-311-6/+24
* macOS: Select the active tunnel when showing the manage tunnels windowRoopesh Chander2019-01-241-1/+14
* TunnelsTracker: Simplify using TunnelsManager.tunnelInOperation()Roopesh Chander2019-01-241-17/+2
* macOS: Ensure status is up-to-date on startupRoopesh Chander2019-01-241-2/+10
* macOS: show runtime configuration in tunnel managerJason A. Donenfeld2019-01-241-1/+19
* Tunnel: support getting runtime configurationJason A. Donenfeld2019-01-241-0/+4
* macOS: Tunnel detail: Fix updation of tunnelEditVCRoopesh Chander2019-01-231-0/+1
* macOS: Deactivate any active tunnel when app exitsRoopesh Chander2019-01-232-1/+7
* macOS: Adapt to TunnelsManagerListDelegate changesRoopesh Chander2019-01-231-1/+1
* macOS: Tunnel edit: Handle deletion outside appRoopesh Chander2019-01-221-1/+10
* macOS: Tunnel detail: Handle deletion outside appRoopesh Chander2019-01-221-4/+5
* MacOS: StatusMenu: Properly localize menu titleJason A. Donenfeld2019-01-221-1/+1
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-222-3/+10
* macOS: Fix crash when importing using NoTunnelsDetailVC's buttonRoopesh Chander2019-01-221-1/+2
* macOS: StatusMenu: Remove unused menu titleRoopesh Chander2019-01-221-1/+1
* Let there be newlines at the end of all filesRoopesh Chander2019-01-226-6/+6
* macOS: Fix status-related menu itemsRoopesh Chander2019-01-221-2/+2
* 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
* macOS: Better highlighter default value and move c implementationJason A. Donenfeld2019-01-213-1/+1
* macOS: Make highlighter themes staticJason A. Donenfeld2019-01-213-21/+18
* Avoid using return in single-line closuresRoopesh Chander2019-01-221-3/+1
* macOS: Make color theme use a dictRoopesh Chander2019-01-222-55/+34
* macOS: Reset attributes for each syntax highlight cycleRoopesh Chander2019-01-222-3/+22