aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.xcodeproj (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Model: ActivityType enum to represent VPN-on-demand optionsRoopesh Chander2018-11-101-0/+6
* NE: When there's an error starting the tunnel, show it to the user using displayMessage()Roopesh Chander2018-11-091-0/+4
* Remove unused file PacketTunnelOptionKey.swiftRoopesh Chander2018-11-081-6/+0
* Move logic to extension: NETunnelProviderProtocol extension code should be sharedRoopesh Chander2018-11-081-0/+6
* Move logic to extension: Refactor PacketTunnelOptionsGenerator into a PacketTunnelSettingsGeneratorRoopesh Chander2018-11-081-4/+4
* Move logic to extension: Move DNSResolver to extensionRoopesh Chander2018-11-081-3/+3
* Move logic to extension: Include shared model code when building the extensionRoopesh Chander2018-11-081-0/+8
* Move logic to extension: Move PacketTunnelOptionsGenerator to the extensionRoopesh Chander2018-11-081-3/+3
* Move logic to extension: Move model files to SharedRoopesh Chander2018-11-081-1/+1
* Xcode: enable more warningsJason A. Donenfeld2018-11-061-1/+5
* Tunnel detail: Refactor out the label scrolling into a separate UI classRoopesh Chander2018-11-061-0/+4
* global: convert to Swift 4.2Jason A. Donenfeld2018-11-051-0/+2
* XCode: use old network extension ID0.0.20181104-1Jason A. Donenfeld2018-11-041-2/+2
* XCode: unify version stringsJason A. Donenfeld2018-11-041-4/+4
* Add document iconRoopesh Chander2018-11-021-0/+32
* VPN: An ErrorPresenter class to consolidate showing of error alertsRoopesh Chander2018-11-011-1/+5
* wireguard-go-bridge: extract version for consumption by network extensionJason A. Donenfeld2018-10-311-3/+24
* UI: More elegant copy-to-clipboard behaviorJason A. Donenfeld2018-10-311-0/+4
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* XCode: fall back to default settingsJason A. Donenfeld2018-10-301-34/+15
* 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