summaryrefslogtreecommitdiffhomepage
path: root/tun/tun_windows.go
AgeCommit message (Expand)Author
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
2019-02-19wintun: Switch to dynamic packet sizesSimon Rozman
2019-02-18Change package pathJason A. Donenfeld
2019-02-08wintun: Auto-calculate TUN exchange buffer sizeSimon Rozman
2019-02-08wintun: Simplify Read method()Simon Rozman
2019-02-08wintun: Make constants private and adopt Go recommended caseSimon Rozman
2019-02-08wintun: Check for user close in read loop regardless the loadSimon Rozman
2019-02-08wintun: Adjust tunRWQueue.left member to match Wintun driverSimon Rozman
2019-02-07wintun: Detect if a foreign interface with the same name existsSimon Rozman
2019-02-07wintun: add FlushInterface stubJason A. Donenfeld
2019-02-07wintun: Introduce new package for obscuring Windows bitsJason A. Donenfeld
2019-02-07tun_windows: StyleJason A. Donenfeld
2019-02-06tun_windows: Introduce preliminary TUN interface creationSimon Rozman
2019-02-06tun_windows: Stop checking minimum size of received TUN packetsSimon Rozman
2019-02-05Fix up errors and pathsJason A. Donenfeld
2019-02-05Import windows scafoldingJason A. Donenfeld