aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/TunnelViewModel.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tunnel view model: Support for exclude private IPsRoopesh Chander2018-10-291-0/+70
* Model: Allow creating an interface with empty nameRoopesh Chander2018-10-271-1/+1
* Model: MTU should be a 16-bit integerRoopesh Chander2018-10-271-2/+2
* Tunnel detail: Don't show fields that have empty valueRoopesh Chander2018-10-271-0/+28
* Tunnel creation: Compute public key from private key as the text is being editedRoopesh Chander2018-10-271-0/+12
* Tunnel view model: Populate interface's public keyRoopesh Chander2018-10-271-0/+1
* Smaller copyright headersRoopesh Chander2018-10-271-7/+2
* Tunnel view model: Add copy public keyRoopesh Chander2018-10-271-0/+1
* Tunnel view model: The view model applies for both editing and viewingRoopesh Chander2018-10-271-8/+8
* Model: Use DNSServer in the Configuration modelRoopesh Chander2018-10-271-4/+13
* Model: listenPort and persistentKeepAlive should be 16-bit integersRoopesh Chander2018-10-271-4/+4
* Tunnel creation: Refactor by creating a separate view modelRoopesh Chander2018-10-271-0/+309