Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TunnelName: sort correctly with numbers and capitals | 2019-03-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Importing: Ignore case in matching file extensions inside zip files | 2019-02-09 | 1 | -1/+2 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | import Foundation instead of UIKit wherever possible | 2019-01-14 | 2 | -2/+2 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Update copyright | 2019-01-07 | 3 | -3/+3 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | minizip: Remove zip encryption code | 2018-12-25 | 2 | -103/+0 | |
| | | | | | | We can now remove -DNOCRYPT cflag while compiling Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Move name from interface to tunnel | 2018-12-22 | 2 | -2/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | providerConfiguration is now a WgQuickConfig | 2018-12-21 | 2 | -8/+4 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Localize all the things | 2018-12-21 | 3 | -5/+5 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes) | 2018-12-13 | 3 | -11/+5 | |
| | | | | | | All swiftlint warnings except one fixed up Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | More formatting nits and cyclomatic complexity fixes | 2018-12-12 | 3 | -6/+5 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Tons more swiftlint warnings fixed. Still a few remaining. | 2018-12-12 | 3 | -30/+21 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Added swiftlint and fixed all errors (and a bunch, but not all, warnings) | 2018-12-12 | 2 | -7/+7 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Zip importing: Handle spaces in filenames correctly | 2018-12-12 | 2 | -13/+14 | |
| | | | | | | | 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 nil | 2018-12-11 | 3 | -3/+3 | |
| | | | | | | Indicating that no alert is to be shown for that error. Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Zip: Fix comment | 2018-12-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Zip: Increase size of buffer used to read data from the archive | 2018-12-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Error handling: Use WireGuardAppError and WireGuardResult throughout the app | 2018-12-07 | 3 | -10/+40 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Exporting: Export to zip in a background thread | 2018-11-15 | 1 | -13/+22 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Exporting: Refactor out zip exporting into a separate class | 2018-11-15 | 1 | -0/+28 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Import from zip in a background thread | 2018-11-15 | 1 | -30/+33 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Refactor out zip importing into a separate class | 2018-11-14 | 1 | -0/+48 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Zip archive: Handle files within folders inside the zip | 2018-11-03 | 1 | -4/+4 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Global: fix up strings | 2018-11-01 | 1 | -2/+0 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Global: fix up captialization in headers | 2018-10-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | ZIP: fix linter warnings | 2018-10-30 | 2 | -2/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Export: Exporting config files | 2018-10-29 | 1 | -0/+18 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Zip: Add zip file reader | 2018-10-29 | 1 | -0/+78 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Zip: Add code from the minizip project | 2018-10-29 | 7 | -0/+5460 | |
Source: https://zlib.net/zlib-1.2.11.tar.gz Signed-off-by: Roopesh Chander <roop@roopc.net> |