summaryrefslogtreecommitdiffstats
path: root/tun (follow)
Commit message (Expand)AuthorAgeFilesLines
* wintun: change acronyms to uppercaseSimon Rozman2019-05-171-5/+5
* global: regroup all importsJason A. Donenfeld2019-05-146-11/+16
* 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: add LUID accessorJason A. Donenfeld2019-05-101-0/+7
* 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-107-133/+534
* 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-032-18/+30
* 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
* tun: freebsd: work around numerous kernel panics on shutdownJason A. Donenfeld2019-04-231-23/+82
* 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
* tun: darwin: write routeSocket variable in helperJason A. Donenfeld2019-04-191-2/+4
* 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
* tun: windows: Adopt new error codes returned by WintunSimon Rozman2019-04-111-3/+2
* tun: windows: do not sleep after OPERATION_ABORTED on writeSimon Rozman2019-04-111-2/+1
* tun: windows: do not sleep after OPERATION_ABORTEDJason A. Donenfeld2019-04-091-2/+1
* tun: windows: Retry R/W on ERROR_OPERATION_ABORTEDSimon Rozman2019-04-041-18/+44
* tun: windows: Attempt to reopen handle on all errorsSimon Rozman2019-04-031-15/+9
* wintun: rename device using undocumented API that netsh.exe usesJason A. Donenfeld2019-04-012-1/+41
* wintun: add more retry loopsJason A. Donenfeld2019-04-013-30/+56
* tun: windows: cancel ongoing reads on closing and delete after closeJason A. Donenfeld2019-03-261-4/+11
* wintun: query for NetCfgInstanceId several timesJason A. Donenfeld2019-03-221-5/+16
* tun: windows: delete interface before deleting file handlesJason A. Donenfeld2019-03-221-9/+4
* tun: windows: Make adapter rename asynchronousSimon Rozman2019-03-222-60/+13
* tun: windows: Adapter devices renamed to WINTUN<LUID Index>Simon Rozman2019-03-224-52/+63
* tun: windows: Increase unavailable adapter timeout to 30secSimon Rozman2019-03-221-1/+1
* tun: windows: Make writing persistent tooSimon Rozman2019-03-221-15/+17
* tun: windows: Fix paused adapter testSimon Rozman2019-03-221-1/+1
* tun: windows: just open two file handlesJason A. Donenfeld2019-03-213-162/+83
* receive: implement flush semanticsJason A. Donenfeld2019-03-217-5/+28
* tun: windows: add dummy overlapped events backJason A. Donenfeld2019-03-211-2/+21
* tun: windows: use new constants in sysJason A. Donenfeld2019-03-201-1/+1
* wintun: Use native Win32 API for I/OSimon Rozman2019-03-215-38/+173
* tun: windows: wintun does iocpJason A. Donenfeld2019-03-182-142/+49
* tun: windows: temporary hack for forcing MTUJason A. Donenfeld2019-03-131-1/+8
* 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