aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/DNSResolver.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* macOS: remove mobile network tweeksJason A. Donenfeld2019-01-221-0/+6
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Rework DNS and routes in network extensionJason A. Donenfeld2018-12-281-57/+72
* Nuke trailing spacesJason A. Donenfeld2018-12-211-1/+1
* NE: Simplify DNS resolutionRoopesh Chander2018-12-211-6/+3
* Enabled more swiftlint rulesEric Kuck2018-12-201-1/+1
* 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