aboutsummaryrefslogtreecommitdiff
path: root/tun/tun_windows.go
AgeCommit message (Expand)Author
2019-06-18tun: windows: never retry open on Windows 10Jason A. Donenfeld
2019-06-14tun: remove TUN prefix from types to reduce stutter elsewhereMatt Layher
2019-06-10wintun: fix comments and remove hwnd paramJason A. Donenfeld
2019-06-10wintun: allow controlling GUIDJason A. Donenfeld
2019-06-06global: fixup TODO comment spacingJason A. Donenfeld
2019-06-06wintun: simplify DeleteInterface method signatureSimon Rozman
2019-06-05tun: windows: obsolete 256 packets per exchange buffer limitationSimon Rozman
2019-05-31tun: windows: mitigate infinite loop in Flush()Jason A. Donenfeld
2019-05-26wintun: remove extra /Jason A. Donenfeld
2019-05-24wintun: revise GetInterface()Simon Rozman
2019-05-22setupapi: trim "Get" from gettersSimon Rozman
2019-05-17wintun: don't try to flush interface, but rather deleteJason A. Donenfeld
2019-05-17wintun: make certain methods privateJason A. Donenfeld
2019-05-17wintun: change acronyms to uppercaseSimon Rozman
2019-05-10wintun: add LUID accessorJason A. Donenfeld
2019-05-10wintun: wait for interface registry key on device creationSimon Rozman
2019-05-03wintun: work around GetInterface staleness bugJason A. Donenfeld
2019-04-11tun: windows: Adopt new error codes returned by WintunSimon Rozman
2019-04-11tun: windows: do not sleep after OPERATION_ABORTED on writeSimon Rozman
2019-04-09tun: windows: do not sleep after OPERATION_ABORTEDJason A. Donenfeld
2019-04-04tun: windows: Retry R/W on ERROR_OPERATION_ABORTEDSimon Rozman
2019-04-03tun: windows: Attempt to reopen handle on all errorsSimon Rozman
2019-04-01wintun: add more retry loopsJason A. Donenfeld
2019-03-26tun: windows: cancel ongoing reads on closing and delete after closeJason A. Donenfeld
2019-03-22tun: windows: delete interface before deleting file handlesJason A. Donenfeld
2019-03-22tun: windows: Make adapter rename asynchronousSimon Rozman
2019-03-22tun: windows: Adapter devices renamed to WINTUN<LUID Index>Simon Rozman
2019-03-22tun: windows: Increase unavailable adapter timeout to 30secSimon Rozman
2019-03-22tun: windows: Make writing persistent tooSimon Rozman
2019-03-22tun: windows: Fix paused adapter testSimon Rozman
2019-03-21tun: windows: just open two file handlesJason A. Donenfeld
2019-03-21receive: implement flush semanticsJason A. Donenfeld
2019-03-21tun: windows: add dummy overlapped events backJason A. Donenfeld
2019-03-20tun: windows: use new constants in sysJason A. Donenfeld
2019-03-21wintun: Use native Win32 API for I/OSimon Rozman
2019-03-18tun: windows: wintun does iocpJason A. Donenfeld
2019-03-13tun: windows: temporary hack for forcing MTUJason A. Donenfeld
2019-03-04wintun: Resolve some of golint warningsSimon Rozman
2019-03-04Elaborate the failing step when forwarding errors on returnSimon Rozman
2019-03-03global: begin modularizationJason A. Donenfeld
2019-03-01tun: windows: expose GUIDJason A. Donenfeld
2019-03-01tun: allow special methods in NativeTunJason A. Donenfeld
2019-02-22wintun: Read/write packet size from/to exchange buffer directlySimon Rozman
2019-02-22wintun: Make two-step slicing a one stepSimon Rozman
2019-02-20wintun: Write exchange buffer increased back to 1MiBSimon Rozman
2019-02-20wintun: Migrate from unsafe buffer handling to encoding/binarySimon Rozman
2019-02-20wintun: Adopt new packet data alignmentSimon Rozman
2019-02-20wintun: CleanupSimon Rozman
2019-02-20wintun: Add TUN device lockingSimon Rozman
2019-02-20wintun: Move exchange buffer in separate struct on heapSimon Rozman