aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tunnel edit: Support for exclude private IPsRoopesh Chander2018-10-291-5/+60
* Tunnel view model: Support for exclude private IPsRoopesh Chander2018-10-291-0/+70
* Tunnel edit: Fix keyboard type for reused cellsRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Assume there's just one section per peerRoopesh Chander2018-10-291-24/+17
* Tunnel edit: Assume there's just one section per peerRoopesh Chander2018-10-291-30/+19
* Tunnel edit: Set correct keyboard typesRoopesh Chander2018-10-291-0/+19
* VPN: If we don't have to make a DNS request, we shouldn't enter that statusRoopesh Chander2018-10-292-13/+43
* VPN: Cache DNS resolutions while the app is in memoryRoopesh Chander2018-10-291-6/+22
* VPN: Reload the tunnel before starting it upRoopesh Chander2018-10-291-9/+12
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-292-2/+31
* VPN: Fix deletion of tunnelsRoopesh Chander2018-10-291-1/+3
* Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2018-10-292-0/+4
* Tunnel edit: Set correct title when editingRoopesh Chander2018-10-291-1/+1
* Tunnel detail: Change title after editing completesRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Copying the public keyRoopesh Chander2018-10-291-1/+1
* Tunnel editing: Fix cell class namesRoopesh Chander2018-10-291-16/+16
* Import: Use the refactored function for Open-inRoopesh Chander2018-10-291-1/+1
* Import: Minor refactoringRoopesh Chander2018-10-291-41/+46
* Import: Show errors when importing failsRoopesh Chander2018-10-291-0/+8
* Import config: Directly add config, don't open up the editorRoopesh Chander2018-10-291-1/+9
* Zip: Import configs from zip filesRoopesh Chander2018-10-293-25/+29
* Zip: Add zip file readerRoopesh Chander2018-10-292-0/+84
* Zip: Include minizip in our Xcode projectRoopesh Chander2018-10-292-0/+44
* Zip: Add code from the minizip projectRoopesh Chander2018-10-297-0/+5460
* QR code: Save the scanned tunnelRoopesh Chander2018-10-281-1/+6
* QR code: Ask for title when scanning a QR codeJeroen Leenarts2018-10-281-2/+14
* QR code: Minor refactoringRoopesh Chander2018-10-281-5/+5
* QR code: Support some form of rotation.Jeroen Leenarts2018-10-281-0/+32
* QR code: Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts2018-10-281-1/+1
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-283-14/+36
* Info.plist: Indicate that the app shall use the cameraRoopesh Chander2018-10-281-0/+2
* Tunnels list: Need to pass in a name to the parserRoopesh Chander2018-10-281-1/+1
* Revert "Parser: Interface name can be added after parsing"Roopesh Chander2018-10-281-2/+4
* QR code: Ability to add tunnels with a QR code scanEric Kuck2018-10-281-0/+107
* Model: Ensure name is not emptyRoopesh Chander2018-10-281-0/+1
* VPN: A tunnel may be already active on app startupRoopesh Chander2018-10-281-9/+21
* VPN: Remove ability to deactivate the tunnel while resolving DNSRoopesh Chander2018-10-281-13/+7
* VPN: DNSResolver: Resolve multiple endpoints in parallelRoopesh Chander2018-10-281-21/+32
* Tunnels list: Add a switch and an activity indicator to the list viewRoopesh Chander2018-10-281-4/+89
* VPN: Save the tunnel name when modifying a tunnelRoopesh Chander2018-10-281-0/+3
* Tunnel detail: For now, don't allow cancelling when resolving domains is in progressRoopesh Chander2018-10-281-1/+1
* VPN: Cleaner derivation of subnet mask from CIDR network prefix lengthRoopesh Chander2018-10-281-14/+8
* Tunnel detail: The tableView should have selection disabledRoopesh Chander2018-10-271-0/+1
* VPN: Better error and status handlingRoopesh Chander2018-10-272-98/+58
* Xcode: Disable bitcodeRoopesh Chander2018-10-271-0/+2
* VPN: Bring up the tunnelRoopesh Chander2018-10-275-70/+305
* Xcode: Make Xcode build libwg-go.a automaticallyRoopesh Chander2018-10-271-0/+77
* VPN: Fix DNS resolution APIRoopesh Chander2018-10-272-9/+25
* NE: Add bridging headerRoopesh Chander2018-10-272-2/+9
* NE: Remove entitlements we don't need for nowRoopesh Chander2018-10-271-8/+0