aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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