aboutsummaryrefslogtreecommitdiffstats
path: root/tun (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* wintun: Implement TODO in TestSetupDiGetDeviceRegistryProperty()Simon Rozman2019-02-071-3/+11
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* wintun: add FlushInterface stubJason A. Donenfeld2019-02-072-4/+18
|
* wintun: Compare values of GUID, not pointers, when removingJason A. Donenfeld2019-02-071-1/+1
|
* wintun: Introduce new package for obscuring Windows bitsJason A. Donenfeld2019-02-0711-481/+2424
|
* tun_windows: StyleJason A. Donenfeld2019-02-071-11/+13
|
* tun_windows: Introduce preliminary TUN interface creationSimon Rozman2019-02-062-5/+541
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* tun_windows: Stop checking minimum size of received TUN packetsSimon Rozman2019-02-061-2/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* Fix up errors and pathsJason A. Donenfeld2019-02-051-7/+7
|
* Import windows scafoldingJason A. Donenfeld2019-02-051-0/+286
|
* Update copyrightJason A. Donenfeld2019-02-055-10/+10
|
* 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>
* Use darwin tun on iosJason A. Donenfeld2018-11-061-2/+0
|
* tun: only call .Fd() onceJason A. Donenfeld2018-10-174-61/+67
| | | | | 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-165-8/+5
|
* Fix duplicate copyright lineJason A. Donenfeld2018-07-301-2/+0
|
* Do not build tun device on iosJason A. Donenfeld2018-06-091-0/+2
|
* Disable broadcast mode on *BSDJason A. Donenfeld2018-05-272-26/+0
| | | | Keeping it on makes IPv6 problematic and confuses routing daemons.
* Catch EINTRJason A. Donenfeld2018-05-244-12/+24
|
* Adopt GOPATHJason A. Donenfeld2018-05-234-4/+4
| | | | | GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
* Move tun to subpackageJason A. Donenfeld2018-05-235-0/+1754