aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* macOS: Login item: Get helper app version from xcconfigRoopesh Chander2019-05-201-2/+2
* macOS: Login item: Fix Info.plist pathRoopesh Chander2019-05-201-2/+2
* macOS: Show Manage Tunnels window on startupRoopesh Chander2019-05-201-0/+4
* macOS: Minor refactor of StatusMenuWindowDelegateRoopesh Chander2019-05-202-13/+18
* macOS: Disable 'Delete Selected' when nothing is selectedRoopesh Chander2019-05-201-0/+9
* macOS: Some menu item titles are automatically inferredRoopesh Chander2019-05-202-6/+3
* macOS: Use title-style capitalization for menu itemsRoopesh Chander2019-05-201-5/+5
* macOS: Make it clear that status menu Quit quits the appRoopesh Chander2019-05-201-1/+1
* macOS: Quit in main menu shall just close the windowRoopesh Chander2019-05-202-3/+3
* macOS: Get back removing tunnel using the Delete keyRoopesh Chander2019-05-201-0/+8
* macOS: Both list and detail main menu items should be always enabledRoopesh Chander2019-05-201-0/+18
* macOS: swiftlint: Suppress incorrect warningsRoopesh Chander2019-05-201-0/+2
* macOS: Set a main menu for the appRoopesh Chander2019-05-205-19/+180
* macOS: Remove custom key event handlingRoopesh Chander2019-05-202-53/+0
* macOS: Show app in dock when showing the manage tunnels windowRoopesh Chander2019-05-202-0/+7
* macOS: Edit view: Save on Cmd+SRoopesh Chander2019-05-121-0/+2
* macOS: Edit view: Dismiss on EscRoopesh Chander2019-05-121-0/+6
* macOS: Log view: Dismiss on EscRoopesh Chander2019-05-121-0/+6
* iOS: Log view: Improve the lookRoopesh Chander2019-04-281-3/+23
* Version bump0.0.20190423-8Jason A. Donenfeld2019-04-231-2/+2
* Xcode: Use dwarf for debug and dwarf-with-dsym for releaseRoopesh Chander2019-04-211-0/+2
* Swift 5 migration: Make use of Result typeRoopesh Chander2019-04-219-55/+55
* macOS: Detect when updating from the App StoreRoopesh Chander2019-04-215-0/+84
* Version bump0.0.20190409-7Jason A. Donenfeld2019-04-121-1/+1
* Log view: Don't use a global array to store log entriesRoopesh Chander2019-04-103-8/+12
* macOS: Log view: Stop updating the log once the log view is dismissedRoopesh Chander2019-04-101-0/+10
* Version bump0.0.20190409-6Jason A. Donenfeld2019-04-091-2/+2
* Swift 5 migration: Handle changes in Data's pointer interfaceRoopesh Chander2019-04-094-11/+37
* Swift 5 migration: Fix switch warningsRoopesh Chander2019-04-093-0/+12
* Xcode: Move to Swift 5.0Roopesh Chander2019-04-071-4/+12
* macOS: Minor fix to export panel textsRoopesh Chander2019-04-061-2/+2
* macOS: Tunnels list: Suppress alert buttons when removing tunnels is in progressRoopesh Chander2019-04-064-34/+60
* TunnelsManager: When setting a config, also set isAvailable cacheRoopesh Chander2019-04-061-0/+1
* macOS: Tunnels list: Show the confirmation alert till removal completesRoopesh Chander2019-04-061-25/+40
* TunnelsManager: Fix comparing tunnels with tunnelProviders in reload()Roopesh Chander2019-04-051-2/+13
* TunnelsManager: Cache isTunnelConfigurationAvailableInKeychainRoopesh Chander2019-04-051-1/+12
* macOS: Attempt to remove keychain item only if verifiedRoopesh Chander2019-04-041-1/+3
* macOS: Simplify reusing of the detail VC when applicableRoopesh Chander2019-04-041-12/+2
* macOS: Hide other-user tunnels in the status menuRoopesh Chander2019-04-031-0/+1
* macOS: Better handling of tunnels created by another userRoopesh Chander2019-04-036-9/+115
* iOS: Log view: Make log text selectableRoopesh Chander2019-04-011-2/+4
* macOS: Log view: Fix autoscroll to end of logRoopesh Chander2019-04-011-7/+18
* macOS: Bring app to front before 'exiting with an active tunnel' alertRoopesh Chander2019-03-291-2/+4
* macOS: If a sheet is being shown, ignore quit and bring window to frontRoopesh Chander2019-03-291-0/+5
* macOS: Log view: No need to disable Close buttonRoopesh Chander2019-03-282-3/+2
* iOS: Ability to view the logRoopesh Chander2019-03-284-42/+146
* iOS: Xcode: Minor project rearrangementRoopesh Chander2019-03-281-1/+1
* macOS: Ability to view the logRoopesh Chander2019-03-285-28/+316
* Add LogViewHelperRoopesh Chander2019-03-272-0/+58
* macOS: Syntax highlighter: Free spans arrayRoopesh Chander2019-03-221-0/+2