aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* State restoration: Don't create duplicate mainVC and tunnelsListVCRoopesh Chander2018-12-111-6/+1
* TunnelsManager: Error out only on no-internet scenarioRoopesh Chander2018-12-111-4/+4
* Remove the feature of waiting for another tunnel to deactivateRoopesh Chander2018-12-113-59/+11
* TunnelsManager: Deactivate only when the status becomes 'connected'Roopesh Chander2018-12-111-3/+11
* Allow turning off the status switch of a waiting tunnelRoopesh Chander2018-12-112-2/+2
* TunnelsManager: Handle status change in TunnelsManagerRoopesh Chander2018-12-111-66/+78
* Error handling: alertText() can be nilRoopesh Chander2018-12-116-6/+6
* TunnelsManager: Don't act on status change on tunnelProviders we don't haveRoopesh Chander2018-12-101-2/+0
* TunnelsManager: Always call the completion handler before returningRoopesh Chander2018-12-101-0/+4
* TunnelsManager: Debugging helpers for tunnel statusRoopesh Chander2018-12-101-0/+27
* TunnelsManager: Handle deactivation of a waiting tunnelRoopesh Chander2018-12-101-1/+6
* Tunnels list: Fix AutoLayout error during deletion of a tunnelRoopesh Chander2018-12-101-2/+6
* Settings: Dynamic Type supportRoopesh Chander2018-12-101-2/+6
* Tunnel edit: Dynamic Type supportRoopesh Chander2018-12-101-6/+56
* Tunnel detail: Dynamic Type supportRoopesh Chander2018-12-102-6/+57
* Tunnels list: Dynamic Type support for the add button at the centerRoopesh Chander2018-12-091-0/+2
* Tunnels list: Dynamic Type support for the table viewRoopesh Chander2018-12-091-6/+12
* Model: Declare keyLength constant and use that wherever applicableRoopesh Chander2018-12-094-15/+21
* TunnelsManager: Observe status for all tunnels in one blockRoopesh Chander2018-12-081-52/+54
* TunnelsManager: Remove unused variablesRoopesh Chander2018-12-081-14/+0
* Zip: Fix commentRoopesh Chander2018-12-081-1/+1
* Version bump0.0.20181104-5Jason A. Donenfeld2018-12-071-1/+1
* PacketTunnelProvider: Show log timestampJason A. Donenfeld2018-12-071-14/+3
* Zip: Increase size of buffer used to read data from the archiveRoopesh Chander2018-12-081-1/+1
* Settings: Export log: Perform file operations in a background threadRoopesh Chander2018-12-081-26/+31
* On-Demand: TunnelViewModel: Make activate-on-demand methods staticRoopesh Chander2018-12-082-4/+4
* On-Demand: Move detail text to TunnelViewModelRoopesh Chander2018-12-082-20/+13
* Plist: Handle crypto exportJason A. Donenfeld2018-12-072-0/+4
* Make strings consistentJason A. Donenfeld2018-12-074-9/+9
* State restoration: Restore tunnel detail viewRoopesh Chander2018-12-075-1/+76
* Main VC: No need to refresh statuses if the tunnelsManager isn't initialized yetRoopesh Chander2018-12-071-4/+0
* Tunnels list: Deselect rows correctlyRoopesh Chander2018-12-071-1/+7
* Settings: Exporting configs as zip should open document pickerRoopesh Chander2018-12-071-5/+3
* Error handling: Use ErrorPresenter.showErrorAlert() instead of per-VC showErrorAlert() methodsRoopesh Chander2018-12-074-38/+9
* Error handling: Use WireGuardAppError and WireGuardResult throughout the appRoopesh Chander2018-12-075-41/+45
* Error handling: Introduce a WireGuardResult type to handle errors in callbacks across the appRoopesh Chander2018-12-073-28/+34
* Error handling: Introduce a WireGuardAppError protocol to manage errorsRoopesh Chander2018-12-074-29/+39
* Error handling: Cleanup Tunnels Manager errorsRoopesh Chander2018-12-075-76/+110
* Error presenter: Always handle the passed errorRoopesh Chander2018-12-071-4/+3
* Tunnel detail: Cell status switch should be toggled only after the alert presentation completesRoopesh Chander2018-12-071-4/+5
* Refactoring: Consolidate file deletion into a separate functionRoopesh Chander2018-12-073-17/+16
* NE: Logging: Log file should begin with version numbers and tunnel nameRoopesh Chander2018-12-073-0/+36
* NE: Logging: Make it clear which calls to wg_log use String and which use StaticStringRoopesh Chander2018-12-041-11/+11
* Settings: Add timestamp to exported logRoopesh Chander2018-12-041-1/+8
* Refactor out VPN-handling stuff from tunnels list VC to the main VCRoopesh Chander2018-12-034-72/+94
* VPN: Error out when tunnel activation fails because there's no internetRoopesh Chander2018-12-035-7/+109
* Settings: Export log fileRoopesh Chander2018-12-021-3/+52
* NE: Write log to fileRoopesh Chander2018-11-303-10/+104
* Info.plist: Add app group id for accessing from both the app and the network extensionRoopesh Chander2018-11-292-0/+4
* Xcode: Add app groups capabilityRoopesh Chander2018-11-293-0/+11