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