| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | global: update header comments and modules | 2020-05-02 | 1 | -1/+1 | |
| * | tun: return a better error message if /dev/net/tun doesn't exist | 2020-05-02 | 1 | -0/+3 | |
| * | tun: NetlinkListener: don't send EventDown before sending EventUp | 2020-05-02 | 1 | -1/+13 | |
| * | tun: fix data race on name field | 2020-05-02 | 1 | -13/+31 | |
| * | tun: remove unused isUp method | 2020-05-02 | 1 | -6/+0 | |
| * | global: use RTMGRP_* consts from x/sys/unix | 2020-03-17 | 1 | -1/+1 | |
| * | global: fix a few typos courtesy of codespell | 2019-10-22 | 1 | -1/+1 | |
| * | tun: remove TUN prefix from types to reduce stutter elsewhere | 2019-06-14 | 1 | -16/+16 | |
| * | global: fixup TODO comment spacing | 2019-06-06 | 1 | -1/+1 | |
| * | global: regroup all imports | 2019-05-14 | 1 | -3/+4 | |
| * | receive: implement flush semantics | 2019-03-21 | 1 | -0/+5 | |
| * | tun: linux: work out netpoll trick | 2019-03-07 | 1 | -54/+46 | |
| * | tun: import mobile particularities | 2019-03-04 | 1 | -0/+22 | |
| * | tun: allow special methods in NativeTun | 2019-03-01 | 1 | -14/+14 | |
| * | tun: linux: netpoll is broken for tun's epoll | 2019-02-27 | 1 | -27/+48 | |
| * | tun: linux: netlink sock needs cleaning up but file will be gc'd | 2019-02-27 | 1 | -4/+2 | |
| * | tun: use netpoll instead of rwcancel | 2019-02-27 | 1 | -41/+13 | |
| * | tun: use sysconn instead of .Fd with Go 1.12 | 2019-02-27 | 1 | -24/+21 | |
| * | Change package path | 2019-02-18 | 1 | -1/+1 | |
| * | Update copyright | 2019-02-05 | 1 | -2/+2 | |
| * | tun: remove nonblock hack for linux | 2018-12-06 | 1 | -10/+0 | |
| * | tun: only call .Fd() once | 2018-10-17 | 1 | -15/+17 | |
| * | global: fix up copyright headers | 2018-09-16 | 1 | -2/+1 | |
| * | Fix duplicate copyright line | 2018-07-30 | 1 | -2/+0 | |
| * | Catch EINTR | 2018-05-24 | 1 | -3/+3 | |
| * | Adopt GOPATH | 2018-05-23 | 1 | -1/+1 | |
| * | Move tun to subpackage | 2018-05-23 | 1 | -0/+468 |
