aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Tunnel/TunnelsManager.swift (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-04macOS: Simplify reusing of the detail VC when applicableRoopesh Chander1-12/+2
2019-04-03macOS: Hide other-user tunnels in the status menuRoopesh Chander1-0/+1
2019-04-03macOS: Better handling of tunnels created by another userRoopesh Chander6-9/+115
2019-04-01iOS: Log view: Make log text selectableRoopesh Chander1-2/+4
2019-04-01macOS: Log view: Fix autoscroll to end of logRoopesh Chander1-7/+18
2019-03-29macOS: Bring app to front before 'exiting with an active tunnel' alertRoopesh Chander1-2/+4
2019-03-29macOS: If a sheet is being shown, ignore quit and bring window to frontRoopesh Chander1-0/+5
2019-03-28wireguard-go-bridge: update depsJason A. Donenfeld2-12/+19
2019-03-28macOS: Log view: No need to disable Close buttonRoopesh Chander2-3/+2
2019-03-28iOS: Ability to view the logRoopesh Chander4-42/+146
2019-03-28iOS: Xcode: Minor project rearrangementRoopesh Chander1-1/+1
2019-03-28macOS: Ability to view the logRoopesh Chander5-28/+316
2019-03-27Add LogViewHelperRoopesh Chander2-0/+58
2019-03-22macOS: Syntax highlighter: Free spans arrayRoopesh Chander1-0/+2
2019-03-22macOS: Hide exclude private IPs when PrivateKey / PublicKey is missingRoopesh Chander2-10/+21
2019-03-22macOS: Syntax highlighter: Swift can bridge c strings automaticallyRoopesh Chander1-1/+1
2019-03-22macOS: On Add new, Exclude Private IPs should remain hiddenRoopesh Chander1-0/+2
2019-03-20Xcode: iOS: Remove armv7 as 'Required device capabilities'Roopesh Chander1-1/+0
2019-03-20macOS: Privacy notice is provided by system dialogsJason A. Donenfeld4-46/+9
2019-03-19macOS: Login item: Add a simple login itemJason A. Donenfeld5-0/+178
2019-03-19Version bump0.0.20190319-5Jason A. Donenfeld1-1/+1
2019-03-19wireguard-go-bridge: do not use getdirentries64 on macosJason A. Donenfeld3-3/+427
2019-03-19iOS: Delete confirmation prompt should be a questionRoopesh Chander1-2/+2
2019-03-19macOS: Add 'Deactivate' status menu itemRoopesh Chander1-1/+15
2019-03-19Version: CFBundleVersion must always increase for macOS app store0.0.20190319-4Jason A. Donenfeld1-1/+1
2019-03-18Swiftlint: variable_name -> identifier_nameJason A. Donenfeld1-1/+1
2019-03-18Version bump0.0.20190319-1Jason A. Donenfeld1-2/+2
2019-03-18macos: TunnelsList: set allowsEmptySelection after making initial selectionJason A. Donenfeld1-1/+1
2019-03-18iOS: Consolidate all showConfirmationAlert()s into one placeRoopesh Chander5-47/+37
2019-03-18iOS: Tunnels list: Ability to remove multiple tunnels at a timeRoopesh Chander3-4/+145
2019-03-18iOS: Tunnel edit: Add missing enum valuesRoopesh Chander1-0/+2
2019-03-19macOS: ButtonedDetailViewController: Set min dimensionsRoopesh Chander1-0/+6
2019-03-18ringlogger: document racesJason A. Donenfeld1-0/+3
2019-03-18macOS: Tunnels list: Double-click to activate / deactivateRoopesh Chander1-0/+13
2019-03-18macOS: Tunnels list: Don't allow empty selectionRoopesh Chander1-0/+1
2019-03-18on-demand: macOS: Remove unused class ControlRowRoopesh Chander2-65/+0
2019-03-18on-demand: macOS: Integrate Ethernet and Wi-Fi controls in one rowRoopesh Chander2-45/+82
2019-03-18on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander5-20/+22
2019-03-18on-demand: macOS: Disable SSIDs field when adding a tunnelRoopesh Chander1-0/+1
2019-03-18on-demand: iOS: Disable selection in SSID detail table viewRoopesh Chander1-0/+1
2019-03-18on-demand: macOS: Remove unused class PopupRowRoopesh Chander2-79/+0
2019-03-18on-demand: macOS: Auto-complete SSIDs based on currently connected SSIDRoopesh Chander1-0/+16
2019-03-18on-demand: iOS: Change wording for add-SSIDs rowsRoopesh Chander1-2/+2
2019-03-18on-demand: "Only selected SSIDs" -> "Only these SSIDs"Roopesh Chander2-4/+4
2019-03-18on-demand: macOS: Tunnel detail: List SSIDsRoopesh Chander2-1/+10
2019-03-18on-demand: iOS: Only n SSIDs / Except m SSIDsRoopesh Chander4-2/+25
2019-03-18on-demand: iOS: Show list of SSIDs in a separate screenRoopesh Chander3-6/+88
2019-03-18on-demand: iOS: SSIDs view: Always show the selected SSIDs sectionRoopesh Chander3-25/+38
2019-03-18on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander8-74/+35
2019-03-18on-demand: TunnelViewModel: Remove unused on-demand-related methodsRoopesh Chander1-43/+0