aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuardTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable warning for function body length.Jeroen Leenarts2018-08-161-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Calculate and apply CIDR.Jeroen Leenarts2018-08-161-0/+69
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Added validation before saving any tunnelsEric Kuck2018-08-151-0/+58
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Improve validator for IPv6.Jeroen Leenarts2018-08-152-58/+31
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Assign correct copyright.Jeroen Leenarts2018-08-151-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add Validator for Endpoints.Jeroen Leenarts2018-08-151-0/+56
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Change copyright notice.Jeroen Leenarts2018-07-151-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Finish casing fix from Wireguard to WireGuardEli Young2018-06-222-0/+58
This also removes from the project various duplicate file entries that differed only in casing. Note that, if working with a case-insensitive filesystem (as are generally used on macOS systems), it is recommended to destroy the affected files in the working tree and check them out again. Failure to do this will result in XCode recreating duplicate file entries in the project. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>