aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Global: fix up captialization in headersJason A. Donenfeld2018-10-3026-26/+26
* Style: simplify remaining headersJason A. Donenfeld2018-10-302-9/+2
* XCode: fall back to default settingsJason A. Donenfeld2018-10-302-35/+16
* ZIP: fix linter warningsJason A. Donenfeld2018-10-302-2/+2
* VPN: Better error messagesRoopesh Chander2018-10-303-5/+27
* VPN: Specify an error when there are no peers with an endpointRoopesh Chander2018-10-291-0/+5
* Export: Exporting config filesRoopesh Chander2018-10-295-2/+138
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-292-3/+3
* Settings: Add a settings panelRoopesh Chander2018-10-293-0/+161
* Model: Cap networkPrefixLengths to valid valuesRoopesh Chander2018-10-291-1/+7
* 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