aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-154-8/+43
* 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
* Migrate when we notice a new tunnel in reload()Roopesh Chander2019-02-121-0/+5
* Info.plist: Localize with InfoPlist.stringsRoopesh Chander2019-02-112-2/+9
* 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
* iOS: Rewrite applying runtime configurationRoopesh Chander2019-02-102-66/+76
* Importing: Ignore case in matching file extensions inside zip filesRoopesh Chander2019-02-091-1/+2
* TunnelsManager: No need to access tunnelConfiguration on status changeRoopesh Chander2019-02-091-5/+1
* Version bump0.0.20190207-2Jason A. Donenfeld2019-02-081-1/+1
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-086-13/+15
* Info.plist: Add missing key types0.0.20190207-1Jason A. Donenfeld2019-02-081-0/+2
* Version bumpJason A. Donenfeld2019-02-081-1/+1
* Key: Use C implementation insteadJason A. Donenfeld2019-02-081-0/+1
* Key: Constant time encodingJason A. Donenfeld2019-02-084-43/+24
* TunnelsManager: Ignore status changes on tunnel providers we don't haveRoopesh Chander2019-02-081-2/+1
* iOS: Use shorter pretty timeRoopesh Chander2019-02-082-0/+22
* iOS: Tunnel detail: Turn off animation when showing fields changingRoopesh Chander2019-02-081-1/+1
* macOS: Show alert if exiting with an active tunnelRoopesh Chander2019-02-082-3/+25
* TunnelsManager: Don't lose .restarting stateRoopesh Chander2019-02-081-4/+5
* TunnelsManager: Log startDeactivation callsRoopesh Chander2019-02-081-0/+1
* StatusItemController: Show animation when deactivatingJason A. Donenfeld2019-02-071-3/+1
* PacketTunnelProvider: proper fix for 32073323Jason A. Donenfeld2019-02-071-15/+0
* TunnelsManager: When creating/modifying a tunnel, update the associated objectRoopesh Chander2019-02-071-5/+7
* 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-067-39/+98
* Keychain: store configurations in keychain instead of providerConfigJason A. Donenfeld2019-02-062-6/+18
* TunnelsManager: cache access to configuration objectJason A. Donenfeld2019-02-061-1/+9
* TunnelsManager: Wait for 6 seconds on deactivation instead of 5Jason A. Donenfeld2019-02-061-1/+1
* 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
* iOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-0/+1
* macOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-051-15/+88
* TunnelViewModel: Don't call peer change handler if there are no changesRoopesh Chander2019-02-051-1/+3
* macOS: Tunnel detail: Refactor calculation of tableViewModelRowsRoopesh Chander2019-02-051-12/+30
* x25519: demand RNG is successfulJason A. Donenfeld2019-02-051-1/+2