aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-21Add some info on that this repository contains.Jeroen Leenarts1-1/+7
2018-09-20Report the correct number of rows in the info table view.Jeroen Leenarts1-2/+2
2018-09-20Get rid of a few cosmetic lines.Jeroen Leenarts2-0/+14
2018-09-20Make sure a scanned config is actually saved and displayed.Jeroen Leenarts2-2/+4
2018-09-20Disable bitcode to allow reporting of GO version in App settings.Jeroen Leenarts1-0/+2
2018-09-20Support some form of rotation.Jeroen Leenarts1-0/+32
2018-09-20Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts1-1/+1
2018-09-19Add add from file within app.Jeroen Leenarts1-3/+39
2018-09-18Change network prefix length for excluded routes to 128.Jeroen Leenarts1-1/+1
2018-09-18Add edit/done buttons to have a more discoverable way to remove tunnels.Jeroen Leenarts2-5/+51
2018-09-18Move add button to bottom toolbar.Jeroen Leenarts1-16/+23
2018-09-18Add settings screen. Move export as zip to settings screen.Jeroen Leenarts9-41/+253
2018-09-17Give team to releaseJason A. Donenfeld2-5/+5
2018-09-17Update go snapshotJason A. Donenfeld1-0/+0
2018-09-17Preallocate buffers so we don't explode limitJason A. Donenfeld1-0/+1
2018-09-16Small comment layout tweak.Jeroen Leenarts1-2/+2
2018-09-16Spelling improvement in log statement.Jeroen Leenarts1-2/+1
2018-09-16Show public key on interface. Do not generate public key on peer on generate. Add public key copy buttons.Jeroen Leenarts4-218/+234
2018-09-16Start a new peer without an allowed ips entry.Jeroen Leenarts1-1/+0
2018-09-16New peers should begin with zero peers.Jeroen Leenarts1-3/+0
2018-09-16Back button for tunnel table view renamed to "Tunnels"Jeroen Leenarts1-0/+1
2018-09-16Clean up old school headers.Jeroen Leenarts22-94/+3
2018-09-15We do not support "on demand" right now.Jeroen Leenarts1-1/+0
2018-09-15Add intermediate "Info" screen.Jeroen Leenarts5-26/+472
2018-09-15Prevent crash on add and deletion of config.Jeroen Leenarts1-24/+31
2018-09-15Re-center app icon.Jeroen Leenarts17-0/+0
2018-09-15Rename "WireGuard tunnels" to "WireGuard".Jeroen Leenarts1-4/+4
2018-09-15Fix provisioning.Jeroen Leenarts3-12/+12
2018-09-15Let XCode mess with stuffJason A. Donenfeld3-185/+16
2018-09-15Update bundle namesJason A. Donenfeld6-12/+12
2018-09-15Remove testing idJason A. Donenfeld1-2/+2
2018-09-15Set correct teamJason A. Donenfeld1-3/+3
2018-09-13Add note about availability of Go.Jeroen Leenarts1-0/+2
2018-09-06Switch copyright assignment from Jason to WireGuard LLC.Jeroen Leenarts27-27/+27
2018-09-05Working zip import.Jeroen Leenarts1-5/+33
2018-09-05Remove item from provider managers on delete.Jeroen Leenarts1-0/+1
2018-09-05Make sure to refresh provider managers after saving.Jeroen Leenarts1-25/+37
2018-09-03Import of zip.Jeroen Leenarts3-19/+65
2018-09-02Lazy WGContext made connection unstable.Jeroen Leenarts1-3/+2
2018-09-02Zip export.Jeroen Leenarts7-7/+128
2018-09-01Add import and export logic.Jeroen Leenarts9-10/+178
2018-08-31Add addresses, dns and mtu to export string.Jeroen Leenarts1-2/+11
2018-08-31wireguard-go-bridge: include header for free functionJason A. Donenfeld1-0/+1
2018-08-29Add string conversion for tunnel config.Jeroen Leenarts3-0/+52
2018-08-28Replace NSLog with os_log.Jeroen Leenarts1-1/+1
2018-08-28Cleanup config extraction.Jeroen Leenarts1-6/+4
2018-08-28Move connection logic into seperate function.Jeroen Leenarts1-43/+46
2018-08-28Extract log config to a function and base log level on wg level.Jeroen Leenarts1-7/+21
2018-08-28Make wgContext lazy.Jeroen Leenarts1-2/+3
2018-08-27Initial merge of rc's work.Jeroen Leenarts8-274/+167