aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Importing: Account for errors in showing the 'No configurations found' errorRoopesh Chander2018-11-011-4/+4
* Tunnel detail: Fix deletion of tunnelRoopesh Chander2018-11-011-7/+8
* VPN: TunnelsManager: Fix deletion codeRoopesh Chander2018-11-011-1/+1
* VPN: Restart tunnel after modifying a currently active configurationRoopesh Chander2018-11-012-7/+29
* QR code: Degrade gracefully when running on the simulator or on a device without a cameraRoopesh Chander2018-11-011-5/+6
* Revert "QR code: QR code scanning is not available in the simulator"Roopesh Chander2018-11-011-6/+0
* Importing: Show error when the zip file contains no .conf filesRoopesh Chander2018-11-011-0/+4
* VPN: We have to start observing the tunnelContainer before we attempt to activate itRoopesh Chander2018-11-011-1/+1
* Importing: Error out on duplicate nameRoopesh Chander2018-11-011-3/+5
* QR Code: Error out on duplicate nameRoopesh Chander2018-11-012-7/+10
* Tunnel edit: Error out on duplicate name when creating / modifying a tunnelRoopesh Chander2018-11-011-5/+3
* VPN: An ErrorPresenter class to consolidate showing of error alertsRoopesh Chander2018-11-011-0/+46
* VPN: Introduce an error enum for adding/modifying/removing tunnelsRoopesh Chander2018-11-011-11/+28
* VPN: TunnelsManager: s/TunnelsManagerError/TunnelActivationError/g;Roopesh Chander2018-11-013-10/+10
* VPN: TunnelsManager should keep track of tunnel names to prevent duplicate namesRoopesh Chander2018-11-011-0/+17
* UI: not all subclasses of CopyableLabelTableViewCell have a detailTextLabel, so generalizeJason A. Donenfeld2018-10-313-1/+13
* TunnelManager: bound recursion in startActivationJason A. Donenfeld2018-10-311-3/+11
* VPN: Retry startTunnel based on error conditionsRoopesh Chander2018-10-311-11/+58
* Tunnel list: Fix importing zip with multiple configurationsRoopesh Chander2018-10-311-6/+12
* VPN: Support adding multiple configurations in one shotRoopesh Chander2018-10-311-0/+21
* wireguard-go-bridge: extract version for consumption by network extensionJason A. Donenfeld2018-10-312-5/+2
* UI: More elegant copy-to-clipboard behaviorJason A. Donenfeld2018-10-314-59/+83
* QR code: QR code scanning is not available in the simulatorRoopesh Chander2018-10-301-0/+6
* Style: Remove 'Based on' attributionsRoopesh Chander2018-10-302-2/+0
* QR code: Show label overlay with info on how to generate the QR codeRoopesh Chander2018-10-301-0/+14
* Tunnel creation: Placeholders for Listen port, Pre-shared key, Persistent KeepaliveRoopesh Chander2018-10-301-1/+6
* VPN: Refactor use of DNS resolution while activating the tunnelRoopesh Chander2018-10-301-40/+56
* Tunnel view model: IP address can be specified without '/cidr'Roopesh Chander2018-10-301-1/+1
* Model: IP address can be specified without '/cidr'Roopesh Chander2018-10-301-15/+15
* Fix error message: s/atleast/at least/g;Roopesh Chander2018-10-302-2/+2
* Global: fix up captialization in headersJason A. Donenfeld2018-10-3019-19/+19
* Style: simplify remaining headersJason A. Donenfeld2018-10-302-9/+2
* ZIP: fix linter warningsJason A. Donenfeld2018-10-302-2/+2
* VPN: Better error messagesRoopesh Chander2018-10-303-5/+27
* VPN: Specify an error when there are no peers with an endpointRoopesh Chander2018-10-291-0/+5
* Export: Exporting config filesRoopesh Chander2018-10-294-2/+134
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-291-0/+0
* Settings: Add a settings panelRoopesh Chander2018-10-292-0/+157
* Model: Cap networkPrefixLengths to valid valuesRoopesh Chander2018-10-291-1/+7
* Tunnel edit: Support for exclude private IPsRoopesh Chander2018-10-291-5/+60
* Tunnel view model: Support for exclude private IPsRoopesh Chander2018-10-291-0/+70
* Tunnel edit: Fix keyboard type for reused cellsRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Assume there's just one section per peerRoopesh Chander2018-10-291-24/+17
* Tunnel edit: Assume there's just one section per peerRoopesh Chander2018-10-291-30/+19
* Tunnel edit: Set correct keyboard typesRoopesh Chander2018-10-291-0/+19
* VPN: If we don't have to make a DNS request, we shouldn't enter that statusRoopesh Chander2018-10-292-13/+43
* VPN: Cache DNS resolutions while the app is in memoryRoopesh Chander2018-10-291-6/+22
* VPN: Reload the tunnel before starting it upRoopesh Chander2018-10-291-9/+12
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-292-2/+31
* VPN: Fix deletion of tunnelsRoopesh Chander2018-10-291-1/+3