aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ZipArchive/ZipArchive.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Importing: Ignore case in matching file extensions inside zip filesRoopesh Chander2019-02-091-1/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Localize all the thingsRoopesh Chander2018-12-211-3/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-1/+1
| | | | | | All swiftlint warnings except one fixed up Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-121-2/+2
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-20/+11
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Zip importing: Handle spaces in filenames correctlyRoopesh Chander2018-12-121-6/+7
| | | | | | | Previously, if a filename of a .conf file inside the zip file contained spaces, it was not imported. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Error handling: alertText() can be nilRoopesh Chander2018-12-111-1/+1
| | | | | | Indicating that no alert is to be shown for that error. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Fix commentRoopesh Chander2018-12-081-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Increase size of buffer used to read data from the archiveRoopesh Chander2018-12-081-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Error handling: Use WireGuardAppError and WireGuardResult throughout the appRoopesh Chander2018-12-071-1/+12
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip archive: Handle files within folders inside the zipRoopesh Chander2018-11-031-4/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Export: Exporting config filesRoopesh Chander2018-10-291-0/+18
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Add zip file readerRoopesh Chander2018-10-291-0/+78
Signed-off-by: Roopesh Chander <roop@roopc.net>