aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ZipArchive/ZipArchive.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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