aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* on-demand: Simplify OS-specific code for interface type selectionRoopesh Chander2019-03-184-71/+43
* macOS: Localize tooltipsRoopesh Chander2019-03-182-2/+7
* macOS: Tunnel detail: Make the Activate button part of the list viewRoopesh Chander2019-03-184-39/+112
* macOS: Nullify observationToken on prepareForReuse()Roopesh Chander2019-03-181-0/+1
* TunnelName: sort correctly with numbers and capitalsJason A. Donenfeld2019-03-182-5/+8
* ringlogger: support mpsc for singlefileJason A. Donenfeld2019-03-1711-93/+159
* macOS: Tunnel detail: Activate / Deactivate is now a buttonRoopesh Chander2019-03-172-35/+33
* macOS: Tunnel detail: Show the status in the list viewRoopesh Chander2019-03-173-8/+61
* macOS: KeyValueImageRow classRoopesh Chander2019-03-171-4/+44
* wg-quick parser: trim \r as wellJason A. Donenfeld2019-03-111-5/+5
* TunnelsManager: Don't restart if only on-demand setting has changedRoopesh Chander2019-03-111-5/+11
* macOS: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-103-13/+41
* TunnelsManager: Support for removing multiple tunnels at a timeRoopesh Chander2019-03-101-2/+22
* macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVCRoopesh Chander2019-03-104-51/+58
* Importing: Only the main thread shall access lastFileImportErrorTextRoopesh Chander2019-03-051-8/+8
* Importing: Make use of lastError returned from TunnelsManager.addMultiple()Roopesh Chander2019-03-051-13/+12
* TunnelsManager: addMultiple() should also return the last errorRoopesh Chander2019-03-052-6/+8
* Importing: Simplify TunnelImporterRoopesh Chander2019-03-041-65/+56
* Importing: macOS: Support importing of multiple files at a timeRoopesh Chander2019-02-255-7/+46
* Importing: Use case-insensitive comparison for zip extensionRoopesh Chander2019-02-251-1/+1
* iOS: Hack to restart active tunnel after adding a new tunnelRoopesh Chander2019-02-241-1/+16
* Importing: Show OS error when unable to open a .conf fileRoopesh Chander2019-02-241-2/+8
* 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: When programmatically selecting a tunnel, also scroll if requiredRoopesh Chander2019-02-221-0/+1
* macOS: Replace NSSegmentedControl with NSPopUpButton and NSButtonRoopesh Chander2019-02-221-43/+50
* Importing: Give a clearer error message on importing an invalid configRoopesh Chander2019-02-222-3/+3
* macOS: Show 'quitting with active tunnel' only when appropriateRoopesh Chander2019-02-223-13/+8
* macOS: Fix removal of DNSes from AllowedIPs when DNS has changedRoopesh Chander2019-02-212-5/+7
* iOS: On changing DNS, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-213-5/+26
* macOS: On saving, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-1/+19
* Importing: Better error message when .conf file is not readableRoopesh Chander2019-02-212-2/+14
* macOS: Specify crypto complianceJason A. Donenfeld2019-02-191-0/+2
* TunnelViewModel: Remove DNS from AllowedIPs when unchecking 'Exclude private IPs'Roopesh Chander2019-02-161-2/+7
* macOS: Exclude private IPsRoopesh Chander2019-02-163-0/+61
* TunnelViewModel: Minor refactoring of exclude private IPs handlingRoopesh Chander2019-02-161-20/+23
* 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-155-8/+47
* Version bumpJason A. Donenfeld2019-02-141-1/+1
* Preshared key field in the detail view should just say 'enabled'Roopesh Chander2019-02-123-0/+6
* Log migration of tunnel configurationRoopesh Chander2019-02-121-0/+1
* Migrate when we notice a new tunnel in reload()Roopesh Chander2019-02-121-0/+5
* Don't migrate in asTunnelConfiguration()Roopesh Chander2019-02-121-11/+8
* Info.plist: Localize with InfoPlist.stringsRoopesh Chander2019-02-113-2/+23
* macOS: Change keyboard shortcut for importing to Cmd+ORoopesh Chander2019-02-102-2/+2