aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.xcodeproj (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Export: Exporting config filesRoopesh Chander2018-10-291-0/+4
* mv Parsing/ ConfigFile/Roopesh Chander2018-10-291-3/+3
* Settings: Add a settings panelRoopesh Chander2018-10-291-0/+4
* Zip: Import configs from zip filesRoopesh Chander2018-10-291-4/+0
* Zip: Add zip file readerRoopesh Chander2018-10-291-0/+6
* Zip: Include minizip in our Xcode projectRoopesh Chander2018-10-291-0/+42
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-281-0/+4
* Xcode: Disable bitcodeRoopesh Chander2018-10-271-0/+2
* VPN: Bring up the tunnelRoopesh Chander2018-10-271-0/+18
* Xcode: Make Xcode build libwg-go.a automaticallyRoopesh Chander2018-10-271-0/+77
* NE: Add bridging headerRoopesh Chander2018-10-271-0/+8
* NE: Include the network extension in the projectRoopesh Chander2018-10-271-1/+150
* VPN: DNSResolver: A class that does DNS resolution using getaddrinfoRoopesh Chander2018-10-271-0/+4
* Import: Support for importing a config file from file providersRoopesh Chander2018-10-271-0/+4
* Config file: Parsing a wg-quick config fileRoopesh Chander2018-10-271-0/+12
* Crypto: Swift wrapper for the Curve25519 C codeRoopesh Chander2018-10-271-0/+4
* Crypto: Add Curve25519 C code to projectRoopesh Chander2018-10-271-0/+22
* Set Xcode template for smaller copyright headersRoopesh Chander2018-10-271-0/+9
* Tunnel detail: Start off with the tunnel detail viewRoopesh Chander2018-10-271-0/+4
* Model for DNS serverRoopesh Chander2018-10-271-0/+4
* Tunnel creation: Refactor by creating a separate view modelRoopesh Chander2018-10-271-0/+4
* Tunnel creation: Start off with tunnel creationRoopesh Chander2018-10-271-0/+4
* Model for an endpointRoopesh Chander2018-10-271-0/+4
* VPN: Add TunnelsManager to manage the tunnels in the appRoopesh Chander2018-10-271-0/+12
* Bump deployment target to iOS 12.0Roopesh Chander2018-10-271-0/+2
* Model for an IP Address rangeRoopesh Chander2018-10-271-0/+4
* Models for tunnel, interface and peerRoopesh Chander2018-10-271-0/+12
* Use a split-view controller as the main (root) view controllerRoopesh Chander2018-10-271-1/+5
* Move UI code into a separate platform-specific folderRoopesh Chander2018-10-271-8/+24
* Use APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIERRoopesh Chander2018-10-271-0/+2
* Enable Network Extensions capabilityRoopesh Chander2018-10-271-0/+21
* Move App ID to Developer.xcconfig as wellRoopesh Chander2018-10-271-2/+0
* Remove storyboard and create UI from codeRoopesh Chander2018-10-271-16/+4
* Move DEVELOPMENT_TEAM into an xcconfig out of the git repoRoopesh Chander2018-10-271-0/+4
* Create a new project in XcodeRoopesh Chander2018-10-273-0/+352