aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* VPN: Refactor use of DNS resolution while activating the tunnelRoopesh Chander2018-10-301-40/+56
* NE: Print error when unable to start the tunnelRoopesh Chander2018-10-301-1/+4
* 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-3023-23/+23
* Style: simplify remaining headersJason A. Donenfeld2018-10-302-9/+2
* XCode: fall back to default settingsJason A. Donenfeld2018-10-302-35/+16
* 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-295-2/+138
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-292-3/+3
* Settings: Add a settings panelRoopesh Chander2018-10-293-0/+161
* 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
* Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2018-10-292-0/+4
* Tunnel edit: Set correct title when editingRoopesh Chander2018-10-291-1/+1
* Tunnel detail: Change title after editing completesRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Copying the public keyRoopesh Chander2018-10-291-1/+1
* Tunnel editing: Fix cell class namesRoopesh Chander2018-10-291-16/+16
* Import: Use the refactored function for Open-inRoopesh Chander2018-10-291-1/+1
* Import: Minor refactoringRoopesh Chander2018-10-291-41/+46
* Import: Show errors when importing failsRoopesh Chander2018-10-291-0/+8
* Import config: Directly add config, don't open up the editorRoopesh Chander2018-10-291-1/+9
* Zip: Import configs from zip filesRoopesh Chander2018-10-293-25/+29
* Zip: Add zip file readerRoopesh Chander2018-10-292-0/+84
* Zip: Include minizip in our Xcode projectRoopesh Chander2018-10-292-0/+44
* Zip: Add code from the minizip projectRoopesh Chander2018-10-297-0/+5460