index
:
wireguard-apple
am/enable-killswitch
am/modernize-login-helper
am/ondemand
am/ondemand-switch
am/toggle-on-demand-on-activation
master
rc/catalinaworkaround
iOS and macOS apps for WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WireGuard
/
WireGuard
/
ZipArchive
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
Importing: Ignore case in matching file extensions inside zip files
Roopesh Chander
1
-1
/
+2
2019-01-14
import Foundation instead of UIKit wherever possible
Roopesh Chander
2
-2
/
+2
2019-01-07
Update copyright
Jason A. Donenfeld
3
-3
/
+3
2018-12-25
minizip: Remove zip encryption code
Roopesh Chander
2
-103
/
+0
2018-12-22
Move name from interface to tunnel
Jason A. Donenfeld
2
-2
/
+2
2018-12-21
providerConfiguration is now a WgQuickConfig
Eric Kuck
2
-8
/
+4
2018-12-21
Localize all the things
Roopesh Chander
3
-5
/
+5
2018-12-13
Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)
Eric Kuck
3
-11
/
+5
2018-12-12
More formatting nits and cyclomatic complexity fixes
Eric Kuck
3
-6
/
+5
2018-12-12
Tons more swiftlint warnings fixed. Still a few remaining.
Eric Kuck
3
-30
/
+21
2018-12-12
Added swiftlint and fixed all errors (and a bunch, but not all, warnings)
Eric Kuck
2
-7
/
+7
2018-12-12
Zip importing: Handle spaces in filenames correctly
Roopesh Chander
2
-13
/
+14
2018-12-11
Error handling: alertText() can be nil
Roopesh Chander
3
-3
/
+3
2018-12-08
Zip: Fix comment
Roopesh Chander
1
-1
/
+1
2018-12-08
Zip: Increase size of buffer used to read data from the archive
Roopesh Chander
1
-1
/
+1
2018-12-07
Error handling: Use WireGuardAppError and WireGuardResult throughout the app
Roopesh Chander
3
-10
/
+40
2018-11-15
Exporting: Export to zip in a background thread
Roopesh Chander
1
-13
/
+22
2018-11-15
Exporting: Refactor out zip exporting into a separate class
Roopesh Chander
1
-0
/
+28
2018-11-15
Importing: Import from zip in a background thread
Roopesh Chander
1
-30
/
+33
2018-11-14
Importing: Refactor out zip importing into a separate class
Roopesh Chander
1
-0
/
+48
2018-11-03
Zip archive: Handle files within folders inside the zip
Roopesh Chander
1
-4
/
+4
2018-11-01
Global: fix up strings
Jason A. Donenfeld
1
-2
/
+0
2018-10-30
Global: fix up captialization in headers
Jason A. Donenfeld
1
-1
/
+1
2018-10-30
ZIP: fix linter warnings
Jason A. Donenfeld
2
-2
/
+2
2018-10-29
Export: Exporting config files
Roopesh Chander
1
-0
/
+18
2018-10-29
Zip: Add zip file reader
Roopesh Chander
1
-0
/
+78
2018-10-29
Zip: Add code from the minizip project
Roopesh Chander
7
-0
/
+5460