aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Tunnel view model: IP address can be specified without '/cidr'Roopesh Chander2018-10-301-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Model: IP address can be specified without '/cidr'Roopesh Chander2018-10-301-15/+15
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Fix error message: s/atleast/at least/g;Roopesh Chander2018-10-302-2/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Global: fix up captialization in headersJason A. Donenfeld2018-10-3026-26/+26
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Style: simplify remaining headersJason A. Donenfeld2018-10-302-9/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* XCode: fall back to default settingsJason A. Donenfeld2018-10-302-35/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ZIP: fix linter warningsJason A. Donenfeld2018-10-302-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* VPN: Better error messagesRoopesh Chander2018-10-303-5/+27
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: Specify an error when there are no peers with an endpointRoopesh Chander2018-10-291-0/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Export: Exporting config filesRoopesh Chander2018-10-295-2/+138
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-292-3/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Settings: Add a settings panelRoopesh Chander2018-10-293-0/+161
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Model: Cap networkPrefixLengths to valid valuesRoopesh Chander2018-10-291-1/+7
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel edit: Support for exclude private IPsRoopesh Chander2018-10-291-5/+60
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel view model: Support for exclude private IPsRoopesh Chander2018-10-291-0/+70
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel edit: Fix keyboard type for reused cellsRoopesh Chander2018-10-291-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel detail: Assume there's just one section per peerRoopesh Chander2018-10-291-24/+17
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel edit: Assume there's just one section per peerRoopesh Chander2018-10-291-30/+19
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel edit: Set correct keyboard typesRoopesh Chander2018-10-291-0/+19
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: If we don't have to make a DNS request, we shouldn't enter that statusRoopesh Chander2018-10-292-13/+43
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: Cache DNS resolutions while the app is in memoryRoopesh Chander2018-10-291-6/+22
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: Reload the tunnel before starting it upRoopesh Chander2018-10-291-9/+12
| | | | | | To avoid errors like this: https://stackoverflow.com/q/47550706 Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-292-2/+31
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: Fix deletion of tunnelsRoopesh Chander2018-10-291-1/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2018-10-292-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel edit: Set correct title when editingRoopesh Chander2018-10-291-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel detail: Change title after editing completesRoopesh Chander2018-10-291-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel detail: Copying the public keyRoopesh Chander2018-10-291-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel editing: Fix cell class namesRoopesh Chander2018-10-291-16/+16
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Use the refactored function for Open-inRoopesh Chander2018-10-291-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Minor refactoringRoopesh Chander2018-10-291-41/+46
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Show errors when importing failsRoopesh Chander2018-10-291-0/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import config: Directly add config, don't open up the editorRoopesh Chander2018-10-291-1/+9
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Import configs from zip filesRoopesh Chander2018-10-293-25/+29
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Add zip file readerRoopesh Chander2018-10-292-0/+84
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Include minizip in our Xcode projectRoopesh Chander2018-10-292-0/+44
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Add code from the minizip projectRoopesh Chander2018-10-297-0/+5460
| | | | | | Source: https://zlib.net/zlib-1.2.11.tar.gz Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Save the scanned tunnelRoopesh Chander2018-10-281-1/+6
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Ask for title when scanning a QR codeJeroen Leenarts2018-10-281-2/+14
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Minor refactoringRoopesh Chander2018-10-281-5/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Support some form of rotation.Jeroen Leenarts2018-10-281-0/+32
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts2018-10-281-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-283-14/+36
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Info.plist: Indicate that the app shall use the cameraRoopesh Chander2018-10-281-0/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Need to pass in a name to the parserRoopesh Chander2018-10-281-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Revert "Parser: Interface name can be added after parsing"Roopesh Chander2018-10-281-2/+4
| | | | | | This reverts commit d3a9e7914909fc0306921fde5ff9e215c22b6a56. Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Ability to add tunnels with a QR code scanEric Kuck2018-10-281-0/+107
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Model: Ensure name is not emptyRoopesh Chander2018-10-281-0/+1
| | | | | | | | | We don't need it because we don't have to open the new-config UI after scanning a QR code. This reverts commit db72e95. Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: A tunnel may be already active on app startupRoopesh Chander2018-10-281-9/+21
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: Remove ability to deactivate the tunnel while resolving DNSRoopesh Chander2018-10-281-13/+7
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>