aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ZipArchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* TunnelName: sort correctly with numbers and capitalsJason A. Donenfeld2019-03-181-1/+1
* Importing: Ignore case in matching file extensions inside zip filesRoopesh Chander2019-02-091-1/+2
* import Foundation instead of UIKit wherever possibleRoopesh Chander2019-01-142-2/+2
* Update copyrightJason A. Donenfeld2019-01-073-3/+3
* minizip: Remove zip encryption codeRoopesh Chander2018-12-252-103/+0
* Move name from interface to tunnelJason A. Donenfeld2018-12-222-2/+2
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-212-8/+4
* Localize all the thingsRoopesh Chander2018-12-213-5/+5
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-133-11/+5
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-123-6/+5
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-123-30/+21
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-122-7/+7
* Zip importing: Handle spaces in filenames correctlyRoopesh Chander2018-12-122-13/+14
* Error handling: alertText() can be nilRoopesh Chander2018-12-113-3/+3
* Zip: Fix commentRoopesh Chander2018-12-081-1/+1
* Zip: Increase size of buffer used to read data from the archiveRoopesh Chander2018-12-081-1/+1
* Error handling: Use WireGuardAppError and WireGuardResult throughout the appRoopesh Chander2018-12-073-10/+40
* Exporting: Export to zip in a background threadRoopesh Chander2018-11-151-13/+22
* Exporting: Refactor out zip exporting into a separate classRoopesh Chander2018-11-151-0/+28
* 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
* Zip archive: Handle files within folders inside the zipRoopesh Chander2018-11-031-4/+4
* Global: fix up stringsJason A. Donenfeld2018-11-011-2/+0
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* ZIP: fix linter warningsJason A. Donenfeld2018-10-302-2/+2
* Export: Exporting config filesRoopesh Chander2018-10-291-0/+18
* Zip: Add zip file readerRoopesh Chander2018-10-291-0/+78
* Zip: Add code from the minizip projectRoopesh Chander2018-10-297-0/+5460