aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Rework DNS and routes in network extensionJason A. Donenfeld2018-12-281-0/+2
* NetworkExtension: rescope socket instead of tearing down socketJason A. Donenfeld2018-12-261-14/+15
* Rely on availability of fd only after setting network settingsJason A. Donenfeld2018-12-221-29/+24
* Retain aggressive socket reestablishment for nowJason A. Donenfeld2018-12-221-1/+2
* All models now EquatableEric Kuck2018-12-211-0/+4
* Do not crash if we can't get socket.fileDescriptorJason A. Donenfeld2018-12-221-1/+1
* Removing a tunnel from iOS's settings is now immediately reflected in appEric Kuck2018-12-211-4/+0
* Localize remaining strings in network extensionJason A. Donenfeld2018-12-221-14/+7
* Combine double log invocationsJason A. Donenfeld2018-12-221-3/+2
* Move name from interface to tunnelJason A. Donenfeld2018-12-221-1/+1
* Nuke trailing spacesJason A. Donenfeld2018-12-211-1/+1
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-211-2/+1
* Do not require NetworkExtension to know its own nameJason A. Donenfeld2018-12-211-13/+11
* Get rid of superflous isActivateOnDemandEnabled keyJason A. Donenfeld2018-12-211-16/+1
* Updated NETunnelProvider save formatEric Kuck2018-12-211-2/+1
* NE: simplify logicJason A. Donenfeld2018-12-211-39/+24
* NE: Simplify DNS resolutionRoopesh Chander2018-12-211-17/+3
* NE: Update listen port only when first interface changesRoopesh Chander2018-12-211-2/+17
* NE: Change handling of bad domain names and Activate On DemandRoopesh Chander2018-12-211-30/+16
* NE: Log whether tunnel was activated from the app or notRoopesh Chander2018-12-191-0/+6
* Remove non-helpful commentsRoopesh Chander2018-12-191-2/+0
* NE: Handle bad domain names and Activate On DemandRoopesh Chander2018-12-191-13/+44
* NE: No need for two startTunnel() methodsRoopesh Chander2018-12-191-5/+1
* Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertibleEric Kuck2018-12-161-13/+2
* Most similar views now shared between ViewControllersEric Kuck2018-12-141-1/+1
* Simplify logging tagsJason A. Donenfeld2018-12-141-1/+1
* NE: Communicate last error to app through a shared fileRoopesh Chander2018-12-141-8/+12
* Localize swiftlintJason A. Donenfeld2018-12-131-1/+2
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-1/+2
* Avoid escaping heap allocationJason A. Donenfeld2018-12-131-3/+3
* Tidy up str to gostr conversionJason A. Donenfeld2018-12-131-16/+8
* Rewrite LoggerJason A. Donenfeld2018-12-131-23/+4
* Logging: Write versions from both app and extensionRoopesh Chander2018-12-131-17/+2
* Logging: Use ringlogger for logging from the extensionRoopesh Chander2018-12-131-39/+2
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-121-3/+2
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-121-6/+6
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-8/+7
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-121-8/+8
* Supply missing pieces of path changeJason A. Donenfeld2018-12-121-8/+10
* Fixed a potential race condition, better naming on PacketTunnelSettingsGenerator methodsEric Kuck2018-12-111-16/+22
* Added an (unfinished) NWPathMonitor implementation for reconnecting on network changesEric Kuck2018-12-111-1/+25
* PacketTunnelProvider: Show log timestampJason A. Donenfeld2018-12-071-14/+3
* NE: Logging: Log file should begin with version numbers and tunnel nameRoopesh Chander2018-12-071-0/+15
* NE: Logging: Make it clear which calls to wg_log use String and which use StaticStringRoopesh Chander2018-12-041-11/+11
* NE: Write log to fileRoopesh Chander2018-11-301-10/+79
* NE: Minor refactoring to enable calling startTunnel() with a tunnelConfigurationRoopesh Chander2018-11-091-1/+6
* NE: When there's an error starting the tunnel, show it to the user using displayMessage()Roopesh Chander2018-11-091-1/+5
* Move logic to extension: Bring up the tunnel from the stored providerConfigurationRoopesh Chander2018-11-081-77/+33
* PacketTunnelProvider: modernize headerJason A. Donenfeld2018-11-061-3/+2