index
:
wireguard-go
android
dhcp
dhcp2
dmwg-0.0.1
fix/listen-any-addresses
master
sorted-peers
tun-net-with-stack
WireGuard Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tun
Age
Commit message (
Expand
)
Author
2019-03-20
tun: windows: use new constants in sys
Jason A. Donenfeld
2019-03-21
wintun: Use native Win32 API for I/O
Simon Rozman
2019-03-18
tun: windows: wintun does iocp
Jason A. Donenfeld
2019-03-13
tun: windows: temporary hack for forcing MTU
Jason A. Donenfeld
2019-03-10
wintun: Poll more often
Jason A. Donenfeld
2019-03-08
wintun: Make errors more descriptive
Simon Rozman
2019-03-08
wintun: Return correct reboot-req flag on CreateInterface() error too
Simon Rozman
2019-03-08
wintun: Fix double-quoted strings escaping on output
Simon Rozman
2019-03-08
wintun: Introduce SetupAPI enumerator and machineName consts
Simon Rozman
2019-03-07
wintun: Cleanup
Simon Rozman
2019-03-07
wintun: Refactor network registry key name generation
Simon Rozman
2019-03-07
wintun: Revise interface creation wait
Simon Rozman
2019-03-07
tun: linux: work out netpoll trick
Jason A. Donenfeld
2019-03-04
wintun: Resolve some of golint warnings
Simon Rozman
2019-03-04
Elaborate the failing step when forwarding errors on return
Simon Rozman
2019-03-04
Simplify reading NetCfgInstanceId from registry
Simon Rozman
2019-03-04
Unify interface-specific network registry key open
Simon Rozman
2019-03-04
tun: import mobile particularities
Jason A. Donenfeld
2019-03-03
global: begin modularization
Jason A. Donenfeld
2019-03-01
tun: windows: expose GUID
Jason A. Donenfeld
2019-03-01
tun: allow special methods in NativeTun
Jason A. Donenfeld
2019-02-27
tun: linux: netpoll is broken for tun's epoll
Jason A. Donenfeld
2019-02-27
tun: linux: netlink sock needs cleaning up but file will be gc'd
Jason A. Donenfeld
2019-02-27
tun: use netpoll instead of rwcancel
Jason A. Donenfeld
2019-02-27
tun: use sysconn instead of .Fd with Go 1.12
Jason A. Donenfeld
2019-02-22
wintun: Read/write packet size from/to exchange buffer directly
Simon Rozman
2019-02-22
wintun: Make two-step slicing a one step
Simon Rozman
2019-02-20
wintun: Write exchange buffer increased back to 1MiB
Simon Rozman
2019-02-20
wintun: Migrate from unsafe buffer handling to encoding/binary
Simon Rozman
2019-02-20
wintun: Adopt new packet data alignment
Simon Rozman
2019-02-20
wintun: Cleanup
Simon Rozman
2019-02-20
wintun: Add TUN device locking
Simon Rozman
2019-02-20
wintun: Move exchange buffer in separate struct on heap
Simon Rozman
2019-02-19
wintun: Switch to dynamic packet sizes
Simon Rozman
2019-02-18
Change package path
Jason A. Donenfeld
2019-02-08
wintun: Auto-calculate TUN exchange buffer size
Simon Rozman
2019-02-08
wintun: Simplify Read method()
Simon Rozman
2019-02-08
wintun: Make constants private and adopt Go recommended case
Simon Rozman
2019-02-08
wintun: Check for user close in read loop regardless the load
Simon Rozman
2019-02-08
wintun: Adjust tunRWQueue.left member to match Wintun driver
Simon Rozman
2019-02-07
setupapi: Merge _SP_DRVINFO_DETAIL_DATA and DrvInfoDetailData
Simon Rozman
2019-02-07
setupapi: Merge SP_DRVINFO_DATA and DrvInfoData
Simon Rozman
2019-02-07
setupapi: Rename SP_REMOVEDEVICE_PARAMS to RemoveDeviceParams
Simon Rozman
2019-02-07
setupapi: Rename SP_CLASSINSTALL_HEADER to ClassInstallHeader
Simon Rozman
2019-02-07
setupapi: Merge _SP_DEVINSTALL_PARAMS and DevInstallParams
Simon Rozman
2019-02-07
setupapi: Merge _SP_DEVINFO_LIST_DETAIL_DATA and DevInfoListDetailData
Simon Rozman
2019-02-07
setupapi: Rename SP_DEVINFO_DATA to DevInfoData
Simon Rozman
2019-02-07
wintun: Detect if a foreign interface with the same name exists
Simon Rozman
2019-02-07
wintun: Clean excessive setupapi.DevInfo.GetDeviceInfoListDetail() call
Simon Rozman
2019-02-07
wintun: Explain rationale behind case-insensitive interface names
Simon Rozman
[next]