aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-05Version bump0.0.20181104-2Jason A. Donenfeld1-1/+1
2018-11-05Parser: Address, DNS and AllowedIPs can have mutliple entriesRoopesh Chander1-1/+6
2018-11-05QR Code: Dismiss the QR code screen when the name prompt is cancelledRoopesh Chander1-1/+3
2018-11-05Tunnel view model: No need to save if we already have a validated configuration objectRoopesh Chander1-0/+8
2018-11-05global: convert to Swift 4.2Jason A. Donenfeld7-14/+16
2018-11-05TunnelsManager: account for no or many endpointsJason A. Donenfeld3-22/+20
2018-11-05wireguard-go-bridge: work around DWARF generation issueJason A. Donenfeld1-2/+2
2018-11-05PacketTunnelProvider: clamp v6 addresses to /120Jason A. Donenfeld1-1/+7
2018-11-05Settings: account for bottom padding on iPhone XJason A. Donenfeld1-4/+4
2018-11-04XCode: use old network extension ID0.0.20181104-1Jason A. Donenfeld4-13/+4
2018-11-04wireguard-go-bridge: xcode expects install targetJason A. Donenfeld1-1/+3
2018-11-04XCode: unify version stringsJason A. Donenfeld5-8/+12
2018-11-04Settings: anchor logo to bottomJason A. Donenfeld1-1/+12
2018-11-04Add a correct launch-screen storyboardRoopesh Chander1-11/+71
2018-11-03Revert "Settings: Swap table view sections"Jason A. Donenfeld1-5/+5
2018-11-03Settings: simplifyJason A. Donenfeld1-24/+5
2018-11-03Global: run through swiftlintJason A. Donenfeld12-55/+54
2018-11-03Settings: limit size of logoJason A. Donenfeld1-1/+1
2018-11-03Settings: use updated wireguard banner logoJason A. Donenfeld1-0/+0
2018-11-03TunnelsManager: restore sanityJason A. Donenfeld1-45/+20
2018-11-03Change version with 0.0.yyyymmdd versioning schemeRoopesh Chander1-1/+1
2018-11-03VPN: Make sure actions inside tunnelProvider completion handlers are done in the main queueRoopesh Chander1-17/+35
2018-11-03VPN: Start observing the status only if startTunnel() succeedsRoopesh Chander1-1/+1
2018-11-03VPN: We should never get a status change to .disconnected if we're resolving endpointsRoopesh Chander1-0/+1
2018-11-03Revert "TunnelsManager: initialize observer on correct thread"Roopesh Chander1-7/+5
2018-11-03Settings: Show the captioned WireGuard logo at the endRoopesh Chander1-0/+26
2018-11-03Settings: Swap table view sectionsRoopesh Chander1-4/+4
2018-11-03Remove empty imageRoopesh Chander1-20/+0
2018-11-03Add Wireguard logo with caption to projectJeroen Leenarts2-0/+15
2018-11-03Tunnels list: Fix status switch look after flipping it off after an errorRoopesh Chander1-4/+5
2018-11-03ErrorPresenter: showErrorAlert takes an onPresentated handlerRoopesh Chander1-2/+3
2018-11-03Tunnels list: Should deselect the row when handling the selectionRoopesh Chander1-0/+1
2018-11-03Tunnel list: Don't show the detail view after creating a config from scratchRoopesh Chander1-16/+0
2018-11-03Ensure that all tunnel names are trimmed of whitespacesRoopesh Chander3-4/+5
2018-11-03Zip archive: Handle files within folders inside the zipRoopesh Chander1-4/+4
2018-11-03Update readmeJason A. Donenfeld1-8/+28
2018-11-03TunnelsManager: initialize observer on correct threadJason A. Donenfeld1-5/+7
2018-11-03TunnelsManager: do not track currentTunnelJason A. Donenfeld1-33/+6
2018-11-03TunnelsManager: do not change back to inactive if we are resolving the endpointJason A. Donenfeld1-0/+5
2018-11-03Tunnels list: Remove separator lines in the table viewRoopesh Chander1-0/+1
2018-11-03Tunnels list: Show an 'Add' button when there are no tunnelsRoopesh Chander1-2/+65
2018-11-03Tunnels list: Show a busy indicator before the tunnels are loadedRoopesh Chander1-29/+55
2018-11-03Tunnels list: The Add and Settings buttons should be no-ops until the tunnels are loadedRoopesh Chander1-0/+2
2018-11-03Tunnel edit: Use layoutMarginsGuide instead of constantsRoopesh Chander1-2/+2
2018-11-03TunnelsManager: fix use of arrayslice in addMultipleJason A. Donenfeld1-5/+4
2018-11-03TunnelsManager: get rid of name setJason A. Donenfeld1-16/+4
2018-11-03TunnelsManager: get rid of index managementJason A. Donenfeld3-51/+33
2018-11-03Global: no periods at the end of error messagesJason A. Donenfeld4-12/+12
2018-11-03Import: rework addMultiple logicJason A. Donenfeld2-36/+43
2018-11-02Tunnel detail: In the key-value cell, make the value label scrollable horizontallyRoopesh Chander1-17/+59