aboutsummaryrefslogtreecommitdiff
path: root/tun/tun_darwin.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change package pathJason A. Donenfeld2019-02-181-1/+1
|
* Update copyrightJason A. Donenfeld2019-02-051-2/+2
|
* Use darwin tun on iosJason A. Donenfeld2018-11-061-2/+0
|
* tun: only call .Fd() onceJason A. Donenfeld2018-10-171-14/+16
| | | | | Doing so tends to make the tunnel blocking, so we only retrieve it once before we call SetNonblock, and then cache the result.
* global: fix up copyright headersJason A. Donenfeld2018-09-161-2/+1
|
* Do not build tun device on iosJason A. Donenfeld2018-06-091-0/+2
|
* Catch EINTRJason A. Donenfeld2018-05-241-2/+7
|
* Adopt GOPATHJason A. Donenfeld2018-05-231-1/+1
| | | | | GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
* Move tun to subpackageJason A. Donenfeld2018-05-231-0/+382