aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add string conversion for tunnel config.Jeroen Leenarts2018-08-293-0/+52
* Initial merge of rc's work.Jeroen Leenarts2018-08-271-1/+1
* Move, modify and add key generation functions to project.Jeroen Leenarts2018-08-275-1/+232
* Reworked main tableview switch layout & logicEric Kuck2018-08-222-78/+42
* Use a Switch on each tunnel cell.Jeroen Leenarts2018-08-213-13/+187
* Line selection configures the tunnel.Jeroen Leenarts2018-08-211-1/+1
* Added ability to add tunnels with a QR code scan. Logic in place to parse conf files as well.Eric Kuck2018-08-219-8/+317
* Extend validators to work for DNS entries as well.Jeroen Leenarts2018-08-161-1/+1
* Use `commaSeparatedToArray` utility everywhere.Jeroen Leenarts2018-08-161-1/+1
* If the selected tunnel is not "enabled", make it enabled.Jeroen Leenarts2018-08-161-5/+14
* Add on demand rule.Jeroen Leenarts2018-08-161-1/+4
* Do not perform optional try, this ate errors in the addressess and DNS input.Jeroen Leenarts2018-08-161-2/+2
* Added validation before saving any tunnelsEric Kuck2018-08-159-19/+212
* Remove old import.Jeroen Leenarts2018-08-151-1/+0
* Log on VPNStatusDidChange.Jeroen Leenarts2018-08-121-0/+6
* Config tweaking.Jeroen Leenarts2018-08-122-5/+1
* Add back addresses.Jeroen Leenarts2018-08-125-26/+58
* Fix config generation.Jeroen Leenarts2018-08-091-6/+6
* Switch from using a single VPN manager to a VPN manager per configuration.Jeroen Leenarts2018-08-082-131/+74
* Add tunnel provider identifier.Jeroen Leenarts2018-08-084-1/+5
* Generate split allowed IPs in protocol configuration.Jeroen Leenarts2018-08-071-2/+4
* Remove Address and related code.Jeroen Leenarts2018-08-064-52/+0
* Remove incorrect core data model fields.Jeroen Leenarts2018-08-063-76/+12
* Add provider configuration generation.Jeroen Leenarts2018-08-062-13/+87
* Fix binding.Jeroen Leenarts2018-08-051-1/+1
* Add default allowed IPs.Jeroen Leenarts2018-08-051-5/+28
* Assign correct copyright.Jeroen Leenarts2018-08-051-1/+1
* A server address is required for proper saving of protocol configuration.Jeroen Leenarts2018-08-041-0/+1
* Remove some silly TODOs.Jeroen Leenarts2018-08-041-3/+1
* Add NETunnelProviderManager management to AppCoordinator.Jeroen Leenarts2018-08-043-4/+202
* Change copyright notice.Jeroen Leenarts2018-07-1514-14/+14
* Start wire-up of logging and tunnel system.Jeroen Leenarts2018-07-071-0/+13
* Fix bizarre nameJason A. Donenfeld2018-06-231-2/+2
* Objective-C wrapper around WireguardGo.Jeroen Leenarts2018-06-222-4/+22
* Allow adding and deleting peers.Jeroen Leenarts2018-05-292-20/+44
* Allow adding unvalidated config.Jeroen Leenarts2018-05-296-16/+121
* Wire up TunnelConfigurationTableViewController.Jeroen Leenarts2018-05-273-7/+147
* A config having zero peers is allowed.Jeroen Leenarts2018-05-271-5/+5
* We are dealing with not just any tunnel, but with WireGuard tunnels.Jeroen Leenarts2018-05-271-2/+2
* Deal with final folder name issues due to Apple's case insensitive case preserving behavior.Jeroen Leenarts2018-05-2735-0/+1059
* Add trash can icon.Jeroen Leenarts2018-05-264-0/+23
* Some casing trouble in WireGuard strings.Jeroen Leenarts2018-05-261-3/+12
* Everything is a tunnel.Jeroen Leenarts2018-05-264-5/+237
* Add bare bones `ProfileConfigurationTableViewController`.Jeroen Leenarts2018-05-241-0/+51
* Basic setup of ConnectionsTableViewController.Jeroen Leenarts2018-05-241-0/+36