aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Global: swiftlint autocorrect --formatRoopesh Chander2018-11-065-15/+15
* Global: swiftlint autocorrectRoopesh Chander2018-11-061-1/+1
* Importing: Error out on file with unsupported file extensionRoopesh Chander2018-11-061-1/+9
* Tunnel edit: TunnelEditTableViewKeyValueCell need not support a read-only mode nowRoopesh Chander2018-11-061-21/+2
* Tunnel edit: A new cell class for the public key field, to make the value scrollableRoopesh Chander2018-11-061-0/+70
* Tunnel detail: Refactor out the label scrolling into a separate UI classRoopesh Chander2018-11-062-31/+59
* Tunnel view model: Peers in a configuation may not share the same public keyRoopesh Chander2018-11-061-0/+7
* Parser: Peers in a configuation may not share the same public keyRoopesh Chander2018-11-061-0/+7
* Version bump0.0.20181104-2Jason A. Donenfeld2018-11-051-1/+1
* Parser: Address, DNS and AllowedIPs can have mutliple entriesRoopesh Chander2018-11-051-1/+6
* QR Code: Dismiss the QR code screen when the name prompt is cancelledRoopesh Chander2018-11-051-1/+3
* Tunnel view model: No need to save if we already have a validated configuration objectRoopesh Chander2018-11-051-0/+8
* global: convert to Swift 4.2Jason A. Donenfeld2018-11-056-14/+14
* TunnelsManager: account for no or many endpointsJason A. Donenfeld2018-11-053-22/+20
* Settings: account for bottom padding on iPhone XJason A. Donenfeld2018-11-051-4/+4
* XCode: use old network extension ID0.0.20181104-1Jason A. Donenfeld2018-11-042-2/+2
* XCode: unify version stringsJason A. Donenfeld2018-11-043-2/+6
* Settings: anchor logo to bottomJason A. Donenfeld2018-11-041-1/+12
* Add a correct launch-screen storyboardRoopesh Chander2018-11-041-11/+71
* Revert "Settings: Swap table view sections"Jason A. Donenfeld2018-11-031-5/+5
* Settings: simplifyJason A. Donenfeld2018-11-031-24/+5
* Global: run through swiftlintJason A. Donenfeld2018-11-0312-55/+54
* Settings: limit size of logoJason A. Donenfeld2018-11-031-1/+1
* Settings: use updated wireguard banner logoJason A. Donenfeld2018-11-031-0/+0
* TunnelsManager: restore sanityJason A. Donenfeld2018-11-031-45/+20
* Change version with 0.0.yyyymmdd versioning schemeRoopesh Chander2018-11-031-1/+1
* VPN: Make sure actions inside tunnelProvider completion handlers are done in the main queueRoopesh Chander2018-11-031-17/+35
* VPN: Start observing the status only if startTunnel() succeedsRoopesh Chander2018-11-031-1/+1
* VPN: We should never get a status change to .disconnected if we're resolving endpointsRoopesh Chander2018-11-031-0/+1
* Revert "TunnelsManager: initialize observer on correct thread"Roopesh Chander2018-11-031-7/+5
* Settings: Show the captioned WireGuard logo at the endRoopesh Chander2018-11-031-0/+26
* Settings: Swap table view sectionsRoopesh Chander2018-11-031-4/+4
* Remove empty imageRoopesh Chander2018-11-031-20/+0
* Add Wireguard logo with caption to projectJeroen Leenarts2018-11-032-0/+15
* Tunnels list: Fix status switch look after flipping it off after an errorRoopesh Chander2018-11-031-4/+5
* ErrorPresenter: showErrorAlert takes an onPresentated handlerRoopesh Chander2018-11-031-2/+3
* Tunnels list: Should deselect the row when handling the selectionRoopesh Chander2018-11-031-0/+1
* Tunnel list: Don't show the detail view after creating a config from scratchRoopesh Chander2018-11-031-16/+0
* Ensure that all tunnel names are trimmed of whitespacesRoopesh Chander2018-11-033-4/+5
* 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