aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Report the correct number of rows in the info table view.Jeroen Leenarts2018-09-201-2/+2
* Get rid of a few cosmetic lines.Jeroen Leenarts2018-09-202-0/+14
* Make sure a scanned config is actually saved and displayed.Jeroen Leenarts2018-09-202-2/+4
* Support some form of rotation.Jeroen Leenarts2018-09-201-0/+32
* Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts2018-09-201-1/+1
* Add add from file within app.Jeroen Leenarts2018-09-191-3/+39
* Add edit/done buttons to have a more discoverable way to remove tunnels.Jeroen Leenarts2018-09-182-5/+51
* Move add button to bottom toolbar.Jeroen Leenarts2018-09-181-16/+23
* Add settings screen. Move export as zip to settings screen.Jeroen Leenarts2018-09-187-37/+237
* Spelling improvement in log statement.Jeroen Leenarts2018-09-161-2/+1
* Show public key on interface. Do not generate public key on peer on generate. Add public key copy buttons.Jeroen Leenarts2018-09-164-218/+234
* Start a new peer without an allowed ips entry.Jeroen Leenarts2018-09-161-1/+0
* New peers should begin with zero peers.Jeroen Leenarts2018-09-161-3/+0
* Back button for tunnel table view renamed to "Tunnels"Jeroen Leenarts2018-09-161-0/+1
* Clean up old school headers.Jeroen Leenarts2018-09-1617-74/+3
* We do not support "on demand" right now.Jeroen Leenarts2018-09-151-1/+0
* Add intermediate "Info" screen.Jeroen Leenarts2018-09-154-26/+468
* Prevent crash on add and deletion of config.Jeroen Leenarts2018-09-151-24/+31
* Re-center app icon.Jeroen Leenarts2018-09-1516-0/+0
* Rename "WireGuard tunnels" to "WireGuard".Jeroen Leenarts2018-09-151-4/+4
* Fix provisioning.Jeroen Leenarts2018-09-151-1/+1
* Update bundle namesJason A. Donenfeld2018-09-153-5/+5
* Switch copyright assignment from Jason to WireGuard LLC.Jeroen Leenarts2018-09-0620-20/+20
* Working zip import.Jeroen Leenarts2018-09-051-5/+33
* Remove item from provider managers on delete.Jeroen Leenarts2018-09-051-0/+1
* Make sure to refresh provider managers after saving.Jeroen Leenarts2018-09-051-25/+37
* Import of zip.Jeroen Leenarts2018-09-033-19/+65
* Zip export.Jeroen Leenarts2018-09-023-6/+89
* Add import and export logic.Jeroen Leenarts2018-09-015-10/+168
* Add addresses, dns and mtu to export string.Jeroen Leenarts2018-08-311-2/+11
* 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