aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIERRoopesh Chander2018-10-272-2/+6
* Enable Network Extensions capabilityRoopesh Chander2018-10-272-0/+31
* Move App ID to Developer.xcconfig as wellRoopesh Chander2018-10-272-2/+3
* Remove storyboard and create UI from codeRoopesh Chander2018-10-276-93/+27
* Move DEVELOPMENT_TEAM into an xcconfig out of the git repoRoopesh Chander2018-10-272-0/+8
* Create a new project in XcodeRoopesh Chander2018-10-2710-0/+621
* Prepare for rewrite: Remove CocoaPods and Carthage stuff from .gitignoreRoopesh Chander2018-10-271-15/+0
* Prepare for rewrite: Remove UI and model codeRoopesh Chander2018-10-2770-4379/+0
* Prepare for rewrite: Remove CocoaPodsRoopesh Chander2018-10-272-52/+0
* Prepare for rewrite: Remove Xcode project and workspaceRoopesh Chander2018-10-275-1138/+0
* Allow customizing MTUJason A. Donenfeld2018-10-274-8/+16
* bridge: go get requires arch pathsJason A. Donenfeld2018-10-261-7/+12
* MIT licenseJason A. Donenfeld2018-10-101-26/+19
* Use go modulesJason A. Donenfeld2018-10-092-20/+27
* Better handling of CIDR values.Jeroen Leenarts2018-10-032-11/+40
* Disable auto corrects and related helpers on UITextfields.Jeroen Leenarts2018-10-031-9/+9
* Export qr scanned config to system settings.Jeroen Leenarts2018-10-031-0/+1
* Do not try to resolve a valid ip address.Jeroen Leenarts2018-10-031-3/+8
* Remove extra comment cruftJason A. Donenfeld2018-10-037-28/+0
* Remove a few prints, add some whitespace.Jeroen Leenarts2018-10-024-15/+2
* Add some form of image for when no configurations are available.Jeroen Leenarts2018-10-023-0/+35
* Dismiss qr scan vc on cancel.Jeroen Leenarts2018-10-021-1/+3
* Handle persistentKeepAlive better.Jeroen Leenarts2018-10-021-1/+3
* Add Wireguard logo to bottom of settings.Jeroen Leenarts2018-10-023-0/+20
* Extract WireGuardGo version at build time.Jeroen Leenarts2018-10-028-45/+90
* Deal with type body length warning.Jeroen Leenarts2018-10-021-18/+20
* Bump pod versions due to Swift 4.2 migration.Jeroen Leenarts2018-10-021-4/+4
* Copy public key through context menu.Jeroen Leenarts2018-10-025-82/+84
* Rewrite bridge build systemJason A. Donenfeld2018-10-028-76/+45
* Don'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 Leenarts2018-10-013-12/+34
* Check and clear old configs on app start and app foreground.Jeroen Leenarts2018-10-012-2/+44
* Convert DNS names to IP address.Jeroen Leenarts2018-09-301-4/+22
* Fix build warning.Jeroen Leenarts2018-09-301-1/+1
* Add switch to info view controller.Jeroen Leenarts2018-09-296-88/+208
* Update README.Jeroen Leenarts2018-09-271-2/+0
* Add missing file and fix hard path.Jeroen Leenarts2018-09-273-2/+24
* Xcode build wireguard go bridge.Jeroen Leenarts2018-09-262-6/+65
* Deal with zero or empty input better.Jeroen Leenarts2018-09-261-2/+6
* Use trash instead of edit icon.Jeroen Leenarts2018-09-261-1/+1
* Use message to extension to obtain version info.Jeroen Leenarts2018-09-265-14/+73
* Fixe base 64 regex format.Jeroen Leenarts2018-09-261-1/+1
* Fix function length warning.Jeroen Leenarts2018-09-261-6/+14
* Add explicit cast to supress conversion warning.Jeroen Leenarts2018-09-261-4/+4
* Fixe file/function related warnings.Jeroen Leenarts2018-09-267-224/+282
* Not a gear but dots.Jeroen Leenarts2018-09-266-13/+6
* Set a date based version number for now.Jeroen Leenarts2018-09-262-2/+9
* Present alert for title.Jeroen Leenarts2018-09-251-0/+2
* Remove default zeroes for listenPort and mtu.Jeroen Leenarts2018-09-251-3/+3
* Ask for title when scaning a QR.Jeroen Leenarts2018-09-252-2/+18
* Move copy button a bit up towards title line.Jeroen Leenarts2018-09-251-82/+87