aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ZipArchive/ZipImporter.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* TunnelName: sort correctly with numbers and capitalsJason A. Donenfeld2019-03-181-1/+1
* import Foundation instead of UIKit wherever possibleRoopesh Chander2019-01-141-1/+1
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Move name from interface to tunnelJason A. Donenfeld2018-12-221-1/+1
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-211-6/+2
* Localize all the thingsRoopesh Chander2018-12-211-1/+1
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-5/+2
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-121-1/+1
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-6/+6
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-121-6/+6
* Zip importing: Handle spaces in filenames correctlyRoopesh Chander2018-12-121-7/+7
* Error handling: alertText() can be nilRoopesh Chander2018-12-111-1/+1
* Error handling: Use WireGuardAppError and WireGuardResult throughout the appRoopesh Chander2018-12-071-5/+14
* Importing: Import from zip in a background threadRoopesh Chander2018-11-151-30/+33
* Importing: Refactor out zip importing into a separate classRoopesh Chander2018-11-141-0/+48