aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: fixup TODO comment spacingJason A. Donenfeld2019-06-061-4/+4
* wintun: guid functions are upstreamJason A. Donenfeld2019-06-065-117/+11
* wintun: simplify DeleteInterface method signatureSimon Rozman2019-06-061-56/+77
* wintun: don't run HrRenameConnection in separate threadJason A. Donenfeld2019-06-051-3/+2
* setupapi, wintun: replace syscall with golang.org/x/sys/windowsSimon Rozman2019-06-044-36/+32
* wintun: set DI_QUIETINSTALL flag for GUI-less device managementSimon Rozman2019-06-041-3/+26
* setupapi: define PropChangeParams structSimon Rozman2019-06-041-1/+20
* wintun: revise GetInterface()Simon Rozman2019-05-241-3/+4
* wintun: never return nil, nilJason A. Donenfeld2019-05-231-1/+1
* setupapi: trim "Get" from gettersSimon Rozman2019-05-224-52/+52
* wintun: don't try to flush interface, but rather deleteJason A. Donenfeld2019-05-171-9/+0
* wintun: make certain methods privateJason A. Donenfeld2019-05-171-23/+38
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+1
* wintun: registry: fix nitsJason A. Donenfeld2019-05-111-17/+20
* wintun: registry: revise value readingSimon Rozman2019-05-112-67/+82
* wintun: call HrRenameConnection in another threadJason A. Donenfeld2019-05-101-2/+3
* wintun: enumerate faster by using COMPATDRIVER instead of CLASSDRIVERJason A. Donenfeld2019-05-101-1/+1
* wintun: destroy devinfolist after usageJason A. Donenfeld2019-05-101-0/+1
* wintun: registry: replace REG_NOTIFY with NOTIFYSimon Rozman2019-05-103-13/+9
* wintun: IpConfig is a MULTI_SZ, and fix errorsJason A. Donenfeld2019-05-102-49/+72
* wintun: poll for device keyJason A. Donenfeld2019-05-101-9/+10
* wintun: fix scope of error objectJason A. Donenfeld2019-05-101-5/+6
* wintun: wait for interface registry key on device creationSimon Rozman2019-05-106-109/+518
* wintun: fix GUID leading zero paddingSimon Rozman2019-05-091-1/+1
* setupapi: safer aliasing of slice typesJason A. Donenfeld2019-05-035-23/+40
* wintun: work around GetInterface staleness bugJason A. Donenfeld2019-05-031-2/+2
* wintun: don't retry when not creatingJason A. Donenfeld2019-05-022-9/+26
* wintun: try harder to open registry keyJason A. Donenfeld2019-04-291-2/+2
* setupapi: Fix struct size mismatchesSimon Rozman2019-04-194-8/+27
* setupapi: actually fix padding by rounding up to sizeof(void*)Jason A. Donenfeld2019-04-191-1/+1
* setupapi: Revise DrvInfoDetailData struct size calculationSimon Rozman2019-04-182-3/+7
* windows: use proper constants from updated x/sysJason A. Donenfeld2019-04-133-16/+16
* wintun: rename device using undocumented API that netsh.exe usesJason A. Donenfeld2019-04-012-1/+41
* wintun: add more retry loopsJason A. Donenfeld2019-04-012-18/+51
* wintun: query for NetCfgInstanceId several timesJason A. Donenfeld2019-03-221-5/+16
* tun: windows: Make adapter rename asynchronousSimon Rozman2019-03-221-55/+1
* tun: windows: Adapter devices renamed to WINTUN<LUID Index>Simon Rozman2019-03-223-51/+62
* tun: windows: wintun does iocpJason A. Donenfeld2019-03-181-7/+0
* wintun: Poll more oftenJason A. Donenfeld2019-03-101-1/+1
* wintun: Make errors more descriptiveSimon Rozman2019-03-081-15/+20
* wintun: Return correct reboot-req flag on CreateInterface() error tooSimon Rozman2019-03-081-1/+1
* wintun: Fix double-quoted strings escaping on outputSimon Rozman2019-03-082-4/+4
* wintun: Introduce SetupAPI enumerator and machineName constsSimon Rozman2019-03-081-4/+7
* wintun: CleanupSimon Rozman2019-03-071-1/+1
* wintun: Refactor network registry key name generationSimon Rozman2019-03-071-22/+18
* wintun: Revise interface creation waitSimon Rozman2019-03-073-59/+106
* wintun: Resolve some of golint warningsSimon Rozman2019-03-043-17/+26
* 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-182-3/+3