aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-093-12/+15
* 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
* 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-071-0/+2
* Make strings consistentJason A. Donenfeld2018-12-073-8/+8
* 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-072-28/+30
* Error handling: Introduce a WireGuardAppError protocol to manage errorsRoopesh Chander2018-12-073-29/+35
* 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-072-17/+6
* 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-034-7/+105
* Settings: Export log fileRoopesh Chander2018-12-021-3/+52
* Info.plist: Add app group id for accessing from both the app and the network extensionRoopesh Chander2018-11-291-0/+2
* Xcode: Add app groups capabilityRoopesh Chander2018-11-291-0/+4
* It's 'WiFi', not 'Wifi'Roopesh Chander2018-11-284-17/+17
* Tunnel view model: Invalidate the configuration object when updating allowedIPs using the 'Exclude private IPs' switchRoopesh Chander2018-11-191-0/+1
* Config file parser: Be case-insensitive to attribute keys in the config fileRoopesh Chander2018-11-191-12/+12
* Config file parser: Fix typoRoopesh Chander2018-11-171-1/+1
* Exporting: Export to zip in a background threadRoopesh Chander2018-11-152-23/+32
* Exporting: Refactor out zip exporting into a separate classRoopesh Chander2018-11-153-21/+45
* Exporting: No need to check for duplicate names - we disallow it at creation time itselfRoopesh Chander2018-11-151-9/+2
* Importing: Import from zip in a background threadRoopesh Chander2018-11-152-42/+43
* Importing: Refactor out zip importing into a separate classRoopesh Chander2018-11-143-43/+65
* Tunnels manager: After saving after activating on-demand, reload tunnelRoopesh Chander2018-11-141-3/+16
* Tunnels manager: Need to keep VPN-on-demand tunnels's status under observationRoopesh Chander2018-11-121-4/+13
* Tunnel detail: Show VPN-on-demand informationRoopesh Chander2018-11-121-2/+67
* Tunnels manager: Keep track of NETunnelProviderManager's isOnDemandEnabled propertyRoopesh Chander2018-11-122-5/+10
* Tunnel edit: Update for VPN-on-demand changesRoopesh Chander2018-11-121-14/+26