aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_linux.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change package pathJason A. Donenfeld2019-02-181-1/+1
|
* Update copyrightJason A. Donenfeld2019-02-051-2/+2
|
* tun: remove nonblock hack for linuxJason A. Donenfeld2018-12-061-10/+0
| | | | | | This is no longer necessary and actually breaks things Reported-by: Chris Branch <cbranch@cloudflare.com>
* tun: only call .Fd() onceJason A. Donenfeld2018-10-171-15/+17
| | | | | 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
|
* Fix duplicate copyright lineJason A. Donenfeld2018-07-301-2/+0
|
* Catch EINTRJason A. Donenfeld2018-05-241-3/+3
|
* 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/+468