aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-09Use go modulesJason A. Donenfeld2-20/+27
2018-10-03Better handling of CIDR values.Jeroen Leenarts2-11/+40
2018-10-03Disable auto corrects and related helpers on UITextfields.Jeroen Leenarts1-9/+9
2018-10-03Export qr scanned config to system settings.Jeroen Leenarts1-0/+1
2018-10-03Do not try to resolve a valid ip address.Jeroen Leenarts1-3/+8
2018-10-03Remove extra comment cruftJason A. Donenfeld7-28/+0
2018-10-02Remove a few prints, add some whitespace.Jeroen Leenarts4-15/+2
2018-10-02Add some form of image for when no configurations are available.Jeroen Leenarts3-0/+35
2018-10-02Dismiss qr scan vc on cancel.Jeroen Leenarts1-1/+3
2018-10-02Handle persistentKeepAlive better.Jeroen Leenarts1-1/+3
2018-10-02Add Wireguard logo to bottom of settings.Jeroen Leenarts3-0/+20
2018-10-02Extract WireGuardGo version at build time.Jeroen Leenarts8-45/+90
2018-10-02Deal with type body length warning.Jeroen Leenarts1-18/+20
2018-10-02Bump pod versions due to Swift 4.2 migration.Jeroen Leenarts1-4/+4
2018-10-02Copy public key through context menu.Jeroen Leenarts5-82/+84
2018-10-02Rewrite bridge build systemJason A. Donenfeld8-76/+45
2018-10-01Don't crash on failure to obtain version info and inform user on what is needed to be able to retrieve version info from the Go client.Jeroen Leenarts3-12/+34
2018-10-01Check and clear old configs on app start and app foreground.Jeroen Leenarts2-2/+44
2018-09-30Convert DNS names to IP address.Jeroen Leenarts1-4/+22
2018-09-30Fix build warning.Jeroen Leenarts1-1/+1
2018-09-29Add switch to info view controller.Jeroen Leenarts6-88/+208
2018-09-27Update README.Jeroen Leenarts1-2/+0
2018-09-27Add missing file and fix hard path.Jeroen Leenarts3-2/+24
2018-09-26Xcode build wireguard go bridge.Jeroen Leenarts2-6/+65
2018-09-26Deal with zero or empty input better.Jeroen Leenarts1-2/+6
2018-09-26Use trash instead of edit icon.Jeroen Leenarts1-1/+1
2018-09-26Use message to extension to obtain version info.Jeroen Leenarts5-14/+73
2018-09-26Fixe base 64 regex format.Jeroen Leenarts1-1/+1
2018-09-26Fix function length warning.Jeroen Leenarts1-6/+14
2018-09-26Add explicit cast to supress conversion warning.Jeroen Leenarts1-4/+4
2018-09-26Fixe file/function related warnings.Jeroen Leenarts7-224/+282
2018-09-26Not a gear but dots.Jeroen Leenarts6-13/+6
2018-09-26Set a date based version number for now.Jeroen Leenarts2-2/+9
2018-09-25Present alert for title.Jeroen Leenarts1-0/+2
2018-09-25Remove default zeroes for listenPort and mtu.Jeroen Leenarts1-3/+3
2018-09-25Ask for title when scaning a QR.Jeroen Leenarts2-2/+18
2018-09-25Move copy button a bit up towards title line.Jeroen Leenarts1-82/+87
2018-09-25Settnings icon.Jeroen Leenarts5-3/+27
2018-09-25Keep tabs on memory usageJason A. Donenfeld5-6/+23
2018-09-24Prevent signal and wait from racingJason A. Donenfeld1-1/+3
2018-09-24Update go submoduleJason A. Donenfeld2-4/+2
2018-09-22TruthJason A. Donenfeld1-4/+3
2018-09-22PacketTunnelProvider: fix locking logicJason A. Donenfeld1-10/+7
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