aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ZipArchive/ZipArchive.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Localize all the thingsRoopesh Chander2018-12-211-3/+3
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-1/+1
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-121-2/+2
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-20/+11
* Zip importing: Handle spaces in filenames correctlyRoopesh Chander2018-12-121-6/+7
* Error handling: alertText() can be nilRoopesh Chander2018-12-111-1/+1
* 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-071-1/+12
* Zip archive: Handle files within folders inside the zipRoopesh Chander2018-11-031-4/+4
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* Export: Exporting config filesRoopesh Chander2018-10-291-0/+18
* Zip: Add zip file readerRoopesh Chander2018-10-291-0/+78