aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Tunnel/TunnelErrors.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* TunnelErrors: Add alert text for PacketTunnelProviderErrorRoopesh Chander2018-12-221-0/+17
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Nuke trailing spacesJason A. Donenfeld2018-12-211-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Get rid of superflous isActivateOnDemandEnabled keyJason A. Donenfeld2018-12-211-6/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Localize all the thingsRoopesh Chander2018-12-211-16/+17
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Enabled more swiftlint rulesEric Kuck2018-12-201-0/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* TunnelErrors: Remove unused errorRoopesh Chander2018-12-201-3/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* TunnelsManager: Add periods to end the system error messagesRoopesh Chander2018-12-181-6/+6
| | | | | | | Because they can be part of a multi-sentence message when displayed in the alert. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Error handling: Add info on the underlying system error to error alertsRoopesh Chander2018-12-171-0/+91
Signed-off-by: Roopesh Chander <roop@roopc.net>