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
/
tun_windows.go
Age
Commit message (
Expand
)
Author
2019-05-22
setupapi: trim "Get" from getters
Simon Rozman
2019-05-17
wintun: don't try to flush interface, but rather delete
Jason A. Donenfeld
2019-05-17
wintun: make certain methods private
Jason A. Donenfeld
2019-05-17
wintun: change acronyms to uppercase
Simon Rozman
2019-05-10
wintun: add LUID accessor
Jason A. Donenfeld
2019-05-10
wintun: wait for interface registry key on device creation
Simon Rozman
2019-05-03
wintun: work around GetInterface staleness bug
Jason A. Donenfeld
2019-04-11
tun: windows: Adopt new error codes returned by Wintun
Simon Rozman
2019-04-11
tun: windows: do not sleep after OPERATION_ABORTED on write
Simon Rozman
2019-04-09
tun: windows: do not sleep after OPERATION_ABORTED
Jason A. Donenfeld
2019-04-04
tun: windows: Retry R/W on ERROR_OPERATION_ABORTED
Simon Rozman
2019-04-03
tun: windows: Attempt to reopen handle on all errors
Simon Rozman
2019-04-01
wintun: add more retry loops
Jason A. Donenfeld
2019-03-26
tun: windows: cancel ongoing reads on closing and delete after close
Jason A. Donenfeld
2019-03-22
tun: windows: delete interface before deleting file handles
Jason A. Donenfeld
2019-03-22
tun: windows: Make adapter rename asynchronous
Simon Rozman
2019-03-22
tun: windows: Adapter devices renamed to WINTUN<LUID Index>
Simon Rozman
2019-03-22
tun: windows: Increase unavailable adapter timeout to 30sec
Simon Rozman
2019-03-22
tun: windows: Make writing persistent too
Simon Rozman
2019-03-22
tun: windows: Fix paused adapter test
Simon Rozman
2019-03-21
tun: windows: just open two file handles
Jason A. Donenfeld
2019-03-21
receive: implement flush semantics
Jason A. Donenfeld
2019-03-21
tun: windows: add dummy overlapped events back
Jason A. Donenfeld
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-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-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-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
wintun: Detect if a foreign interface with the same name exists
Simon Rozman
2019-02-07
wintun: add FlushInterface stub
Jason A. Donenfeld
2019-02-07
wintun: Introduce new package for obscuring Windows bits
Jason A. Donenfeld
[prev]
[next]