aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Info.plist: Document type UTI should be consistent with exported UTIRoopesh Chander2018-11-021-1/+1
* Info.plist: Register zip file for open-inRoopesh Chander2018-11-021-0/+12
* Info.plist: Add .conf extension to document typeRoopesh Chander2018-11-021-0/+4
* Add document iconRoopesh Chander2018-11-027-5/+62
* Add app iconsRoopesh Chander2018-11-0219-18/+36
* Handle cell reuse in showing delete buttons in redRoopesh Chander2018-11-022-2/+16
* Table edit: Show/hide 'Exclude Private IPs' instead of enable/disableRoopesh Chander2018-11-021-16/+36
* Tunnel view model: If there's just one peer, populate the scratchpad on initRoopesh Chander2018-11-021-7/+13
* Tunnel view model: Initialize peerData.numberOfPeersRoopesh Chander2018-11-021-0/+4
* DNSResolver: getaddrinfo returns a sockaddr and inet_ntop takes strlenJason A. Donenfeld2018-11-021-4/+6
* NetworkExtension: check isTunnelClosed before packet existenceJason A. Donenfeld2018-11-011-2/+2
* Global: OK over OkJason A. Donenfeld2018-11-015-6/+6
* Deletion buttons are shown in redRoopesh Chander2018-11-012-0/+2
* Tunnel edit: Highlight erroring field keys in redRoopesh Chander2018-11-011-2/+7
* Tunnels list: Swipe left to deleteRoopesh Chander2018-11-011-0/+17
* Global: fix up stringsJason A. Donenfeld2018-11-018-53/+43
* QR code: Fix what happens when an error is shownRoopesh Chander2018-11-011-1/+1
* NE: Show an alert when someone tries to start the VPN from iOS SettingsRoopesh Chander2018-11-011-2/+5
* Export: fix up export formatJason A. Donenfeld2018-11-011-13/+11
* Tunnel errors: Consolidate tunnel activation errors into ErrorPresenterRoopesh Chander2018-11-013-16/+36
* TunnelsManager: Better errorsRoopesh Chander2018-11-011-4/+4
* ConfigFile: WgQuickConfigFileWriter: Fix '[Peer]' section headerRoopesh Chander2018-11-011-1/+1
* 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-012-1/+51
* 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-314-13/+27
* wireguard-go-bridge: simplify logging and remove tagsJason A. Donenfeld2018-10-311-3/+2
* NetworkExtension: close context before turning off goJason A. Donenfeld2018-10-311-1/+1
* UI: More elegant copy-to-clipboard behaviorJason A. Donenfeld2018-10-315-59/+87
* 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