aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Exporting: Refactor out zip exporting into a separate classRoopesh Chander2018-11-154-21/+49
* Exporting: No need to check for duplicate names - we disallow it at creation time itselfRoopesh Chander2018-11-151-9/+2
* Importing: Import from zip in a background threadRoopesh Chander2018-11-152-42/+43
* Importing: Refactor out zip importing into a separate classRoopesh Chander2018-11-144-43/+69
* Tunnels manager: After saving after activating on-demand, reload tunnelRoopesh Chander2018-11-141-3/+16
* Tunnels manager: Need to keep VPN-on-demand tunnels's status under observationRoopesh Chander2018-11-121-4/+13
* Tunnel detail: Show VPN-on-demand informationRoopesh Chander2018-11-121-2/+67
* Tunnels manager: Keep track of NETunnelProviderManager's isOnDemandEnabled propertyRoopesh Chander2018-11-122-5/+10
* Tunnel edit: Update for VPN-on-demand changesRoopesh Chander2018-11-121-14/+26
* Tunnel view model: VPN-on-demand stuff shouldn't be part of the tunnel modelRoopesh Chander2018-11-121-16/+22
* Model, Tunnels manager: Rewrite the model for VPN-on-demandRoopesh Chander2018-11-126-130/+92
* TunnelsManager: Support for on-demand rulesRoopesh Chander2018-11-111-0/+36
* Tunnel edit, Tunnel view model: UI for providing On-Demand activation optionsRoopesh Chander2018-11-112-6/+125
* Model: Add activationType to tunnel configurationRoopesh Chander2018-11-113-19/+25
* Model: ActivityType enum to represent VPN-on-demand optionsRoopesh Chander2018-11-102-0/+72
* Model: TunnelConfiguration: Add explicit conformance to DecodableRoopesh Chander2018-11-101-1/+15
* Model: Ensure that a TunnelConfiguration always has a valid array of peersRoopesh Chander2018-11-103-6/+11
* VPN: When activating while another tunnel is active, deactivate the other tunnelRoopesh Chander2018-11-103-22/+16
* TunnelsManager: startDeactivation() need not take a completion handlerRoopesh Chander2018-11-103-8/+3
* VPN: There are no DNS errors to handle in the app nowRoopesh Chander2018-11-102-3/+0
* NE: Minor refactoring to enable calling startTunnel() with a tunnelConfigurationRoopesh Chander2018-11-091-1/+6
* VPN: Refresh tunnel statuses when app gets to the foregroundRoopesh Chander2018-11-092-0/+14
* Remove unused codeRoopesh Chander2018-11-092-24/+0
* TunnelsManager: Ability to refresh connection statusesRoopesh Chander2018-11-091-0/+14
* NE: When there's an error starting the tunnel, show it to the user using displayMessage()Roopesh Chander2018-11-094-1/+35
* Remove unused file PacketTunnelOptionKey.swiftRoopesh Chander2018-11-082-36/+0
* Move logic to extension: Bring up the tunnel from the stored providerConfigurationRoopesh Chander2018-11-081-77/+33
* DNSResolver: SimplifyRoopesh Chander2018-11-081-28/+6
* DNSResolver: Let's not cache DNS resolution results anymoreRoopesh Chander2018-11-081-17/+9
* DNSResolver: DNS resolution can now happen synchronouslyRoopesh Chander2018-11-081-18/+23
* Model: Endpoint.hostname()Roopesh Chander2018-11-081-0/+11
* Move logic to extension: NETunnelProviderProtocol extension code should be sharedRoopesh Chander2018-11-083-31/+41
* Move logic to extension: Refactor PacketTunnelOptionsGenerator into a PacketTunnelSettingsGeneratorRoopesh Chander2018-11-082-42/+67
* Move logic to extension: Move DNSResolver to extensionRoopesh Chander2018-11-082-3/+3
* Move logic to extension: .resolvingEndpointDomains is not longer a valid statusRoopesh Chander2018-11-083-9/+0
* Move logic to extension: DNS resolution no longer happens in the appRoopesh Chander2018-11-081-44/+5
* Move logic to extension: Include shared model code when building the extensionRoopesh Chander2018-11-081-0/+8
* Model: Move InterfaceConfiguration.publicKey to Curve25519.swiftRoopesh Chander2018-11-082-4/+6
* Move logic to extension: Move PacketTunnelOptionsGenerator to the extensionRoopesh Chander2018-11-082-3/+3
* Move logic to extension: Invoke startTunnel() without any optionsRoopesh Chander2018-11-081-4/+1
* Move logic to extension: Move model files to SharedRoopesh Chander2018-11-085-1/+1
* Tunnel edit: While preparing for reuse, should make onValueBeingEdited nil as wellRoopesh Chander2018-11-081-0/+1
* Version bump0.0.20181104-4Jason A. Donenfeld2018-11-071-1/+1
* iPad: Ensure we set sourceRect for all cases where we use sourceViewRoopesh Chander2018-11-073-1/+3
* Info.plist: Register for handling public.text files for Open-inRoopesh Chander2018-11-071-0/+14
* Importing: Also support importing public.text files in the file pickerRoopesh Chander2018-11-071-1/+1
* iPad: Set correct sourceRect for the popover anchored on the central 'Add' buttonRoopesh Chander2018-11-071-0/+1
* TunnelsManager: Return a manager with no tunnels in the simulatorRoopesh Chander2018-11-071-0/+5
* iPad: Configuring the split-view controller should happen in init(), not loadView()Roopesh Chander2018-11-071-4/+9
* Settings: show build idJason A. Donenfeld2018-11-071-1/+4