aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ConfigFile (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
* Export: fix up export formatJason A. Donenfeld2018-11-011-13/+11
* ConfigFile: WgQuickConfigFileWriter: Fix '[Peer]' section headerRoopesh Chander2018-11-011-1/+1
* Global: fix up captialization in headersJason A. Donenfeld2018-10-302-2/+2
* Style: simplify remaining headersJason A. Donenfeld2018-10-301-2/+0
* Export: Exporting config filesRoopesh Chander2018-10-291-0/+48
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-291-0/+157