aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Zip archive: Handle files within folders inside the zipRoopesh Chander2018-11-031-4/+4
* TunnelsManager: initialize observer on correct threadJason A. Donenfeld2018-11-031-5/+7
* TunnelsManager: do not track currentTunnelJason A. Donenfeld2018-11-031-33/+6
* TunnelsManager: do not change back to inactive if we are resolving the endpointJason A. Donenfeld2018-11-031-0/+5
* Tunnels list: Remove separator lines in the table viewRoopesh Chander2018-11-031-0/+1
* Tunnels list: Show an 'Add' button when there are no tunnelsRoopesh Chander2018-11-031-2/+65
* Tunnels list: Show a busy indicator before the tunnels are loadedRoopesh Chander2018-11-031-29/+55
* Tunnels list: The Add and Settings buttons should be no-ops until the tunnels are loadedRoopesh Chander2018-11-031-0/+2
* Tunnel edit: Use layoutMarginsGuide instead of constantsRoopesh Chander2018-11-031-2/+2
* TunnelsManager: fix use of arrayslice in addMultipleJason A. Donenfeld2018-11-031-5/+4
* TunnelsManager: get rid of name setJason A. Donenfeld2018-11-031-16/+4
* TunnelsManager: get rid of index managementJason A. Donenfeld2018-11-033-51/+33
* Global: no periods at the end of error messagesJason A. Donenfeld2018-11-034-12/+12
* Import: rework addMultiple logicJason A. Donenfeld2018-11-032-36/+43
* Tunnel detail: In the key-value cell, make the value label scrollable horizontallyRoopesh Chander2018-11-021-17/+59
* Tunnel edit: Ensure all key-value fields have a placeholder textRoopesh Chander2018-11-021-5/+23
* DNSResolver: Bugfix: Always call completion handlerRoopesh Chander2018-11-021-1/+4
* Info.plist: Update document icons and descriptionRoopesh Chander2018-11-021-2/+7
* 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