aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Model (follow)
Commit message (Expand)AuthorAgeFilesLines
* Global: fix up stringsJason A. Donenfeld2018-11-011-1/+1
* Model: IP address can be specified without '/cidr'Roopesh Chander2018-10-301-15/+15
* Global: fix up captialization in headersJason A. Donenfeld2018-10-304-4/+4
* Model: Cap networkPrefixLengths to valid valuesRoopesh Chander2018-10-291-1/+7
* Model: Ensure name is not emptyRoopesh Chander2018-10-281-0/+1
* Import: Support for opening a .conf file in the appRoopesh Chander2018-10-271-1/+1
* Model: Allow creating an interface with empty nameRoopesh Chander2018-10-271-1/+0
* Model: MTU should be a 16-bit integerRoopesh Chander2018-10-271-1/+1
* Model: Interface: Add a public key computed propertyRoopesh Chander2018-10-271-0/+4
* Smaller copyright headersRoopesh Chander2018-10-274-28/+8
* Model: Use DNSServer in the Configuration modelRoopesh Chander2018-10-271-1/+1
* Model for DNS serverRoopesh Chander2018-10-271-0/+62
* Model: Endpoint host should not have invalid charactersRoopesh Chander2018-10-271-10/+13
* Model: listenPort and persistentKeepAlive should be 16-bit integersRoopesh Chander2018-10-271-2/+2
* Model: Make InterfaceConfiguration and PeerConfiguration structsRoopesh Chander2018-10-271-2/+2
* Model: Make it impossible to create invalid interface / peer configuration instancesRoopesh Chander2018-10-271-1/+12
* Use Endpoint in the Configuration modelRoopesh Chander2018-10-271-1/+1
* Model for an endpointRoopesh Chander2018-10-271-0/+79
* Model: IPAddressRange: Converting to and from StringRoopesh Chander2018-10-271-0/+31
* Model: Name should be part of the interface, not the tunnelRoopesh Chander2018-10-271-4/+4
* Use IPAddressRange in the Configuration modelRoopesh Chander2018-10-271-2/+5
* Model for an IP Address rangeRoopesh Chander2018-10-271-0/+54
* Models for tunnel, interface and peerRoopesh Chander2018-10-271-0/+41