aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/wintun_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* wintun: Refactor network registry key name generationSimon Rozman2019-03-071-22/+18
* wintun: Revise interface creation waitSimon Rozman2019-03-071-59/+72
* wintun: Resolve some of golint warningsSimon Rozman2019-03-041-11/+20
* Simplify reading NetCfgInstanceId from registrySimon Rozman2019-03-041-8/+2
* Unify interface-specific network registry key openSimon Rozman2019-03-041-10/+19
* Change package pathJason A. Donenfeld2019-02-181-2/+2
* setupapi: Rename SP_REMOVEDEVICE_PARAMS to RemoveDeviceParamsSimon Rozman2019-02-071-2/+2
* setupapi: Rename SP_CLASSINSTALL_HEADER to ClassInstallHeaderSimon Rozman2019-02-071-10/+4
* setupapi: Rename SP_DEVINFO_DATA to DevInfoDataSimon Rozman2019-02-071-2/+2
* wintun: Detect if a foreign interface with the same name existsSimon Rozman2019-02-071-3/+36
* wintun: Clean excessive setupapi.DevInfo.GetDeviceInfoListDetail() callSimon Rozman2019-02-071-14/+0
* wintun: Explain rationale behind case-insensitive interface namesSimon Rozman2019-02-071-1/+5
* wintun: add FlushInterface stubJason A. Donenfeld2019-02-071-4/+13
* 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-071-0/+461