aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard.xcodeproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused pods.Jeroen Leenarts2018-08-151-12/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add back addresses.Jeroen Leenarts2018-08-121-2/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Remove Address and related code.Jeroen Leenarts2018-08-061-8/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fix entitlement.Jeroen Leenarts2018-08-041-0/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add NETunnelProviderManager management to AppCoordinator.Jeroen Leenarts2018-08-041-0/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Start wire-up of logging and tunnel system.Jeroen Leenarts2018-07-071-0/+10
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fix bizarre nameJason A. Donenfeld2018-06-231-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Finish casing fix from Wireguard to WireGuardEli Young2018-06-223-0/+912
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>