aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Shared/Model (follow)
Commit message (Expand)AuthorAgeFilesLines
* Parsing: Always error on unrecognized keysRoopesh Chander2019-01-141-12/+10
* Parsing: Error on duplicate entriesRoopesh Chander2019-01-141-2/+7
* macOS: Refactor config file parsingRoopesh Chander2019-01-141-26/+71
* Update copyrightJason A. Donenfeld2019-01-0710-10/+10
* Don't set username on NETunnelProviderProtocolRoopesh Chander2018-12-221-3/+0
* All models now EquatableEric Kuck2018-12-216-0/+75
* Localize remaining strings in network extensionJason A. Donenfeld2018-12-221-0/+8
* Move model helpers to model directoryJason A. Donenfeld2018-12-224-0/+463
* Move name from interface to tunnelJason A. Donenfeld2018-12-222-5/+5
* Nuke trailing spacesJason A. Donenfeld2018-12-215-11/+11
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-216-162/+2
* All migration stuff moved to one gross fileEric Kuck2018-12-216-235/+0
* Updated NETunnelProvider save formatEric Kuck2018-12-2113-169/+494
* Remove non-helpful commentsRoopesh Chander2018-12-193-6/+0
* Most similar views now shared between ViewControllersEric Kuck2018-12-141-1/+1
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-122-6/+4
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-7/+7
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-124-16/+24
* Model: Declare keyLength constant and use that wherever applicableRoopesh Chander2018-12-091-3/+6
* Model, Tunnels manager: Rewrite the model for VPN-on-demandRoopesh Chander2018-11-122-87/+1
* Model: Add activationType to tunnel configurationRoopesh Chander2018-11-112-18/+24
* Model: ActivityType enum to represent VPN-on-demand optionsRoopesh Chander2018-11-101-0/+66
* 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-101-2/+9
* Model: Endpoint.hostname()Roopesh Chander2018-11-081-0/+11
* Model: Move InterfaceConfiguration.publicKey to Curve25519.swiftRoopesh Chander2018-11-081-4/+0
* Move logic to extension: Move model files to SharedRoopesh Chander2018-11-084-0/+287