aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/DNSResolver.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-0/+2
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-121-1/+1
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-121-18/+23
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-14/+14
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-121-3/+3
* DNSResolver: SimplifyRoopesh Chander2018-11-081-28/+6
* DNSResolver: Let's not cache DNS resolution results anymoreRoopesh Chander2018-11-081-17/+9
* DNSResolver: DNS resolution can now happen synchronouslyRoopesh Chander2018-11-081-18/+23
* Move logic to extension: Move DNSResolver to extensionRoopesh Chander2018-11-081-0/+158