aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/WireGuard-Bridging-Header.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Key: Use C implementation insteadJason A. Donenfeld2019-02-081-0/+1
| | | | | | | Swift compiles so slowly and it's unclear all of the insane type punning was even correct. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Added syntax highlighting conf textviewEric Kuck2019-01-141-0/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Logging: Use ringlogger for logging from the extensionRoopesh Chander2018-12-131-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* wireguard-go-bridge: extract version for consumption by network extensionJason A. Donenfeld2018-10-311-4/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Zip: Include minizip in our Xcode projectRoopesh Chander2018-10-291-0/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Crypto: Add Curve25519 C code to projectRoopesh Chander2018-10-271-0/+5
Signed-off-by: Roopesh Chander <roop@roopc.net>