aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* NE: Logging: Log file should begin with version numbers and tunnel nameRoopesh Chander2018-12-073-0/+36
* NE: Logging: Make it clear which calls to wg_log use String and which use StaticStringRoopesh Chander2018-12-041-11/+11
* Settings: Add timestamp to exported logRoopesh Chander2018-12-041-1/+8
* Refactor out VPN-handling stuff from tunnels list VC to the main VCRoopesh Chander2018-12-034-72/+94
* VPN: Error out when tunnel activation fails because there's no internetRoopesh Chander2018-12-035-7/+109
* Settings: Export log fileRoopesh Chander2018-12-021-3/+52
* NE: Write log to fileRoopesh Chander2018-11-303-10/+104
* Info.plist: Add app group id for accessing from both the app and the network extensionRoopesh Chander2018-11-292-0/+4
* Xcode: Add app groups capabilityRoopesh Chander2018-11-293-0/+11
* It's 'WiFi', not 'Wifi'Roopesh Chander2018-11-284-17/+17
* NE: All DNS queries must first go through the VPN's DNS serversRoopesh Chander2018-11-231-1/+3
* Tunnel view model: Invalidate the configuration object when updating allowedIPs using the 'Exclude private IPs' switchRoopesh Chander2018-11-191-0/+1
* Config file parser: Be case-insensitive to attribute keys in the config fileRoopesh Chander2018-11-191-12/+12
* Config file parser: Fix typoRoopesh Chander2018-11-171-1/+1
* Exporting: Export to zip in a background threadRoopesh Chander2018-11-152-23/+32
* 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