aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-27Set Xcode template for smaller copyright headersRoopesh Chander1-2/+3
2018-10-27Smaller copyright headersRoopesh Chander11-77/+22
2018-10-27Tunnel detail: Start off with the tunnel detail viewRoopesh Chander3-0/+238
2018-10-27Tunnel view model: Add copy public keyRoopesh Chander1-0/+1
2018-10-27Tunnel creation: Variable renamingRoopesh Chander1-18/+18
2018-10-27Tunnel view model: The view model applies for both editing and viewingRoopesh Chander2-10/+10
2018-10-27Tunnels list: Update when a tunnel is addedRoopesh Chander2-2/+19
2018-10-27Tunnel creation: Saving a configurationRoopesh Chander2-7/+32
2018-10-27Model: Use DNSServer in the Configuration modelRoopesh Chander2-5/+14
2018-10-27Model for DNS serverRoopesh Chander2-0/+66
2018-10-27Model: Endpoint host should not have invalid charactersRoopesh Chander1-10/+13
2018-10-27Model: listenPort and persistentKeepAlive should be 16-bit integersRoopesh Chander2-6/+6
2018-10-27Tunnel creation: Refactor by creating a separate view modelRoopesh Chander3-330/+346
2018-10-27Tunnel creation: Validate the data and prepare to save to a configurationRoopesh Chander1-2/+178
2018-10-27Tunnel creation: Save typed values in a scratchpadRoopesh Chander1-9/+90
2018-10-27Tunnel creation: Fix Persistent Keepalive label's lookRoopesh Chander1-14/+4
2018-10-27Tunnel creation: Start off with tunnel creationRoopesh Chander3-1/+460
2018-10-27Model: Make InterfaceConfiguration and PeerConfiguration structsRoopesh Chander1-2/+2
2018-10-27Model: Make it impossible to create invalid interface / peer configuration instancesRoopesh Chander1-1/+12
2018-10-27Use Endpoint in the Configuration modelRoopesh Chander1-1/+1
2018-10-27Model for an endpointRoopesh Chander2-0/+83
2018-10-27Model: IPAddressRange: Converting to and from StringRoopesh Chander1-0/+31
2018-10-27Model: Name should be part of the interface, not the tunnelRoopesh Chander2-5/+5
2018-10-27Tunnels list: Show an actions list when the '+' is tappedRoopesh Chander1-1/+14
2018-10-27Tunnels list: Show data from the tunnels managerRoopesh Chander1-2/+42
2018-10-27Tunnels list: Make the table view style explicitRoopesh Chander1-0/+8
2018-10-27VPN: Add TunnelsManager to manage the tunnels in the appRoopesh Chander2-0/+94
2018-10-27Bump deployment target to iOS 12.0Roopesh Chander1-0/+2
2018-10-27Use IPAddressRange in the Configuration modelRoopesh Chander1-2/+5
2018-10-27Model for an IP Address rangeRoopesh Chander2-0/+58
2018-10-27Models for tunnel, interface and peerRoopesh Chander2-0/+53
2018-10-27Configure the split-view controller to work in both iPhone and iPadRoopesh Chander1-0/+24
2018-10-27Change copyright to WireGuard LLCRoopesh Chander3-3/+3
2018-10-27Use a split-view controller as the main (root) view controllerRoopesh Chander3-3/+50
2018-10-27Move UI code into a separate platform-specific folderRoopesh Chander3-8/+24
2018-10-27Prepare for rewrite: Move WireGuardNetworkExtension into the new project folderRoopesh Chander5-0/+0
2018-10-27Use APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIERRoopesh Chander2-2/+6
2018-10-27Enable Network Extensions capabilityRoopesh Chander2-0/+31
2018-10-27Move App ID to Developer.xcconfig as wellRoopesh Chander2-2/+3
2018-10-27Remove storyboard and create UI from codeRoopesh Chander6-93/+27
2018-10-27Move DEVELOPMENT_TEAM into an xcconfig out of the git repoRoopesh Chander2-0/+8
2018-10-27Create a new project in XcodeRoopesh Chander10-0/+621
2018-10-27Prepare for rewrite: Remove CocoaPods and Carthage stuff from .gitignoreRoopesh Chander1-15/+0
2018-10-27Prepare for rewrite: Remove UI and model codeRoopesh Chander70-4379/+0
2018-10-27Prepare for rewrite: Remove CocoaPodsRoopesh Chander2-52/+0
2018-10-27Prepare for rewrite: Remove Xcode project and workspaceRoopesh Chander5-1138/+0
2018-10-27Allow customizing MTUJason A. Donenfeld4-8/+16
2018-10-26bridge: go get requires arch pathsJason A. Donenfeld1-7/+12
2018-10-10MIT licenseJason A. Donenfeld1-26/+19
2018-10-09Use go modulesJason A. Donenfeld2-20/+27