aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PacketTunnelProvider: fix locking logicJason A. Donenfeld2018-09-221-10/+7
* Add some info on that this repository contains.Jeroen Leenarts2018-09-211-1/+7
* 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
* Disable bitcode to allow reporting of GO version in App settings.Jeroen Leenarts2018-09-201-0/+2
* 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
* Change network prefix length for excluded routes to 128.Jeroen Leenarts2018-09-181-1/+1
* 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-189-41/+253
* Give team to releaseJason A. Donenfeld2018-09-172-5/+5
* Update go snapshotJason A. Donenfeld2018-09-171-0/+0
* Preallocate buffers so we don't explode limitJason A. Donenfeld2018-09-171-0/+1
* Small comment layout tweak.Jeroen Leenarts2018-09-161-2/+2
* 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-1622-94/+3
* We do not support "on demand" right now.Jeroen Leenarts2018-09-151-1/+0
* Add intermediate "Info" screen.Jeroen Leenarts2018-09-155-26/+472
* Prevent crash on add and deletion of config.Jeroen Leenarts2018-09-151-24/+31
* Re-center app icon.Jeroen Leenarts2018-09-1517-0/+0
* Rename "WireGuard tunnels" to "WireGuard".Jeroen Leenarts2018-09-151-4/+4
* Fix provisioning.Jeroen Leenarts2018-09-153-12/+12
* Let XCode mess with stuffJason A. Donenfeld2018-09-153-185/+16
* Update bundle namesJason A. Donenfeld2018-09-156-12/+12
* Remove testing idJason A. Donenfeld2018-09-151-2/+2
* Set correct teamJason A. Donenfeld2018-09-151-3/+3
* Add note about availability of Go.Jeroen Leenarts2018-09-131-0/+2
* Switch copyright assignment from Jason to WireGuard LLC.Jeroen Leenarts2018-09-0627-27/+27
* 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
* Lazy WGContext made connection unstable.Jeroen Leenarts2018-09-021-3/+2
* Zip export.Jeroen Leenarts2018-09-027-7/+128
* Add import and export logic.Jeroen Leenarts2018-09-019-10/+178
* Add addresses, dns and mtu to export string.Jeroen Leenarts2018-08-311-2/+11
* wireguard-go-bridge: include header for free functionJason A. Donenfeld2018-08-311-0/+1
* Add string conversion for tunnel config.Jeroen Leenarts2018-08-293-0/+52
* Replace NSLog with os_log.Jeroen Leenarts2018-08-281-1/+1
* Cleanup config extraction.Jeroen Leenarts2018-08-281-6/+4
* Move connection logic into seperate function.Jeroen Leenarts2018-08-281-43/+46
* Extract log config to a function and base log level on wg level.Jeroen Leenarts2018-08-281-7/+21
* Make wgContext lazy.Jeroen Leenarts2018-08-281-2/+3