aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-282-14/+32
* 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
* VPN: Bring up the tunnelRoopesh Chander2018-10-272-1/+183
* VPN: Fix DNS resolution APIRoopesh Chander2018-10-272-9/+25
* VPN: Perform DNS resolution before starting the tunnelRoopesh Chander2018-10-271-10/+29
* Tunnel detail: Account for status section in peer index calculationsRoopesh Chander2018-10-271-2/+2
* VPN: DNSResolver: A class that does DNS resolution using getaddrinfoRoopesh Chander2018-10-271-0/+93
* Tunnel detail: UI for activating and deactivating a tunnelRoopesh Chander2018-10-271-15/+144
* VPN: Activating, deactivating and tracking the statusRoopesh Chander2018-10-271-14/+159
* Tunnel detail: Fix commentRoopesh Chander2018-10-271-1/+1
* Model: Add a version number to the tunnelRoopesh Chander2018-10-271-1/+2
* VPN: Adding, modifying and deleting actual NETunnelProviderManager instancesRoopesh Chander2018-10-274-46/+157
* Import: Support for importing a config file from file providersRoopesh Chander2018-10-272-9/+48
* iPad: Fix modal presentation styleRoopesh Chander2018-10-273-2/+2
* iPad: Make sure the navigation bar is visible in the detail viewRoopesh Chander2018-10-271-2/+4
* Tunnel editing: Delegate should also report when editing is cancelledRoopesh Chander2018-10-273-5/+13
* Import: Support for opening a .conf file in the appRoopesh Chander2018-10-274-6/+67
* Tunnel editing: Separate init for creation and modificationRoopesh Chander2018-10-271-2/+13
* Parser: Interface name can be added after parsingRoopesh Chander2018-10-271-4/+2
* Model: Allow creating an interface with empty nameRoopesh Chander2018-10-273-2/+2
* Info.plist: support for opening wg-quick config (.conf) filesRoopesh Chander2018-10-271-0/+19
* Info.plist: Export the config file type declarationRoopesh Chander2018-10-271-0/+20
* Config file: Parsing a wg-quick config fileRoopesh Chander2018-10-271-0/+157
* Model: MTU should be a 16-bit integerRoopesh Chander2018-10-272-3/+3
* VPN: Tunnel container shall provide direct access to the configuration objectRoopesh Chander2018-10-273-4/+7
* Tunnel editing: Modifying a tunnel configurationRoopesh Chander2018-10-272-9/+35
* Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander2018-10-274-9/+32
* Tunnel detail: Don't show fields that have empty valueRoopesh Chander2018-10-272-10/+52
* Tunnel creation: Public key is uneditableRoopesh Chander2018-10-271-0/+4
* Tunnel creation: An uneditable field's value should be grey as wellRoopesh Chander2018-10-271-0/+1
* Tunnel creation: Generate key pairRoopesh Chander2018-10-271-2/+10
* Tunnel creation: Compute public key from private key as the text is being editedRoopesh Chander2018-10-272-0/+31
* Tunnel view model: Populate interface's public keyRoopesh Chander2018-10-271-0/+1
* Model: Interface: Add a public key computed propertyRoopesh Chander2018-10-271-0/+4
* Crypto: Swift wrapper for the Curve25519 C codeRoopesh Chander2018-10-271-0/+27
* Crypto: Curve25519: Add explicit cast to supress conversion warning.Jeroen Leenarts2018-10-271-4/+4