aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-211-164/+0
* Enabled more swiftlint rulesEric Kuck2018-12-201-1/+1
* Added a String->[String] helperEric Kuck2018-12-201-9/+6
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-0/+3
* Remove useless whitespaceJason A. Donenfeld2018-12-131-4/+4
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-121-8/+6
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-121-73/+73
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-8/+8
* Model: Declare keyLength constant and use that wherever applicableRoopesh Chander2018-12-091-3/+3
* 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
* Model: Ensure that a TunnelConfiguration always has a valid array of peersRoopesh Chander2018-11-101-2/+1
* Parser: Peers in a configuation may not share the same public keyRoopesh Chander2018-11-061-0/+7
* Parser: Address, DNS and AllowedIPs can have mutliple entriesRoopesh Chander2018-11-051-1/+6
* Global: run through swiftlintJason A. Donenfeld2018-11-031-4/+4
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* Style: simplify remaining headersJason A. Donenfeld2018-10-301-2/+0
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-291-0/+157