aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* wintun: Make constants private and adopt Go recommended caseSimon Rozman2019-02-081-29/+29
* wintun: Check for user close in read loop regardless the loadSimon Rozman2019-02-081-24/+22
* wintun: Adjust tunRWQueue.left member to match Wintun driverSimon Rozman2019-02-081-2/+2
* wintun: Detect if a foreign interface with the same name existsSimon Rozman2019-02-071-3/+13
* wintun: add FlushInterface stubJason A. Donenfeld2019-02-071-0/+5
* wintun: Introduce new package for obscuring Windows bitsJason A. Donenfeld2019-02-071-480/+13
* tun_windows: StyleJason A. Donenfeld2019-02-071-11/+13
* tun_windows: Introduce preliminary TUN interface creationSimon Rozman2019-02-061-5/+492
* tun_windows: Stop checking minimum size of received TUN packetsSimon Rozman2019-02-061-2/+1
* Fix up errors and pathsJason A. Donenfeld2019-02-051-7/+7
* Import windows scafoldingJason A. Donenfeld2019-02-051-0/+286