aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/namespace_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wintun: migrate to wintun.dll APISimon Rozman2020-11-071-101/+0
| | | | | | | | Rather than having every application using Wintun driver reinvent the wheel, the Wintun device/adapter/interface management has been moved from wireguard-go to wintun.dll deployed with Wintun itself. Signed-off-by: Simon Rozman <simon@rozman.si>
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wintun: split error message for create vs open namespace.Avery Pennarun2020-05-021-1/+4
| | | | Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
* mod: bump versionsJason A. Donenfeld2019-10-041-1/+1
|
* winpipe: use x/sys/windows instead of syscallJason A. Donenfeld2019-09-161-3/+2
|
* wintun: use correct length for security attributesJason A. Donenfeld2019-09-161-1/+1
|
* wintun: consider abandoned mutexes as releasedJason A. Donenfeld2019-09-011-1/+1
|
* wintun: put mutex into private namespaceJason A. Donenfeld2019-08-301-0/+99