aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.xcodeproj/project.pbxproj (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-03-18on-demand: macOS: Tunnel detail: Show SSID infoRoopesh Chander2-3/+25
2019-03-18on-demand: iOS: Update on-demand info shown in tunnel edit viewRoopesh Chander3-4/+23
2019-03-18on-demand: ActivateOnDemandViewModel: Uniquify SSIDs listRoopesh Chander1-2/+16
2019-03-18on-demand: macOS: Support SSIDs in on demand activationRoopesh Chander4-22/+195
2019-03-18on-demand: iOS: Tunnel detail: Show SSID infoRoopesh Chander4-17/+80
2019-03-18on-demand: iOS: Add ability to add current SSIDRoopesh Chander2-6/+73
2019-03-18on-demand: iOS: Xcode: Add ability to access current SSIDRoopesh Chander2-0/+5
2019-03-18on-demand: iOS: Support for SSIDsRoopesh Chander8-41/+411
2019-03-18on-demand: Introducing ActivateOnDemandViewModelRoopesh Chander3-0/+145
2019-03-18on-demand: Infrastructure for supporting SSID-based rulesRoopesh Chander4-21/+71
2019-03-18on-demand: Simplify OS-specific code for interface type selectionRoopesh Chander4-71/+43
2019-03-18macOS: Localize tooltipsRoopesh Chander2-2/+7
2019-03-18macOS: Tunnel detail: Make the Activate button part of the list viewRoopesh Chander4-39/+112
2019-03-18macOS: Nullify observationToken on prepareForReuse()Roopesh Chander1-0/+1
2019-03-18TunnelName: sort correctly with numbers and capitalsJason A. Donenfeld2-5/+8
2019-03-17ringlogger: support mpsc for singlefileJason A. Donenfeld11-93/+159
2019-03-17macOS: Tunnel detail: Activate / Deactivate is now a buttonRoopesh Chander2-35/+33
2019-03-17macOS: Tunnel detail: Show the status in the list viewRoopesh Chander3-8/+61
2019-03-17macOS: KeyValueImageRow classRoopesh Chander1-4/+44
2019-03-12wireguard-go-bridge: update depsJason A. Donenfeld2-9/+6
2019-03-11wg-quick parser: trim \r as wellJason A. Donenfeld1-5/+5
2019-03-11TunnelsManager: Don't restart if only on-demand setting has changedRoopesh Chander1-5/+11
2019-03-10macOS: Ability to remove multiple tunnels at a timeRoopesh Chander3-13/+41
2019-03-10TunnelsManager: Support for removing multiple tunnels at a timeRoopesh Chander1-2/+22
2019-03-10macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVCRoopesh Chander4-51/+58