summaryrefslogtreecommitdiffhomepage
path: root/tun/tun_windows.go
AgeCommit message (Expand)Author
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