aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: fixup TODO comment spacingJason A. Donenfeld2019-06-061-1/+1
* wintun: simplify DeleteInterface method signatureSimon Rozman2019-06-061-2/+2
* tun: windows: obsolete 256 packets per exchange buffer limitationSimon Rozman2019-06-051-2/+1
* tun: windows: mitigate infinite loop in Flush()Jason A. Donenfeld2019-05-311-29/+35
* wintun: remove extra /Jason A. Donenfeld2019-05-261-1/+1
* wintun: revise GetInterface()Simon Rozman2019-05-241-0/+2
* setupapi: trim "Get" from gettersSimon Rozman2019-05-221-1/+1
* wintun: don't try to flush interface, but rather deleteJason A. Donenfeld2019-05-171-16/+8
* wintun: make certain methods privateJason A. Donenfeld2019-05-171-10/+3
* wintun: change acronyms to uppercaseSimon Rozman2019-05-171-5/+5
* wintun: add LUID accessorJason A. Donenfeld2019-05-101-0/+7
* wintun: wait for interface registry key on device creationSimon Rozman2019-05-101-24/+16
* wintun: work around GetInterface staleness bugJason A. Donenfeld2019-05-031-16/+28
* 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: add more retry loopsJason A. Donenfeld2019-04-011-12/+5
* tun: windows: cancel ongoing reads on closing and delete after closeJason A. Donenfeld2019-03-261-4/+11
* tun: windows: delete interface before deleting file handlesJason A. Donenfeld2019-03-221-9/+4
* tun: windows: Make adapter rename asynchronousSimon Rozman2019-03-221-5/+12
* tun: windows: Adapter devices renamed to WINTUN<LUID Index>Simon Rozman2019-03-221-1/+1
* 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-211-93/+83
* receive: implement flush semanticsJason A. Donenfeld2019-03-211-5/+7
* 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-211-25/+80
* tun: windows: wintun does iocpJason A. Donenfeld2019-03-181-135/+49
* tun: windows: temporary hack for forcing MTUJason A. Donenfeld2019-03-131-1/+8
* wintun: Resolve some of golint warningsSimon Rozman2019-03-041-0/+7
* Elaborate the failing step when forwarding errors on returnSimon Rozman2019-03-041-3/+3
* global: begin modularizationJason A. Donenfeld2019-03-031-1/+1
* tun: windows: expose GUIDJason A. Donenfeld2019-03-011-0/+4
* tun: allow special methods in NativeTunJason A. Donenfeld2019-03-011-14/+14
* wintun: Read/write packet size from/to exchange buffer directlySimon Rozman2019-02-221-3/+3
* wintun: Make two-step slicing a one stepSimon Rozman2019-02-221-3/+3
* wintun: Write exchange buffer increased back to 1MiBSimon Rozman2019-02-201-5/+4
* wintun: Migrate from unsafe buffer handling to encoding/binarySimon Rozman2019-02-201-5/+8
* wintun: Adopt new packet data alignmentSimon Rozman2019-02-201-10/+10
* wintun: CleanupSimon Rozman2019-02-201-2/+2
* wintun: Add TUN device lockingSimon Rozman2019-02-201-40/+64
* wintun: Move exchange buffer in separate struct on heapSimon Rozman2019-02-201-33/+44
* wintun: Switch to dynamic packet sizesSimon Rozman2019-02-191-50/+46
* Change package pathJason A. Donenfeld2019-02-181-1/+1
* wintun: Auto-calculate TUN exchange buffer sizeSimon Rozman2019-02-081-8/+7
* wintun: Simplify Read method()Simon Rozman2019-02-081-51/+51